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

Inheritance: NHDaoBase, IMrpShipPlanViewBaseDao
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode 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 méthode

public CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
Résultat void

DeleteMrpShipPlanView() public méthode

public DeleteMrpShipPlanView ( IList entityList ) : void
entityList IList
Résultat void

DeleteMrpShipPlanView() public méthode

public DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
Résultat void

DeleteMrpShipPlanView() public méthode

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
Résultat void

GetAllMrpShipPlanView() public méthode

public GetAllMrpShipPlanView ( ) : IList
Résultat IList

LoadMrpShipPlanView() public méthode

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
Résultat MrpShipPlanView

NHMrpShipPlanViewBaseDao() public méthode

public NHMrpShipPlanViewBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
Résultat System

UpdateMrpShipPlanView() public méthode

public UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
Résultat void