C# Class com.Sconit.Service.Distribution.Impl.CustomerRollingPlanDetailBaseMgr

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

Protected Properties

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

Méthodes publiques

Méthode Description
CustomerRollingPlanDetailBaseMgr ( ICustomerRollingPlanDetailDao entityDao ) : System

Private Methods

Méthode Description
CreateCustomerRollingPlanDetail ( CustomerRollingPlanDetail entity ) : void
DeleteCustomerRollingPlanDetail ( CustomerRollingPlanDetail entity ) : void
DeleteCustomerRollingPlanDetail ( IList entityList ) : void
DeleteCustomerRollingPlanDetail ( IList pkList ) : void
DeleteCustomerRollingPlanDetail ( Int32 id ) : void
GetAllCustomerRollingPlanDetail ( ) : IList
LoadCustomerRollingPlanDetail ( Int32 id ) : CustomerRollingPlanDetail
UpdateCustomerRollingPlanDetail ( CustomerRollingPlanDetail entity ) : void

Method Details

CustomerRollingPlanDetailBaseMgr() public méthode

public CustomerRollingPlanDetailBaseMgr ( ICustomerRollingPlanDetailDao entityDao ) : System
entityDao ICustomerRollingPlanDetailDao
Résultat System

Property Details

entityDao protected_oe property

protected ICustomerRollingPlanDetailDao entityDao
Résultat ICustomerRollingPlanDetailDao