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

Inheritance: PartyBaseMgr, IPartyMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method 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

Method Description
CheckAndLoadParty ( string partyCode ) : Party

Method Details

CheckPartyPermission() public method

public CheckPartyPermission ( string userCode, string partyCode ) : bool
userCode string
partyCode string
return bool

GetAllParty() public method

public GetAllParty ( string type ) : IList
type string
return IList

GetAllParty() public method

public GetAllParty ( string userCode, string type ) : IList
userCode string
type string
return IList

GetFromParty() public method

public GetFromParty ( string orderType, string userCode ) : IList
orderType string
userCode string
return IList

GetFromParty() public method

public GetFromParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
return IList

GetOrderFromParty() public method

public GetOrderFromParty ( string orderType, string userCode ) : IList
orderType string
userCode string
return IList

GetOrderFromParty() public method

public GetOrderFromParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
return IList

GetOrderToParty() public method

public GetOrderToParty ( string orderType, string userCode ) : IList
orderType string
userCode string
return IList

GetOrderToParty() public method

public GetOrderToParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
return IList

GetToParty() public method

public GetToParty ( string orderType, string userCode ) : IList
orderType string
userCode string
return IList

GetToParty() public method

public GetToParty ( string orderType, string userCode, bool includeInactive ) : IList
orderType string
userCode string
includeInactive bool
return IList

GetTransportationParty() public method

public GetTransportationParty ( string userCode ) : IList
userCode string
return IList

GetTransportationParty() public method

public GetTransportationParty ( string userCode, bool includeInactive ) : IList
userCode string
includeInactive bool
return IList

PartyMgr() public method

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
return System.Collections