C# Class com.Sconit.Service.MasterData.Impl.FavoritesBaseMgr

Inheritance: SessionBase, IFavoritesBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IFavoritesDao

Public Methods

Method Description
FavoritesBaseMgr ( IFavoritesDao entityDao ) : System

Private Methods

Method Description
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

Method Details

FavoritesBaseMgr() public method

public FavoritesBaseMgr ( IFavoritesDao entityDao ) : System
entityDao IFavoritesDao
return System

Property Details

entityDao protected_oe property

protected IFavoritesDao entityDao
return IFavoritesDao