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

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

Public Methods

Method Description
CustomerInboundMgr ( ICustomerMgr customerMgr, IUserMgr userMgr, IShipAddressMgr shipAddressMgr, IBillAddressMgr billAddressMgr, IPartyMgr partyMgr, 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

Private Methods

Method Description
Deserialize ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object

Method Details

CreateOrUpdateObject() protected method

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

CustomerInboundMgr() public method

public CustomerInboundMgr ( ICustomerMgr customerMgr, IUserMgr userMgr, IShipAddressMgr shipAddressMgr, IBillAddressMgr billAddressMgr, IPartyMgr partyMgr, IDssImportHistoryMgr dssImportHistoryMgr, IGenericMgr genericMgr ) : System
customerMgr ICustomerMgr
userMgr IUserMgr
shipAddressMgr IShipAddressMgr
billAddressMgr IBillAddressMgr
partyMgr IPartyMgr
dssImportHistoryMgr IDssImportHistoryMgr
genericMgr IGenericMgr
return System

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