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

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

Protected Properties

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

Méthodes publiques

Méthode Description
CustomerRollingPlanBaseMgr ( ICustomerRollingPlanDao entityDao ) : System

Private Methods

Méthode Description
CreateCustomerRollingPlan ( CustomerRollingPlan entity ) : void
DeleteCustomerRollingPlan ( CustomerRollingPlan entity ) : void
DeleteCustomerRollingPlan ( IList entityList ) : void
DeleteCustomerRollingPlan ( IList pkList ) : void
DeleteCustomerRollingPlan ( Int32 id ) : void
GetAllCustomerRollingPlan ( ) : IList
LoadCustomerRollingPlan ( Int32 id ) : CustomerRollingPlan
UpdateCustomerRollingPlan ( CustomerRollingPlan entity ) : void

Method Details

CustomerRollingPlanBaseMgr() public méthode

public CustomerRollingPlanBaseMgr ( ICustomerRollingPlanDao entityDao ) : System
entityDao ICustomerRollingPlanDao
Résultat System

Property Details

entityDao protected_oe property

protected ICustomerRollingPlanDao entityDao
Résultat ICustomerRollingPlanDao