| Package | Description |
|---|---|
| umun.entity.model | |
| umun.entity.model.impl | |
| umun.entity.service | |
| umun.entity.service.impl | |
| umun.entity.templates.service |
| Modifier and Type | Field and Description |
|---|---|
PrefDataType |
EntityPrefValue.dataType |
| Modifier and Type | Method and Description |
|---|---|
PrefDataType |
EntityPref.getDatatype() |
PrefDataType |
CategoryPref.getDataType() |
static PrefDataType |
PrefDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrefDataType[] |
PrefDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPref.setDatatype(PrefDataType datatype) |
void |
CategoryPref.setDataType(PrefDataType dataType) |
| Constructor and Description |
|---|
CategoryPref(ENTITY entity,
String key,
String value,
Map<String,String> options,
PrefDataType dataType,
String displayName) |
EntityPref(String value,
PrefDataType datatype,
String remoteHideKey,
String displayName) |
EntityPrefValue(String value,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface<ENTITY> optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
EntityPrefProp<ENTITY,PREF> properties) |
EntityPrefValue(String value,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface<ENTITY> optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
EntityPrefProp<ENTITY,PREF> properties,
String tableName) |
SystemDefaultPref(String key,
Long categoryId,
EntityPrefCategory category,
String value,
PrefDataType datatype,
String remoteHideKey,
Map<String,String> options,
String displayName,
String group) |
TableEntityPref(String value,
PrefDataType datatype,
String remoteHideKey,
String displayName) |
| 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) |
TemplatePref(String entityName,
String key,
Long categoryId,
EntityPrefCategory category,
String value,
PrefDataType datatype,
String remoteHideKey,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
abstract PrefDataType |
EntityPrefCategoryInterface.getDataType() |
protected PrefDataType |
EntityPrefService.getDataType(EntityPrefCategory category,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablePrefService.addRootKeys(String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp<ENTITY,PREF> properties) |
void |
EntityPrefService.addRootKeys(String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp<ENTITY,PREF> properties) |
| 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 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityService.addRootKeys(String rootKey,
String defaultValue,
String remoteHideKey,
PrefDataType dataType,
EntityPrefOptionsInterface optionsInterface,
String displayName,
EntityPrefValidationInterface<ENTITY,PREF> entityPrefValidationInterface,
String group,
boolean defaultRemoteHide,
EntityPrefProp properties) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.