C# Class com.Sconit.Persistence.MRP.NH.NHMrpShipPlanBaseDao

Inheritance: NHDaoBase, IMrpShipPlanBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CreateMrpShipPlan ( MrpShipPlan entity ) : void
DeleteMrpShipPlan ( IList pkList ) : void
DeleteMrpShipPlan ( IList entityList ) : void
DeleteMrpShipPlan ( Int32 id ) : void
DeleteMrpShipPlan ( MrpShipPlan entity ) : void
GetAllMrpShipPlan ( ) : IList
LoadMrpShipPlan ( Int32 id ) : MrpShipPlan
NHMrpShipPlanBaseDao ( ISessionManager sessionManager ) : System
UpdateMrpShipPlan ( MrpShipPlan entity ) : void

Method Details

CreateMrpShipPlan() public method

public CreateMrpShipPlan ( MrpShipPlan entity ) : void
entity com.Sconit.Entity.MRP.MrpShipPlan
return void

DeleteMrpShipPlan() public method

public DeleteMrpShipPlan ( IList pkList ) : void
pkList IList
return void

DeleteMrpShipPlan() public method

public DeleteMrpShipPlan ( IList entityList ) : void
entityList IList
return void

DeleteMrpShipPlan() public method

public DeleteMrpShipPlan ( Int32 id ) : void
id System.Int32
return void

DeleteMrpShipPlan() public method

public DeleteMrpShipPlan ( MrpShipPlan entity ) : void
entity com.Sconit.Entity.MRP.MrpShipPlan
return void

GetAllMrpShipPlan() public method

public GetAllMrpShipPlan ( ) : IList
return IList

LoadMrpShipPlan() public method

public LoadMrpShipPlan ( Int32 id ) : MrpShipPlan
id System.Int32
return com.Sconit.Entity.MRP.MrpShipPlan

NHMrpShipPlanBaseDao() public method

public NHMrpShipPlanBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateMrpShipPlan() public method

public UpdateMrpShipPlan ( MrpShipPlan entity ) : void
entity com.Sconit.Entity.MRP.MrpShipPlan
return void