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

Inheritance: SessionBase, IShipAddressBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IShipAddressDao

Public Methods

Method Description
ShipAddressBaseMgr ( IShipAddressDao entityDao ) : System

Private Methods

Method Description
CreateShipAddress ( ShipAddress entity ) : void
DeleteShipAddress ( IList entityList ) : void
DeleteShipAddress ( IList pkList ) : void
DeleteShipAddress ( ShipAddress entity ) : void
DeleteShipAddress ( String code ) : void
GetAllShipAddress ( ) : IList
GetAllShipAddress ( bool includeInactive ) : IList
LoadShipAddress ( String code ) : ShipAddress
UpdateShipAddress ( ShipAddress entity ) : void

Method Details

ShipAddressBaseMgr() public method

public ShipAddressBaseMgr ( IShipAddressDao entityDao ) : System
entityDao IShipAddressDao
return System

Property Details

entityDao protected_oe property

protected IShipAddressDao entityDao
return IShipAddressDao