| 程序包 | 说明 |
|---|---|
| com.ags.lumosframework.sdk.base.service.api | |
| com.ags.lumosframework.sdk.service |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomizedObjectSupport |
IDynamicDomainObjectService.getByFilter(DynamicEntityFilter entityFilter) |
CustomizedObjectSupport |
IDynamicDomainObjectService.getById(String entityName,
long id) |
CustomizedObjectSupport |
IDynamicDomainObjectService.getByIdAndEvict(String entityName,
long id)
获取最新的对象,并移出缓存,变为游离状态
|
CustomizedObjectSupport |
IDynamicDomainObjectService.getByObjectIdAndType(long id,
String objectType) |
CustomizedObjectSupport |
IDynamicDomainObjectService.save(CustomizedObjectSupport obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomizedObjectSupport> |
IDynamicDomainObjectService.list(String entityName) |
List<CustomizedObjectSupport> |
IDynamicDomainObjectService.listByFilter(DynamicEntityFilter entityFilter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IDynamicDomainObjectService.delete(CustomizedObjectSupport obj) |
CustomizedObjectSupport |
IDynamicDomainObjectService.save(CustomizedObjectSupport obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IDynamicDomainObjectService.saveAll(List<CustomizedObjectSupport> objs) |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomizedObjectSupport |
DynamicDomainObjectService.getByFilter(DynamicEntityFilter entityFilter) |
CustomizedObjectSupport |
DynamicDomainObjectService.getById(String entityName,
long id) |
CustomizedObjectSupport |
DynamicDomainObjectService.getByIdAndEvict(String entityName,
long id) |
CustomizedObjectSupport |
DynamicDomainObjectService.getByObjectIdAndType(long id,
String objectType) |
CustomizedObjectSupport |
DynamicDomainObjectService.save(CustomizedObjectSupport obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CustomizedObjectSupport> |
DynamicDomainObjectService.list(String entityName) |
List<CustomizedObjectSupport> |
DynamicDomainObjectService.listByFilter(DynamicEntityFilter entityFilter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DynamicDomainObjectService.delete(CustomizedObjectSupport obj) |
CustomizedObjectSupport |
DynamicDomainObjectService.save(CustomizedObjectSupport obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DynamicDomainObjectService.saveAll(List<CustomizedObjectSupport> objs) |
Copyright © 2019. All rights reserved.