C# 클래스 com.Sconit.Service.MasterData.Impl.PartyMgr

상속: PartyBaseMgr, IPartyMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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