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

Inheritance: AddressBaseMgr, IAddressMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
AddressMgr ( IAddressDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections

Private Methods

Method Description
DeleteAddressByParent ( string code ) : void
GetAllBillAddress ( ) : IList
GetAllBillAddress ( bool includeInactive ) : IList
GetAllShipAddress ( ) : IList
GetAllShipAddress ( bool includeInactive ) : IList
GetBillAddress ( Party party ) : IList
GetBillAddress ( Party party, bool includeInactive ) : IList
GetBillAddress ( string partyCode ) : IList
GetBillAddress ( string partyCode, bool includeInactive ) : IList
GetShipAddress ( Party party ) : IList
GetShipAddress ( Party party, bool includeInactive ) : IList
GetShipAddress ( string partyCode ) : IList
GetShipAddress ( string partyCode, bool includeInactive ) : IList
LoadBillAddress ( string code ) : BillAddress
LoadShipAddress ( string code ) : ShipAddress

Method Details

AddressMgr() public method

public AddressMgr ( IAddressDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections
entityDao IAddressDao
criteriaMgr ICriteriaMgr
return System.Collections