| Package | Description |
|---|---|
| umun.entity.controller | |
| umun.entity.model.impl | |
| umun.entity.repository.impl | |
| umun.entity.service.impl | |
| umun.entity.templates.service |
| Modifier and Type | Method and Description |
|---|---|
protected EntityCRUDService<NamedEntity> |
NamedEntityController.getCRUDService() |
| Modifier and Type | Field and Description |
|---|---|
protected NamedEntity |
NamedEntityPref.namedEntity |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity |
NamedEntityPref.getNamedEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedEntityPref.setNamedEntity(NamedEntity namedEntity) |
| Constructor and Description |
|---|
NamedEntityPref(String key,
Long categoryId,
EntityPrefCategory category,
String value,
PrefDataType datatype,
String remoteHideKey,
Long namedEntityId,
NamedEntity namedEntity,
Map<String,String> options,
String displayName,
String group) |
| Modifier and Type | Method and Description |
|---|---|
NamedEntity |
NamedEntityCRUDRepository.findByEntityNameAndIdAndDeletedOrderByName(String subEntityName,
long id,
boolean isDeleted) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedEntity> |
NamedEntityCRUDRepository.findByEntityNameAndDeletedOrderByName(String entityName,
boolean isDeleted) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedEntityPref> |
NamedEntityPrefRepository.findByNamedEntityAndCategoryOrderByKey(NamedEntity namedEntity,
EntityPrefCategory rootCategory) |
| Modifier and Type | Method and Description |
|---|---|
protected NamedEntity |
NamedEntityPrefService.findEntityOrFail(long entityId,
umun.iam.model.User requestedBy) |
NamedEntity |
NamedEntityCRUDService.readOrFail(String subEntityName,
long id) |
protected NamedEntity |
NamedEntityCRUDService.setValuesOnUpdate(NamedEntity savedEntity,
NamedEntity entity,
umun.iam.model.User modifiedBy) |
protected NamedEntity |
NamedEntityCRUDService.setVariablesOnCreate(NamedEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,EntityPrefCategoryInterface<NamedEntity,NamedEntityPref,NamedEntityPrefId,?>> |
NamedEntityPrefService.getCategoryServicesMap() |
protected EntityService<NamedEntity,?,?> |
NamedEntityCRUDService.getEntityService() |
protected EntityFilterService<NamedEntity> |
NamedEntityCRUDService.getFilterService() |
protected EntityCRUDRepository<NamedEntity> |
NamedEntityCRUDService.getRepository() |
protected Map<String,EntityPrefValue<NamedEntity,NamedEntityPref>> |
NamedEntityPrefService.getRootKeys() |
List<NamedEntity> |
NamedEntityCRUDService.read(String subEntityName) |
| Modifier and Type | Method and Description |
|---|---|
protected NamedEntityPref |
NamedEntityPrefService.createCategoryAsPref(NamedEntity namedEntity,
EntityPrefCategory category) |
protected NamedEntityPrefId |
NamedEntityPrefService.createEntityPrefId(NamedEntity namedEntity,
EntityPrefCategory category,
String key) |
protected NamedEntityPref |
NamedEntityPrefService.createMissingRootPref(NamedEntity namedEntity,
EntityPrefCategory category,
String key,
EntityPrefValue<NamedEntity,NamedEntityPref> entityPrefValue,
Map<String,String> options,
String group) |
protected NamedEntityPref |
NamedEntityPrefService.createPref(NamedEntity namedEntity,
EntityPrefCategory category,
String key,
String value,
String remoteHideKey) |
protected List<NamedEntityPref> |
NamedEntityPrefService.findByEntityAndCategoryOrderByKey(NamedEntity namedEntity,
EntityPrefCategory rootCategory) |
protected boolean |
NamedEntityPrefService.isDoNotAddIfMissing(String key,
NamedEntity namedEntity) |
protected NamedEntity |
NamedEntityCRUDService.setValuesOnUpdate(NamedEntity savedEntity,
NamedEntity entity,
umun.iam.model.User modifiedBy) |
protected NamedEntity |
NamedEntityCRUDService.setVariablesOnCreate(NamedEntity entity) |
protected void |
NamedEntityCRUDService.validateCreate(NamedEntity entity,
umun.iam.model.User createdBy) |
protected void |
NamedEntityCRUDService.validateDelete(NamedEntity savedEntity,
umun.iam.model.User modifiedBy) |
protected void |
NamedEntityCRUDService.validateUpdate(NamedEntity savedEntity,
NamedEntity entity,
umun.iam.model.User modifiedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedEntityPrefService.addRootKeys(String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<NamedEntity,NamedEntityPref> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp<NamedEntity,NamedEntityPref> properties) |
void |
NamedEntityPrefService.addRootKeys(String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<NamedEntity,NamedEntityPref> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp<NamedEntity,NamedEntityPref> properties) |
void |
NamedEntityPrefService.addRootKeys(String entityName,
String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<NamedEntity,NamedEntityPref> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp<NamedEntity,NamedEntityPref> properties) |
void |
NamedEntityPrefService.addRootKeys(String entityName,
String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<NamedEntity,NamedEntityPref> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp<NamedEntity,NamedEntityPref> properties) |
void |
NamedEntityPrefService.addServiceReference(String categoryName,
EntityPrefCategoryInterface<NamedEntity,NamedEntityPref,NamedEntityPrefId,?> instance) |
protected NamedEntityPref |
NamedEntityPrefService.createMissingRootPref(NamedEntity namedEntity,
EntityPrefCategory category,
String key,
EntityPrefValue<NamedEntity,NamedEntityPref> entityPrefValue,
Map<String,String> options,
String group) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<ENTITY> |
EntityFilterService.read(NamedEntity filter) |
List<ENTITY> |
EntityCRUDService.read(NamedEntity filter) |
org.springframework.data.domain.Slice<ENTITY> |
PaginatedEntityCRUDService.read(NamedEntity filter,
int page) |
protected abstract org.springframework.data.domain.Slice<ENTITY> |
EntityFilterService.read(NamedEntity filter,
int page) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.