C# Class com.Sconit.Service.MRP.Impl.CustomerScheduleBaseMgr

Inheritance: SessionBase, ICustomerScheduleBaseMgr
显示文件 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ICustomerScheduleDao

Public Methods

Method Description
CustomerScheduleBaseMgr ( ICustomerScheduleDao entityDao ) : System

Private Methods

Method Description
CreateCustomerSchedule ( CustomerSchedule entity ) : void
DeleteCustomerSchedule ( CustomerSchedule entity ) : void
DeleteCustomerSchedule ( IList entityList ) : void
DeleteCustomerSchedule ( IList pkList ) : void
DeleteCustomerSchedule ( Int32 id ) : void
GetAllCustomerSchedule ( ) : IList
LoadCustomerSchedule ( Int32 id ) : CustomerSchedule
UpdateCustomerSchedule ( CustomerSchedule entity ) : void

Method Details

CustomerScheduleBaseMgr() public method

public CustomerScheduleBaseMgr ( ICustomerScheduleDao entityDao ) : System
entityDao ICustomerScheduleDao
return System

Property Details

entityDao protected_oe property

protected ICustomerScheduleDao entityDao
return ICustomerScheduleDao