C# Class com.Sconit.Service.Transportation.Impl.TransportPriceListBaseMgr

Inheritance: SessionBase, ITransportPriceListBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ITransportPriceListDao

Public Methods

Method Description
TransportPriceListBaseMgr ( ITransportPriceListDao entityDao ) : System

Private Methods

Method Description
CreateTransportPriceList ( TransportPriceList entity ) : void
DeleteTransportPriceList ( IList pkList ) : void
DeleteTransportPriceList ( IList entityList ) : void
DeleteTransportPriceList ( String code ) : void
DeleteTransportPriceList ( TransportPriceList entity ) : void
GetAllTransportPriceList ( ) : IList
GetAllTransportPriceList ( bool includeInactive ) : IList
LoadTransportPriceList ( String code ) : TransportPriceList
UpdateTransportPriceList ( TransportPriceList entity ) : void

Method Details

TransportPriceListBaseMgr() public method

public TransportPriceListBaseMgr ( ITransportPriceListDao entityDao ) : System
entityDao ITransportPriceListDao
return System

Property Details

entityDao protected property

protected ITransportPriceListDao entityDao
return ITransportPriceListDao