C# 클래스 com.Sconit.Service.Procurement.Impl.ItemFlowPlanBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IItemFlowPlanDao

공개 메소드들

메소드 설명
ItemFlowPlanBaseMgr ( IItemFlowPlanDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateItemFlowPlan ( com.Sconit.Entity.Procurement.ItemFlowPlan entity ) : void
DeleteItemFlowPlan ( IList pkList ) : void
DeleteItemFlowPlan ( IList entityList ) : void
DeleteItemFlowPlan ( Int32 id ) : void
DeleteItemFlowPlan ( com.Sconit.Entity.Procurement.ItemFlowPlan entity ) : void
GetAllItemFlowPlan ( ) : IList
LoadItemFlowPlan ( Int32 id ) : com.Sconit.Entity.Procurement.ItemFlowPlan
UpdateItemFlowPlan ( com.Sconit.Entity.Procurement.ItemFlowPlan entity ) : void

메소드 상세

ItemFlowPlanBaseMgr() 공개 메소드

public ItemFlowPlanBaseMgr ( IItemFlowPlanDao entityDao ) : System
entityDao IItemFlowPlanDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IItemFlowPlanDao entityDao
리턴 IItemFlowPlanDao