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