C# 클래스 com.Sconit.Persistence.MRP.NH.NHMrpShipPlanViewBaseDao

상속: NHDaoBase, IMrpShipPlanViewBaseDao
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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

메소드 상세

CreateMrpShipPlanView() 공개 메소드

public CreateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
리턴 void

DeleteMrpShipPlanView() 공개 메소드

public DeleteMrpShipPlanView ( IList entityList ) : void
entityList IList
리턴 void

DeleteMrpShipPlanView() 공개 메소드

public DeleteMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
리턴 void

DeleteMrpShipPlanView() 공개 메소드

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
리턴 void

GetAllMrpShipPlanView() 공개 메소드

public GetAllMrpShipPlanView ( ) : IList
리턴 IList

LoadMrpShipPlanView() 공개 메소드

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
리턴 MrpShipPlanView

NHMrpShipPlanViewBaseDao() 공개 메소드

public NHMrpShipPlanViewBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
리턴 System

UpdateMrpShipPlanView() 공개 메소드

public UpdateMrpShipPlanView ( MrpShipPlanView entity ) : void
entity MrpShipPlanView
리턴 void