C# 클래스 com.Sconit.Service.Dss.Impl.PriceListInboundMgr

상속: AbstractInboundMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateOrUpdateObject ( object obj ) : void
DeleteObject ( object obj ) : void
DeserializeForCreate ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object
DeserializeForDelete ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object

비공개 메소드들

메소드 설명
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

메소드 상세

CreateOrUpdateObject() 보호된 메소드

protected CreateOrUpdateObject ( object obj ) : void
obj object
리턴 void

DeleteObject() 보호된 메소드

protected DeleteObject ( object obj ) : void
obj object
리턴 void

DeserializeForCreate() 보호된 메소드

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

DeserializeForDelete() 보호된 메소드

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

PriceListInboundMgr() 공개 메소드

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
리턴 System