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

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

Public Methods

Method Description
CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
DeleteMrpShipPlanView ( IList entityList ) : void
DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
DeleteMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : void
GetAllMrpShipPlanView ( ) : IList
LoadMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : MrpShipPlanView
NHMrpShipPlanViewBaseDao ( ISessionManager sessionManager ) : System
UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void

Method Details

CreateMrpShipPlanView() public method

public CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
return void

DeleteMrpShipPlanView() public method

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

DeleteMrpShipPlanView() public method

public DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
return void

DeleteMrpShipPlanView() public method

public DeleteMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : void
flow String
item String
uom String
uC Decimal
startTime System.DateTime
windowTime System.DateTime
effDate System.DateTime
return void

GetAllMrpShipPlanView() public method

public GetAllMrpShipPlanView ( ) : IList
return IList

LoadMrpShipPlanView() public method

public LoadMrpShipPlanView ( String flow, String item, String uom, Decimal uC, System.DateTime startTime, System.DateTime windowTime, System.DateTime effDate ) : MrpShipPlanView
flow String
item String
uom String
uC Decimal
startTime System.DateTime
windowTime System.DateTime
effDate System.DateTime
return MrpShipPlanView

NHMrpShipPlanViewBaseDao() public method

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

UpdateMrpShipPlanView() public method

public UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
return void