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

Inheritance: ItemBaseMgr, IItemMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
GetCacheAllItemString ( ) : string
ItemMgr ( IItemDao entityDao, ICriteriaMgr criteriaMgr, IItemKitMgr itemKitMgr, ISqlHelperDao sqlHelperDao ) : System

Private Methods

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

Method Details

GetCacheAllItemString() public method

public GetCacheAllItemString ( ) : string
return string

ItemMgr() public method

public ItemMgr ( IItemDao entityDao, ICriteriaMgr criteriaMgr, IItemKitMgr itemKitMgr, ISqlHelperDao sqlHelperDao ) : System
entityDao IItemDao
criteriaMgr ICriteriaMgr
itemKitMgr IItemKitMgr
sqlHelperDao ISqlHelperDao
return System