C# Класс com.Sconit.Service.MasterData.Impl.PartyMgr

Наследование: PartyBaseMgr, IPartyMgr
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CheckAndLoadParty ( string partyCode ) : Party

Описание методов

CheckPartyPermission() публичный Метод

public CheckPartyPermission ( string userCode, string partyCode ) : bool
userCode string
partyCode string
Результат bool

GetAllParty() публичный Метод

public GetAllParty ( string type ) : IList
type string
Результат IList

GetAllParty() публичный Метод

public GetAllParty ( string userCode, string type ) : IList
userCode string
type string
Результат IList

GetFromParty() публичный Метод

public GetFromParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Результат IList

GetFromParty() публичный Метод

public GetFromParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Результат IList

GetOrderFromParty() публичный Метод

public GetOrderFromParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Результат IList

GetOrderFromParty() публичный Метод

public GetOrderFromParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Результат IList

GetOrderToParty() публичный Метод

public GetOrderToParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Результат IList

GetOrderToParty() публичный Метод

public GetOrderToParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Результат IList

GetToParty() публичный Метод

public GetToParty ( string orderType, string userCode ) : IList
orderType string
userCode string
Результат IList

GetToParty() публичный Метод

public GetToParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
Результат IList

GetTransportationParty() публичный Метод

public GetTransportationParty ( string userCode ) : IList
userCode string
Результат IList

GetTransportationParty() публичный Метод

public GetTransportationParty ( string userCode, bool includeInactive ) : IList
userCode string
includeInactive bool
Результат IList

PartyMgr() публичный Метод

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
Результат System.Collections