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

Inheritance: SessionBase, ICustomerRollingPlanBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ICustomerRollingPlanDao

Public Methods

Method Description
CustomerRollingPlanBaseMgr ( ICustomerRollingPlanDao entityDao ) : System

Private Methods

Method 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 method

public CustomerRollingPlanBaseMgr ( ICustomerRollingPlanDao entityDao ) : System
entityDao ICustomerRollingPlanDao
return System

Property Details

entityDao protected_oe property

protected ICustomerRollingPlanDao entityDao
return ICustomerRollingPlanDao