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

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

공개 메소드들

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

메소드 상세

CreateMrpShipPlan() 공개 메소드

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

DeleteMrpShipPlan() 공개 메소드

public DeleteMrpShipPlan ( IList pkList ) : void
pkList IList
리턴 void

DeleteMrpShipPlan() 공개 메소드

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

DeleteMrpShipPlan() 공개 메소드

public DeleteMrpShipPlan ( Int32 id ) : void
id System.Int32
리턴 void

DeleteMrpShipPlan() 공개 메소드

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

GetAllMrpShipPlan() 공개 메소드

public GetAllMrpShipPlan ( ) : IList
리턴 IList

LoadMrpShipPlan() 공개 메소드

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

NHMrpShipPlanBaseDao() 공개 메소드

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

UpdateMrpShipPlan() 공개 메소드

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