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

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

Protected Properties

Property Type Description
entityDao ICustomerScheduleDetailDao

Public Methods

Method Description
CustomerScheduleDetailBaseMgr ( ICustomerScheduleDetailDao entityDao ) : System

Private Methods

Method Description
CreateCustomerScheduleDetail ( CustomerScheduleDetail entity ) : void
DeleteCustomerScheduleDetail ( CustomerScheduleDetail entity ) : void
DeleteCustomerScheduleDetail ( IList entityList ) : void
DeleteCustomerScheduleDetail ( IList pkList ) : void
DeleteCustomerScheduleDetail ( Int32 id ) : void
GetAllCustomerScheduleDetail ( ) : IList
LoadCustomerScheduleDetail ( Int32 id ) : CustomerScheduleDetail
UpdateCustomerScheduleDetail ( CustomerScheduleDetail entity ) : void

Method Details

CustomerScheduleDetailBaseMgr() public method

public CustomerScheduleDetailBaseMgr ( ICustomerScheduleDetailDao entityDao ) : System
entityDao ICustomerScheduleDetailDao
return System

Property Details

entityDao protected_oe property

protected ICustomerScheduleDetailDao entityDao
return ICustomerScheduleDetailDao