public interface ListHandler
| 限定符和类型 | 方法和说明 |
|---|---|
List<SectionInfo> |
getDeleteInfos(Object account_id,
Object obj,
List<LsCacheInfoHelper> infoList)
和对象删除相关的两个方法
|
List<SectionInfo> |
getSavedInfos(Object account_id,
Object obj,
List<LsCacheInfoHelper> infoList)
和对象保存相关的两个方法
|
UpdateInfo |
getUpdateInfos(Object account_id,
Object obj,
Object oldObj,
Map<String,LsCacheInfoHelper> newObjLsMap,
Map<String,LsCacheInfoHelper> oldObjLsMap)
和对象更新相关的两个方法
|
void |
processBatchedSave(Map<String,List<LsCacheInfoHelper>> lsMap)
批量保存相关的方法
|
void |
processDelete(Object account_id,
Class clazz,
Object obj,
List<SectionInfo> delInfos) |
void |
processSave(Object account_id,
Object obj,
List<SectionInfo> saveInfos) |
void |
processUpdate(Object account_id,
Class clazz,
Object oldObj,
Object obj,
UpdateInfo updateInfo) |
List<SectionInfo> getSavedInfos(Object account_id, Object obj, List<LsCacheInfoHelper> infoList) throws Exception
Exceptionvoid processSave(Object account_id, Object obj, List<SectionInfo> saveInfos) throws Exception
ExceptionList<SectionInfo> getDeleteInfos(Object account_id, Object obj, List<LsCacheInfoHelper> infoList) throws Exception
Exceptionvoid processDelete(Object account_id, Class clazz, Object obj, List<SectionInfo> delInfos) throws Exception
ExceptionUpdateInfo getUpdateInfos(Object account_id, Object obj, Object oldObj, Map<String,LsCacheInfoHelper> newObjLsMap, Map<String,LsCacheInfoHelper> oldObjLsMap) throws Exception
Exceptionvoid processUpdate(Object account_id, Class clazz, Object oldObj, Object obj, UpdateInfo updateInfo) throws Exception
ExceptionCopyright © 2021. All rights reserved.