public class ListHandlerCenter extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Integer,List<SectionInfo>> |
getDeleteInfos(Object account_id,
Object obj) |
static ListHandlerCenter |
getInstance() |
Map<Integer,List<SectionInfo>> |
getSavedInfos(Object account_id,
Object obj)
保存 对象在save之前,缓存中的状况,因此仅处理某个 Object 配置了缓存的 List
|
Map<Integer,UpdateInfo> |
getUpdateInfos(Object account_id,
Object obj,
Object oldObj) |
void |
processBatchSavedInfos(Object account_id,
List objs)
保存 对象在save之前,缓存中的状况,因此仅处理某个 Object 配置了缓存的 List
|
void |
processDelete(Object account_id,
Class clazz,
Object obj,
Map<Integer,List<SectionInfo>> delInfos) |
void |
processSave(Object account_id,
Object obj,
Map<Integer,List<SectionInfo>> saveInfos) |
void |
processUpdate(Object account_id,
Class clazz,
Object oldObj,
Object obj,
Map<Integer,UpdateInfo> updateInfos) |
public static ListHandlerCenter getInstance()
public Map<Integer,List<SectionInfo>> getSavedInfos(Object account_id, Object obj) throws Exception
account_id - obj - Exceptionpublic void processBatchSavedInfos(Object account_id, List objs) throws Exception
account_id - obj - Exceptionpublic void processSave(Object account_id, Object obj, Map<Integer,List<SectionInfo>> saveInfos) throws Exception
Exceptionpublic Map<Integer,List<SectionInfo>> getDeleteInfos(Object account_id, Object obj) throws Exception
Exceptionpublic void processDelete(Object account_id, Class clazz, Object obj, Map<Integer,List<SectionInfo>> delInfos) throws Exception
Exceptionpublic Map<Integer,UpdateInfo> getUpdateInfos(Object account_id, Object obj, Object oldObj) throws Exception
ExceptionCopyright © 2022. All rights reserved.