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

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

공개 메소드들

메소드 설명
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