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

Inheritance: SessionBase, ICustomerRollingPlanDetailBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ICustomerRollingPlanDetailDao

Public Methods

Method Description
CustomerRollingPlanDetailBaseMgr ( ICustomerRollingPlanDetailDao entityDao ) : System

Private Methods

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

public CustomerRollingPlanDetailBaseMgr ( ICustomerRollingPlanDetailDao entityDao ) : System
entityDao ICustomerRollingPlanDetailDao
return System

Property Details

entityDao protected_oe property

protected ICustomerRollingPlanDetailDao entityDao
return ICustomerRollingPlanDetailDao