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

Inheritance: TransportationOrderBaseMgr, ITransportationOrderMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
TransportationOrderMgr ( ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr, IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr, IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr, ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr ) : System

Private Methods

Method Description
CancelTransportationOrder ( TransportationOrder order, com.Sconit.Entity.MasterData.User user ) : void
CancelTransportationOrder ( TransportationOrder order, string userCode ) : void
CancelTransportationOrder ( string orderNo, com.Sconit.Entity.MasterData.User user ) : void
CancelTransportationOrder ( string orderNo, string userCode ) : void
CloseTransportationOrder ( TransportationOrder order, com.Sconit.Entity.MasterData.User user ) : void
CloseTransportationOrder ( TransportationOrder order, string userCode ) : void
CloseTransportationOrder ( string orderNo, com.Sconit.Entity.MasterData.User user ) : void
CloseTransportationOrder ( string orderNo, string userCode ) : void
CompleteTransportationOrder ( TransportationOrder order, com.Sconit.Entity.MasterData.User user ) : void
CompleteTransportationOrder ( TransportationOrder order, string userCode ) : void
CompleteTransportationOrder ( string orderNo, com.Sconit.Entity.MasterData.User user ) : void
CompleteTransportationOrder ( string orderNo, string userCode ) : void
CreateTransportationOrder ( Expense expense, com.Sconit.Entity.MasterData.User user ) : TransportationOrder
CreateTransportationOrder ( Expense expense, string userCode ) : TransportationOrder
CreateTransportationOrder ( string route, IList ipList, com.Sconit.Entity.MasterData.User user ) : TransportationOrder
CreateTransportationOrder ( string route, IList ipList, string userCode ) : TransportationOrder
CreateTransportationOrder ( string expenseCode, com.Sconit.Entity.MasterData.User user ) : TransportationOrder
CreateTransportationOrder ( string expenseCode, string userCode ) : TransportationOrder
GetTransportationOrder ( string status, bool isValuated ) : IList
LoadTransportationOrder ( String orderNo, bool includeDetail ) : TransportationOrder
StartTransportationOrder ( TransportationOrder order, com.Sconit.Entity.MasterData.User user ) : void
StartTransportationOrder ( TransportationOrder order, string userCode ) : void
StartTransportationOrder ( string orderNo, com.Sconit.Entity.MasterData.User user ) : void
StartTransportationOrder ( string orderNo, string userCode ) : void
TryCloseTransportationOrder ( ) : void
TryCompleteTransportationOrder ( com.Sconit.Entity.Distribution.InProcessLocation ip, com.Sconit.Entity.MasterData.User user ) : void
ValuateTransportationOrder ( IList transportationOrderList, com.Sconit.Entity.MasterData.User user ) : void
ValuateTransportationOrder ( TransportationOrder order, com.Sconit.Entity.MasterData.User user ) : void
ValuateTransportationOrder ( TransportationOrder order, string userCode ) : void
ValuateTransportationOrder ( string orderNo, com.Sconit.Entity.MasterData.User user ) : void
ValuateTransportationOrder ( string orderNo, string userCode ) : void

Method Details

TransportationOrderMgr() public method

public TransportationOrderMgr ( ITransportationOrderDao entityDao, ITransportationRouteMgr transportationRouteMgr, IUserMgr userMgr, ITransportationOrderDetailMgr transportationOrderDetailMgr, INumberControlMgr numberControlMgr, IInProcessLocationMgr inProcessLocationMgr, IExpenseMgr expenseMgr, ICriteriaMgr criteriaMgr, ITransportationActBillMgr transportationActBillMgr, IBillAddressMgr billAddressMgr, IEntityPreferenceMgr entityPreferenceMgr ) : System
entityDao ITransportationOrderDao
transportationRouteMgr ITransportationRouteMgr
userMgr IUserMgr
transportationOrderDetailMgr ITransportationOrderDetailMgr
numberControlMgr INumberControlMgr
inProcessLocationMgr IInProcessLocationMgr
expenseMgr IExpenseMgr
criteriaMgr ICriteriaMgr
transportationActBillMgr ITransportationActBillMgr
billAddressMgr IBillAddressMgr
entityPreferenceMgr IEntityPreferenceMgr
return System