C# 클래스 com.Sconit.Service.MasterData.Impl.FavoritesBaseMgr

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

보호된 프로퍼티들

프로퍼티 타입 설명
entityDao IFavoritesDao

공개 메소드들

메소드 설명
FavoritesBaseMgr ( IFavoritesDao entityDao ) : System

비공개 메소드들

메소드 설명
CreateFavorites ( Favorites entity ) : void
DeleteFavorites ( Favorites entity ) : void
DeleteFavorites ( IList entityList ) : void
DeleteFavorites ( IList pkList ) : void
DeleteFavorites ( Int32 id ) : void
DeleteFavorites ( String userCode, String type, String pageName ) : void
GetAllFavorites ( ) : IList
LoadFavorites ( Int32 id ) : Favorites
LoadFavorites ( String userCode, String type, String pageName ) : Favorites
LoadFavorites ( com user, String type, String pageName ) : Favorites
UpdateFavorites ( Favorites entity ) : void

메소드 상세

FavoritesBaseMgr() 공개 메소드

public FavoritesBaseMgr ( IFavoritesDao entityDao ) : System
entityDao IFavoritesDao
리턴 System

프로퍼티 상세

entityDao 보호되어 있는 프로퍼티

protected IFavoritesDao entityDao
리턴 IFavoritesDao