C# Класс com.Sconit.Service.MasterData.Impl.FavoritesBaseMgr

Наследование: SessionBase, IFavoritesBaseMgr
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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