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

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IMrpShipPlanViewDao

공개 메소드들

메소드 설명
MrpShipPlanViewBaseMgr ( IMrpShipPlanViewDao entityDao ) : System

비공개 메소드들

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

메소드 상세

MrpShipPlanViewBaseMgr() 공개 메소드

public MrpShipPlanViewBaseMgr ( IMrpShipPlanViewDao entityDao ) : System
entityDao IMrpShipPlanViewDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IMrpShipPlanViewDao entityDao
리턴 IMrpShipPlanViewDao