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

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

Открытые методы

Метод Описание
GetCacheAllItemString ( ) : string
ItemMgr ( IItemDao entityDao, ICriteriaMgr criteriaMgr, IItemKitMgr itemKitMgr, ISqlHelperDao sqlHelperDao ) : System

Приватные методы

Метод Описание
CheckAndLoadItem ( string itemCode ) : Item
DeleteItem ( IList entityList ) : void
DeleteItem ( IList pkList ) : void
DeleteItem ( Item entity ) : void
DeleteItem ( string code ) : void
DoGetAllCacheItemString ( ) : void
GetCacheAllItem ( ) : IList
GetItem ( System.DateTime lastModifyDate, int firstRow, int maxRows ) : IList
GetItem ( IList itemCodeList ) : IList
GetItemCount ( System.DateTime lastModifyDate ) : int
GetPMItem ( ) : IList
UpdateItem ( Item item, com.Sconit.Entity.MasterData.User user ) : void

Описание методов

GetCacheAllItemString() публичный Метод

public GetCacheAllItemString ( ) : string
Результат string

ItemMgr() публичный Метод

public ItemMgr ( IItemDao entityDao, ICriteriaMgr criteriaMgr, IItemKitMgr itemKitMgr, ISqlHelperDao sqlHelperDao ) : System
entityDao IItemDao
criteriaMgr ICriteriaMgr
itemKitMgr IItemKitMgr
sqlHelperDao ISqlHelperDao
Результат System