C# Class com.Sconit.Service.MasterData.Impl.PartyMgr

Inheritance: PartyBaseMgr, IPartyMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
CheckPartyPermission ( string userCode, string partyCode ) : bool
GetAllParty ( string type ) : IList
GetAllParty ( string userCode, string type ) : IList
GetFromParty ( string orderType, string userCode ) : IList
GetFromParty ( string orderType, string userCode, bool includeInactive ) : IList
GetOrderFromParty ( string orderType, string userCode ) : IList
GetOrderFromParty ( string orderType, string userCode, bool includeInactive ) : IList
GetOrderToParty ( string orderType, string userCode ) : IList
GetOrderToParty ( string orderType, string userCode, bool includeInactive ) : IList
GetToParty ( string orderType, string userCode ) : IList
GetToParty ( string orderType, string userCode, bool includeInactive ) : IList
GetTransportationParty ( string userCode ) : IList
GetTransportationParty ( string userCode, bool includeInactive ) : IList
PartyMgr ( IPartyDao entityDao, ICriteriaMgr criteriaMgr, IRegionMgr RegionMgr, ISupplierMgr SupplierMgr, ICustomerMgr CustomerMgr, ICarrierMgr CarrierMgr ) : System.Collections

Private Methods

Méthode Description
CheckAndLoadParty ( string partyCode ) : Party

Method Details

CheckPartyPermission() public méthode

public CheckPartyPermission ( string userCode, string partyCode ) : bool
userCode string
partyCode string
Résultat bool

GetAllParty() public méthode

public GetAllParty ( string type ) : IList
type string
Résultat IList

GetAllParty() public méthode

public GetAllParty ( string userCode, string type ) : IList
userCode string
type string
Résultat IList

GetFromParty() public méthode

public GetFromParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Résultat IList

GetFromParty() public méthode

public GetFromParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Résultat IList

GetOrderFromParty() public méthode

public GetOrderFromParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Résultat IList

GetOrderFromParty() public méthode

public GetOrderFromParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Résultat IList

GetOrderToParty() public méthode

public GetOrderToParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Résultat IList

GetOrderToParty() public méthode

public GetOrderToParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Résultat IList

GetToParty() public méthode

public GetToParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Résultat IList

GetToParty() public méthode

public GetToParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Résultat IList

GetTransportationParty() public méthode

public GetTransportationParty ( string userCode ) : IList
userCode string
Résultat IList

GetTransportationParty() public méthode

public GetTransportationParty ( string userCode, bool includeInactive ) : IList
userCode string
includeInactive bool
Résultat IList

PartyMgr() public méthode

public PartyMgr ( IPartyDao entityDao, ICriteriaMgr criteriaMgr, IRegionMgr RegionMgr, ISupplierMgr SupplierMgr, ICustomerMgr CustomerMgr, ICarrierMgr CarrierMgr ) : System.Collections
entityDao IPartyDao
criteriaMgr ICriteriaMgr
RegionMgr IRegionMgr
SupplierMgr ISupplierMgr
CustomerMgr ICustomerMgr
CarrierMgr ICarrierMgr
Résultat System.Collections