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

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

공개 메소드들

메소드 설명
AddressMgr ( IAddressDao entityDao, ICriteriaMgr criteriaMgr ) : System.Collections

비공개 메소드들

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

메소드 상세

AddressMgr() 공개 메소드

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