| Package | Description |
|---|---|
| umun.entity.model | |
| umun.entity.model.impl | |
| umun.entity.repository | |
| umun.entity.repository.impl | |
| umun.entity.service | |
| umun.entity.service.impl |
| Modifier and Type | Field and Description |
|---|---|
EntityPrefCategory |
SystemDefaultPref.category |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityPrefCategory |
EntityPref.getCategory() |
EntityPrefCategory |
SystemDefaultPref.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EntityPref.setCategory(EntityPrefCategory category) |
void |
SystemDefaultPref.setCategory(EntityPrefCategory category) |
| Constructor and Description |
|---|
SystemDefaultPref(String key,
Long categoryId,
EntityPrefCategory category,
String value,
PrefDataType datatype,
String remoteHideKey,
Map<String,String> options,
String displayName,
String group) |
| Modifier and Type | Field and Description |
|---|---|
EntityPrefCategory |
EntityPrefImpl.category |
EntityPrefCategory |
NamedEntityPref.category |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefCategory |
EntityPrefImpl.getCategory() |
EntityPrefCategory |
NamedEntityPref.getCategory() |
EntityPrefCategory |
TemplatePref.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPrefImpl.setCategory(EntityPrefCategory category) |
void |
NamedEntityPref.setCategory(EntityPrefCategory category) |
void |
TemplatePref.setCategory(EntityPrefCategory category) |
| 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 |
|---|---|
EntityPrefCategory |
EntityPrefCategoryRepository.findByNameAndAndEntityNameAndDeleted(String name,
String entityName,
boolean isDeleted) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityPrefCategory> |
EntityPrefCategoryRepository.findByDeletedAndEntityName(boolean isDeleted,
String entityName) |
| Modifier and Type | Method and Description |
|---|---|
List<NamedEntityPref> |
NamedEntityPrefRepository.findByNamedEntityAndCategoryOrderByKey(NamedEntity namedEntity,
EntityPrefCategory rootCategory) |
| Modifier and Type | Field and Description |
|---|---|
protected EntityPrefCategory |
EntityPrefCategoryInterface.category |
EntityPrefCategory |
EntityPrefService.rootCategory |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefCategory |
EntityPrefCategoryService.findRootCategory(String entityName) |
EntityPrefCategory |
EntityPrefCategoryService.readOrFail(long categoryId) |
EntityPrefCategory |
EntityPrefCategoryService.readWithoutFail(String name,
String entityName,
String remoteHideKey,
String displayName) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityPrefCategory> |
EntityPrefCategoryService.read(boolean isDeleted,
String entityName) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PREF |
EntityPrefService.createCategoryAsPref(ENTITY entity,
EntityPrefCategory category) |
protected SystemDefaultPref |
SystemDefaultPrefService.createCategoryAsPref(umun.iam.model.Meta entity,
EntityPrefCategory category) |
protected abstract ID |
EntityPrefService.createEntityPrefId(ENTITY entity,
EntityPrefCategory category,
String key) |
protected abstract ID |
TablePrefService.createEntityPrefId(ENTITY entity,
EntityPrefCategory category,
String key,
SUB_ENTITY subEntity) |
protected SystemDefaultPrefId |
SystemDefaultPrefService.createEntityPrefId(umun.iam.model.Meta entity,
EntityPrefCategory category,
String key) |
protected abstract PREF |
EntityPrefService.createMissingRootPref(ENTITY entity,
EntityPrefCategory rootCategory,
String key,
EntityPrefValue<ENTITY,PREF> value,
Map<String,String> options,
String group) |
protected abstract PREF |
TablePrefService.createMissingRootPref(ENTITY entity,
EntityPrefCategory rootCategory,
String key,
EntityPrefValue<ENTITY,PREF> value,
Map<String,String> options,
String group,
SUB_ENTITY subEntity) |
protected SystemDefaultPref |
SystemDefaultPrefService.createMissingRootPref(umun.iam.model.Meta entity,
EntityPrefCategory rootCategory,
String key,
EntityPrefValue<umun.iam.model.Meta,SystemDefaultPref> entityPrefValue,
Map<String,String> options,
String group) |
protected abstract PREF |
EntityPrefCategoryInterface.createNewPref(CategoryPref<ENTITY> pref,
EntityPrefCategory category,
ENTITY entity) |
PREF |
EntityPrefService.createOrUpdate(ENTITY entity,
EntityPrefCategory category,
String key,
String value,
umun.iam.model.User requestedBy) |
PREF |
TablePrefService.createOrUpdate(ENTITY entity,
EntityPrefCategory category,
String key,
String value,
umun.iam.model.User requestedBy,
SUB_ENTITY subEntity) |
protected abstract PREF |
EntityPrefService.createPref(ENTITY entity,
EntityPrefCategory category,
String key,
String value,
String remoteHideKey) |
protected abstract PREF |
TablePrefService.createPref(ENTITY entity,
EntityPrefCategory category,
String key,
String value,
String remoteHideKey,
SUB_ENTITY subEntity) |
protected SystemDefaultPref |
SystemDefaultPrefService.createPref(umun.iam.model.Meta entity,
EntityPrefCategory category,
String key,
String value,
String remoteHideKey) |
protected PREF |
EntityPrefService.doPostCreationOperations(ENTITY entity,
EntityPrefCategory category,
PREF pref,
String key,
String value,
umun.iam.model.User requestedBy) |
protected abstract List<PREF> |
EntityPrefService.findByEntityAndCategoryOrderByKey(ENTITY entity,
EntityPrefCategory rootCategory) |
protected List<SystemDefaultPref> |
SystemDefaultPrefService.findByEntityAndCategoryOrderByKey(umun.iam.model.Meta entity,
EntityPrefCategory rootCategory) |
protected PrefDataType |
EntityPrefService.getDataType(EntityPrefCategory category,
String key) |
protected String |
EntityPrefService.getGroup(EntityPrefCategory category,
String key) |
protected Map<String,String> |
EntityPrefService.getOptions(EntityPrefCategory category,
String key,
ENTITY entity) |
protected String |
EntityPrefService.getRemoteHideKey(EntityPrefCategory category,
String key) |
List<PREF> |
EntityPrefService.read(ENTITY entity,
EntityPrefCategory category) |
PREF |
EntityPrefService.readOrFail(ENTITY entity,
EntityPrefCategory category,
String key) |
protected abstract List<PREF> |
TablePrefService.readSavedPrefs(ENTITY entity,
org.springframework.data.domain.Slice<SUB_ENTITY> subEntities,
EntityPrefCategory category) |
PREF |
EntityPrefService.readWithoutFail(ENTITY entity,
EntityPrefCategory category,
String key,
String value) |
PREF |
TablePrefService.readWithoutFail(ENTITY entity,
EntityPrefCategory category,
String key,
String value,
SUB_ENTITY subEntity) |
protected PREF |
EntityPrefService.saveAndFlush(ENTITY entity,
EntityPrefCategory category,
PREF pref,
String key,
String value,
umun.iam.model.User requestedBy,
String oldValue) |
protected void |
EntityPrefService.validateCreateOrUpdate(ENTITY entity,
EntityPrefCategory category,
String key,
String value,
umun.iam.model.User requestedBy,
PREF pref) |
| 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) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.