| Package | Description |
|---|---|
| umun.entity.controller | |
| umun.entity.model | |
| umun.entity.service |
| 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 | Field and Description |
|---|---|
List<TablePref<EntityPref>> |
TablePrefValidationValue.tablePrefs |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Slice<TablePref<PREF>> |
TablePrefService.read(String tableName,
long entityId,
int page,
String searchTerm,
umun.iam.model.User user) |
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 |
|---|---|
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) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.