C# Class com.Sconit.Service.MasterData.Impl.ActingBillMgr

Inheritance: ActingBillBaseMgr, IActingBillMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
ActingBillMgr ( IActingBillDao entityDao, IEntityPreferenceMgr entityPreferenceMgr, ICriteriaMgr criteriaMgr, IPriceListDetailMgr priceListDetailMgr ) : System

Private Methods

Method Description
GetActingBill ( string partyCode, string receiver, System.DateTime effDateFrom, System.DateTime effDateTo, string itemCode, string currency, string transType, string exceptBillNo ) : IList
GetActingBill ( string partyCode, string receiver, System.DateTime effDateFrom, System.DateTime effDateTo, string itemCode, string currency, string transType, string exceptBillNo, bool isProvisionalEstimate ) : IList
GetUnBilledActingBill ( OrderHead orderHead ) : IList
GetUnBilledActingBill ( string orderNo ) : IList
RecalculatePrice ( IList actingBillList, com.Sconit.Entity.MasterData.User user ) : void
RecalculatePrice ( IList actingBillList, com.Sconit.Entity.MasterData.User user, System.DateTime efftiveDate ) : void
ReverseUpdateActingBill ( BillDetail oldBillDetail, BillDetail newBillDetail, com.Sconit.Entity.MasterData.User user ) : void

Method Details

ActingBillMgr() public method

public ActingBillMgr ( IActingBillDao entityDao, IEntityPreferenceMgr entityPreferenceMgr, ICriteriaMgr criteriaMgr, IPriceListDetailMgr priceListDetailMgr ) : System
entityDao IActingBillDao
entityPreferenceMgr IEntityPreferenceMgr
criteriaMgr ICriteriaMgr
priceListDetailMgr IPriceListDetailMgr
return System