| 程序包 | 说明 |
|---|---|
| com.gemantic.dal.dao | |
| com.gemantic.dal.dao.cachehandler | |
| com.gemantic.dal.dao.cachehandler.impl | |
| com.gemantic.dal.dao.listloader.impl | |
| com.gemantic.dal.dao.model |
| 限定符和类型 | 方法和说明 |
|---|---|
SectionInfo |
ListLoaderCenter.getUpdatedSection(Object account_id,
Object obj,
LsCacheInfoHelper lsHelper) |
SectionInfo |
ListLoader.getUpdatedSection(Object account_id,
Object obj,
LsCacheInfoHelper lsHelper) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Integer,List<SectionInfo>> |
ListHandlerCenter.getDeleteInfos(Object account_id,
Object obj) |
Map<Integer,List<SectionInfo>> |
ListHandlerCenter.getSavedInfos(Object account_id,
Object obj)
保存 对象在save之前,缓存中的状况,因此仅处理某个 Object 配置了缓存的 List
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListLoaderCenter.removeIdFromList(Object account_id,
Object obj,
SectionInfo secInfo,
boolean reload) |
void |
ListLoader.removeIdFromList(Object account_id,
Object obj,
SectionInfo secInfo,
boolean bReload) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListHandlerCenter.processDelete(Object account_id,
Class clazz,
Object obj,
Map<Integer,List<SectionInfo>> delInfos) |
void |
ListHandlerCenter.processSave(Object account_id,
Object obj,
Map<Integer,List<SectionInfo>> saveInfos) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SectionInfo> |
ListHandler.getDeleteInfos(Object account_id,
Object obj,
List<LsCacheInfoHelper> infoList)
和对象删除相关的两个方法
|
List<SectionInfo> |
ListHandler.getSavedInfos(Object account_id,
Object obj,
List<LsCacheInfoHelper> infoList)
和对象保存相关的两个方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListHandler.processDelete(Object account_id,
Class clazz,
Object obj,
List<SectionInfo> delInfos) |
void |
ListHandler.processSave(Object account_id,
Object obj,
List<SectionInfo> saveInfos) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SectionInfo> |
AbstractListHandler.getDeleteInfos(Object account_id,
Object obj,
List<LsCacheInfoHelper> infoList) |
List<SectionInfo> |
AbstractListHandler.getSavedInfos(Object account_id,
Object obj,
List<LsCacheInfoHelper> infoHelperList) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractListHandler.processDelete(Object account_id,
Class clazz,
Object obj,
List<SectionInfo> delInfos) |
void |
CrossListHandler.processSave(Object account_id,
Object obj,
List<SectionInfo> saveInfos) |
void |
CommonListHandler.processSave(Object account_id,
Object obj,
List<SectionInfo> saveInfos) |
| 限定符和类型 | 方法和说明 |
|---|---|
SectionInfo |
CrossAggrListLoader.getUpdatedSection(Object account_id,
Object obj,
LsCacheInfoHelper lsHelper) |
SectionInfo |
CommonListLoader.getUpdatedSection(Object account_id,
Object obj,
LsCacheInfoHelper lsHelper) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CrossAggrListLoader.removeIdFromList(Object account_id,
Object obj,
SectionInfo secInfo,
boolean reload) |
void |
CommonListLoader.removeIdFromList(Object account_id,
Object obj,
SectionInfo secInfo,
boolean bReload) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SectionInfo> |
UpdateInfo.getOldObjListSections() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UpdateInfo.setOldObjListSections(List<SectionInfo> oldObjListSections) |
| 构造器和说明 |
|---|
UpdateInfo(Map<String,LsCacheInfoHelper[]> lsHelpers,
List<SectionInfo> oldObjListSections,
Map<String,LsCacheInfoHelper> lsMap) |
Copyright © 2022. All rights reserved.