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

Inheritance: SessionBase, IRollingForecastBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IRollingForecastDao

Méthodes publiques

Méthode Description
RollingForecastBaseMgr ( IRollingForecastDao entityDao ) : System

Private Methods

Méthode 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 méthode

public RollingForecastBaseMgr ( IRollingForecastDao entityDao ) : System
entityDao IRollingForecastDao
Résultat System

Property Details

entityDao protected_oe property

protected IRollingForecastDao entityDao
Résultat IRollingForecastDao