C# 클래스 com.Sconit.Service.Mes.Impl.ShelfBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IShelfDao

공개 메소드들

메소드 설명
ShelfBaseMgr ( IShelfDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateShelf ( Shelf entity ) : void
DeleteShelf ( IList entityList ) : void
DeleteShelf ( IList pkList ) : void
DeleteShelf ( Shelf entity ) : void
DeleteShelf ( String code ) : void
GetAllShelf ( ) : IList
GetAllShelf ( bool includeInactive ) : IList
LoadShelf ( String code ) : Shelf
UpdateShelf ( Shelf entity ) : void

메소드 상세

ShelfBaseMgr() 공개 메소드

public ShelfBaseMgr ( IShelfDao entityDao ) : System
entityDao IShelfDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IShelfDao entityDao
리턴 IShelfDao