C# Class com.Sconit.Service.Transportation.Impl.TransportationActBillMgr

Inheritance: TransportationActBillBaseMgr, ITransportationActBillMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
TransportationActBillMgr ( ITransportationActBillDao entityDao, ICriteriaMgr criteriaMgr, IEntityPreferenceMgr entityPreferenceMgr, ITransportPriceListMgr transportPriceListMgr, ITransportPriceListDetailMgr transportPriceListDetailMgr, ICurrencyMgr currencyMgr, IBillAddressMgr billAddressMgr, IUserMgr userMgr ) : System

Private Methods

Method Description
CalculateFixPriceList ( ) : void
CreateTransportationActBill ( TransportationOrder order, com.Sconit.Entity.MasterData.User user ) : TransportationActBill
CreateTransportationActBill ( TransportPriceListDetail priceListDetail ) : void
CreateTransportationItemActBill ( com.Sconit.Entity.MasterData.Receipt receipt, string billingMethod ) : TransportationActBill
GetTransportationActBill ( TransportationOrder order ) : IList
GetTransportationActBill ( string orderNo ) : IList
GetTransportationActBill ( string partyCode, string expenseNo, System.DateTime effDateFrom, System.DateTime effDateTo, string itemCode, string currency, string exceptBillNo ) : IList
GetTransportationActBill ( string partyCode, string expenseNo, System.DateTime effDateFrom, System.DateTime effDateTo, string itemCode, string currency, string exceptBillNo, bool isProvisionalEstimate ) : IList
RecalculatePrice ( IList transportationActBillList, com.Sconit.Entity.MasterData.User user ) : void
RecalculatePrice ( IList transportationActBillList, com.Sconit.Entity.MasterData.User user, System.DateTime efftiveDate ) : void
ReverseUpdateTransportationActBill ( TransportationBillDetail oldBillDetail, TransportationBillDetail newBillDetail, com.Sconit.Entity.MasterData.User user ) : void

Method Details

TransportationActBillMgr() public method

public TransportationActBillMgr ( ITransportationActBillDao entityDao, ICriteriaMgr criteriaMgr, IEntityPreferenceMgr entityPreferenceMgr, ITransportPriceListMgr transportPriceListMgr, ITransportPriceListDetailMgr transportPriceListDetailMgr, ICurrencyMgr currencyMgr, IBillAddressMgr billAddressMgr, IUserMgr userMgr ) : System
entityDao ITransportationActBillDao
criteriaMgr ICriteriaMgr
entityPreferenceMgr IEntityPreferenceMgr
transportPriceListMgr ITransportPriceListMgr
transportPriceListDetailMgr ITransportPriceListDetailMgr
currencyMgr ICurrencyMgr
billAddressMgr IBillAddressMgr
userMgr IUserMgr
return System