C# Class com.Sconit.Service.Dss.Impl.PriceListInboundMgr

Inheritance: AbstractInboundMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
PriceListInboundMgr ( IPriceListMgr priceListMgr, IUserMgr userMgr, IPartyMgr partyMgr, IItemMgr itemMgr, IUomMgr uomMgr, ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr, ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr, IDssImportHistoryMgr dssImportHistoryMgr, ISupplierMgr supplierMgr, ICustomerMgr customerMgr, IGenericMgr genericMgr ) : System

Protected Methods

Method Description
CreateOrUpdateObject ( object obj ) : void
DeleteObject ( object obj ) : void
DeserializeForCreate ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object
DeserializeForDelete ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object

Private Methods

Method Description
CheckProvisionalEstimate ( decimal price ) : bool

YFK客户化,小数点后三四位为11的为暂沽价

Deserialize ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory, bool isUpdate ) : object
LoadPurchasePriceList ( string code, Party party ) : PurchasePriceList
LoadSalesPriceList ( string code, Party party ) : SalesPriceList

Method Details

CreateOrUpdateObject() protected method

protected CreateOrUpdateObject ( object obj ) : void
obj object
return void

DeleteObject() protected method

protected DeleteObject ( object obj ) : void
obj object
return void

DeserializeForCreate() protected method

protected DeserializeForCreate ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object
dssImportHistory com.Sconit.Entity.Dss.DssImportHistory
return object

DeserializeForDelete() protected method

protected DeserializeForDelete ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object
dssImportHistory com.Sconit.Entity.Dss.DssImportHistory
return object

PriceListInboundMgr() public method

public PriceListInboundMgr ( IPriceListMgr priceListMgr, IUserMgr userMgr, IPartyMgr partyMgr, IItemMgr itemMgr, IUomMgr uomMgr, ICurrencyMgr currencyMgr, IPriceListDetailMgr priceListDetailMgr, ISalesPriceListMgr salesPriceListMgr, IPurchasePriceListMgr purchasePriceListMgr, IDssImportHistoryMgr dssImportHistoryMgr, ISupplierMgr supplierMgr, ICustomerMgr customerMgr, IGenericMgr genericMgr ) : System
priceListMgr IPriceListMgr
userMgr IUserMgr
partyMgr IPartyMgr
itemMgr IItemMgr
uomMgr IUomMgr
currencyMgr ICurrencyMgr
priceListDetailMgr IPriceListDetailMgr
salesPriceListMgr ISalesPriceListMgr
purchasePriceListMgr IPurchasePriceListMgr
dssImportHistoryMgr IDssImportHistoryMgr
supplierMgr ISupplierMgr
customerMgr ICustomerMgr
genericMgr IGenericMgr
return System