All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected abstract void |
addRootKeys() |
void |
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 |
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 |
addServiceReference(String categoryName,
EntityPrefCategoryInterface<NamedEntity,NamedEntityPref,NamedEntityPrefId,?> instance) |
protected NamedEntityPref |
createCategoryAsPref(NamedEntity namedEntity,
EntityPrefCategory category) |
protected NamedEntityPrefId |
createEntityPrefId(NamedEntity namedEntity,
EntityPrefCategory category,
String key) |
protected NamedEntityPref |
createMissingRootPref(NamedEntity namedEntity,
EntityPrefCategory category,
String key,
EntityPrefValue<NamedEntity,NamedEntityPref> entityPrefValue,
Map<String,String> options,
String group) |
protected NamedEntityPref |
createPref(NamedEntity namedEntity,
EntityPrefCategory category,
String key,
String value,
String remoteHideKey) |
protected List<NamedEntityPref> |
findByEntityAndCategoryOrderByKey(NamedEntity namedEntity,
EntityPrefCategory rootCategory) |
protected NamedEntity |
findEntityOrFail(long entityId,
umun.iam.model.User requestedBy) |
protected Map<String,EntityPrefCategoryInterface<NamedEntity,NamedEntityPref,NamedEntityPrefId,?>> |
getCategoryServicesMap() |
protected EntityPrefRepository<NamedEntityPref,NamedEntityPrefId> |
getRepository() |
protected Map<String,EntityPrefValue<NamedEntity,NamedEntityPref>> |
getRootKeys() |
protected boolean |
isDoNotAddIfMissing(String key,
NamedEntity namedEntity) |
protected abstract void |
onStartup() |
void |
startUp(org.springframework.context.event.ContextRefreshedEvent event) |