| Package | Description |
|---|---|
| umun.entity.repository.impl | |
| umun.entity.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<NamedEntityPref> |
NamedEntityPrefRepository.findByNamedEntityAndCategoryOrderByKey(NamedEntity namedEntity,
EntityPrefCategory rootCategory) |
| Modifier and Type | Method and Description |
|---|---|
protected NamedEntityPref |
NamedEntityPrefService.createCategoryAsPref(NamedEntity namedEntity,
EntityPrefCategory category) |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected List<NamedEntityPref> |
NamedEntityPrefService.findByEntityAndCategoryOrderByKey(NamedEntity namedEntity,
EntityPrefCategory rootCategory) |
protected Map<String,EntityPrefCategoryInterface<NamedEntity,NamedEntityPref,NamedEntityPrefId,?>> |
NamedEntityPrefService.getCategoryServicesMap() |
protected EntityPrefRepository<NamedEntityPref,NamedEntityPrefId> |
NamedEntityPrefService.getRepository() |
protected Map<String,EntityPrefValue<NamedEntity,NamedEntityPref>> |
NamedEntityPrefService.getRootKeys() |
| 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) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.