@Service public class SystemDefaultPrefService extends EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_NAME |
categoryService, rootCategory, systemPrefService| Constructor and Description |
|---|
SystemDefaultPrefService() |
addRootKeys, addServiceReference, createOrUpdate, doPostCreationOperations, doPostFoundOperations, findOne, getCreationTemplate, getDataType, getDisplayname, getGroup, getOptions, getRemoteHideKey, isDoNotAddIfMissing, read, read, read, read, read, readAllPrefs, readOrFail, readWithoutFail, removeHidden, saveAndFlush, startUp, update, validate, validateCreateOrUpdatepublic static final String ENTITY_NAME
protected EntityPrefRepository<SystemDefaultPref,SystemDefaultPrefId> getRepository()
getRepository in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected Map<String,EntityPrefCategoryInterface<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId,?>> getCategoryServicesMap()
getCategoryServicesMap in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected Map<String,EntityPrefValue<umun.iam.model.Meta,SystemDefaultPref>> getRootKeys()
getRootKeys in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected List<SystemDefaultPref> findByEntityAndCategoryOrderByKey(umun.iam.model.Meta entity, EntityPrefCategory rootCategory)
findByEntityAndCategoryOrderByKey in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected SystemDefaultPref createMissingRootPref(umun.iam.model.Meta entity, EntityPrefCategory rootCategory, String key, EntityPrefValue<umun.iam.model.Meta,SystemDefaultPref> entityPrefValue, Map<String,String> options, String group)
createMissingRootPref in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected SystemDefaultPref createCategoryAsPref(umun.iam.model.Meta entity, EntityPrefCategory category) throws umun.core.constants.ValidationException
createCategoryAsPref in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>umun.core.constants.ValidationExceptionprotected SystemDefaultPrefId createEntityPrefId(umun.iam.model.Meta entity, EntityPrefCategory category, String key)
createEntityPrefId in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected SystemDefaultPref createPref(umun.iam.model.Meta entity, EntityPrefCategory category, String key, String value, String remoteHideKey) throws umun.core.constants.ValidationException
createPref in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>umun.core.constants.ValidationExceptionprotected umun.iam.model.Meta findEntityOrFail(long entityId,
umun.iam.model.User requestedBy)
throws umun.core.constants.ValidationException
findEntityOrFail in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>umun.core.constants.ValidationExceptionprotected String getEntityName()
getEntityName in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>protected EntityCRUDService<umun.iam.model.Meta> getCrudService()
getCrudService in class EntityPrefService<umun.iam.model.Meta,SystemDefaultPref,SystemDefaultPrefId>Copyright © 2022 Pivotal Software, Inc.. All rights reserved.