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

Inheritance: PlannedBillBaseMgr, IPlannedBillMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
PlannedBillMgr ( IPlannedBillDao entityDao, IUomConversionMgr uomConversionMgr, IEntityPreferenceMgr entityPreferenceMgr, ICriteriaMgr criteriaMgr, IReceiptInProcessLocationMgr receiptInProcessLocationMgr ) : System

Private Methods

Method Description
CreatePlannedBill ( com.Sconit.Entity.MasterData.ReceiptDetail receiptDetail, com.Sconit.Entity.MasterData.User user ) : com.Sconit.Entity.MasterData.PlannedBill
GetUnSettledPlannedBill ( OrderHead orderHead ) : IList
GetUnSettledPlannedBill ( string orderNo ) : IList

Method Details

PlannedBillMgr() public method

public PlannedBillMgr ( IPlannedBillDao entityDao, IUomConversionMgr uomConversionMgr, IEntityPreferenceMgr entityPreferenceMgr, ICriteriaMgr criteriaMgr, IReceiptInProcessLocationMgr receiptInProcessLocationMgr ) : System
entityDao IPlannedBillDao
uomConversionMgr IUomConversionMgr
entityPreferenceMgr IEntityPreferenceMgr
criteriaMgr ICriteriaMgr
receiptInProcessLocationMgr IReceiptInProcessLocationMgr
return System