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

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

Public Methods

Method Description
ItemInboundMgr ( IItemMgr itemMgr, IUomMgr uomMgr, IBomMgr bomMgr, IRoutingMgr routingMgr, IUserMgr userMgr, IDssImportHistoryMgr dssImportHistoryMgr, 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
FillDssImportHistory ( string lineData, com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : void

Private Methods

Method Description
Deserialize ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory, bool isUpdate ) : object
GetItemType ( string type, string externalSystemCode ) : string

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

FillDssImportHistory() protected method

protected FillDssImportHistory ( string lineData, com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : void
lineData string
dssImportHistory com.Sconit.Entity.Dss.DssImportHistory
return void

ItemInboundMgr() public method

public ItemInboundMgr ( IItemMgr itemMgr, IUomMgr uomMgr, IBomMgr bomMgr, IRoutingMgr routingMgr, IUserMgr userMgr, IDssImportHistoryMgr dssImportHistoryMgr, IGenericMgr genericMgr ) : System
itemMgr IItemMgr
uomMgr IUomMgr
bomMgr IBomMgr
routingMgr IRoutingMgr
userMgr IUserMgr
dssImportHistoryMgr IDssImportHistoryMgr
genericMgr IGenericMgr
return System