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

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

Protected Properties

Property Type Description
entityDao IRollingForecastDao

Public Methods

Method Description
RollingForecastBaseMgr ( IRollingForecastDao entityDao ) : System

Private Methods

Method Description
CreateRollingForecast ( RollingForecast entity ) : void
DeleteRollingForecast ( IList pkList ) : void
DeleteRollingForecast ( IList entityList ) : void
DeleteRollingForecast ( Int32 id ) : void
DeleteRollingForecast ( RollingForecast entity ) : void
GetAllRollingForecast ( ) : IList
LoadRollingForecast ( Int32 id ) : RollingForecast
UpdateRollingForecast ( RollingForecast entity ) : void

Method Details

RollingForecastBaseMgr() public method

public RollingForecastBaseMgr ( IRollingForecastDao entityDao ) : System
entityDao IRollingForecastDao
return System

Property Details

entityDao protected property

protected IRollingForecastDao entityDao
return IRollingForecastDao