| Package | Description |
|---|---|
| umun.entity.controller | |
| umun.entity.model | |
| umun.entity.model.impl | |
| umun.entity.service | |
| umun.entity.templates.service | |
| umun.entity.util |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
EntityPrefController.validate(String entityName,
String key,
EntityPref value) |
org.springframework.http.ResponseEntity<?> |
TablePrefController.validate(String entityName,
String key,
String tableName,
EntityPref value) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
TablePrefController.createTablePrefs(String authHeader,
String entityName,
long entityId,
long categoryId,
String key,
String tableName,
List<TablePref<EntityPref>> doubleListOfTablePref) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityFieldPrefMapping<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> |
interface |
EntityPrefFieldMapping<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> |
class |
EntityPrefProp<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> |
class |
EntityPrefPropBuilder<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> |
class |
EntityPrefValue<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> |
interface |
TableEntityPrefFieldMapping<PREF extends EntityPref> |
class |
TablePref<PREF extends EntityPref> |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemDefaultPref |
class |
TableEntityPref |
| Modifier and Type | Field and Description |
|---|---|
EntityPref |
TablePrefValidationValue.pref |
| Modifier and Type | Field and Description |
|---|---|
List<TablePref<EntityPref>> |
TablePrefValidationValue.tablePrefs |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityPrefImpl |
class |
NamedEntityPref |
class |
TemplatePref |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityPrefCategoryInterface<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref,ID extends EntityPrefId,MAPPED_ENTITY> |
class |
EntityPrefService<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref,ID extends EntityPrefId> |
interface |
EntityPrefValidationInterface<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref> |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Slice<TablePref<EntityPref>> |
TablePrefService.readForCreation(String tableName,
umun.iam.model.User user,
Map<String,String> allRequestParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPrefValidationInterface.validate(ENTITY entity,
EntityPref pref) |
String |
TablePrefService.validate(String key,
EntityPref pref) |
String |
EntityPrefService.validate(String key,
EntityPref value) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
TablePrefService.createSubEntities(ENTITY entity,
String tableName,
List<TablePref<EntityPref>> doubleListOfTablePref,
umun.iam.model.User requestedBy) |
PREF |
TablePrefService.update(long entityId,
long categoryId,
String key,
String value,
umun.iam.model.User requestedBy,
String tableName,
long subEntityId,
List<TablePref<EntityPref>> doubleListOfTablePref) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityService<ENTITY extends umun.iam.model.Meta,PREF extends EntityPref,ID extends EntityPrefId> |
| Modifier and Type | Method and Description |
|---|---|
static void |
EntityPrefValidationUtil.validate(EntityPref pref) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.