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

Inheritance: AbstractInboundMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
CustomerInboundMgr ( ICustomerMgr customerMgr, IUserMgr userMgr, IShipAddressMgr shipAddressMgr, IBillAddressMgr billAddressMgr, IPartyMgr partyMgr, IDssImportHistoryMgr dssImportHistoryMgr, IGenericMgr genericMgr ) : System

Méthodes protégées

Méthode 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

Méthode Description
Deserialize ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object

Method Details

CreateOrUpdateObject() protected méthode

protected CreateOrUpdateObject ( object obj ) : void
obj object
Résultat void

CustomerInboundMgr() public méthode

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
Résultat System

DeleteObject() protected méthode

protected DeleteObject ( object obj ) : void
obj object
Résultat void

DeserializeForCreate() protected méthode

protected DeserializeForCreate ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object
dssImportHistory com.Sconit.Entity.Dss.DssImportHistory
Résultat object

DeserializeForDelete() protected méthode

protected DeserializeForDelete ( com.Sconit.Entity.Dss.DssImportHistory dssImportHistory ) : object
dssImportHistory com.Sconit.Entity.Dss.DssImportHistory
Résultat object