C# 클래스 com.Sconit.Service.MRP.Impl.MrpShipPlanBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IMrpShipPlanDao

공개 메소드들

메소드 설명
MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System

비공개 메소드들

메소드 설명
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
UpdateMrpShipPlan ( MrpShipPlan entity ) : void

메소드 상세

MrpShipPlanBaseMgr() 공개 메소드

public MrpShipPlanBaseMgr ( IMrpShipPlanDao entityDao ) : System
entityDao IMrpShipPlanDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IMrpShipPlanDao entityDao
리턴 IMrpShipPlanDao