@Service public class EntityPrefCategoryService extends Object
| Constructor and Description |
|---|
EntityPrefCategoryService() |
| Modifier and Type | Method and Description |
|---|---|
EntityPrefCategory |
findRootCategory(String entityName) |
List<EntityPrefCategory> |
read(boolean isDeleted,
String entityName) |
EntityPrefCategory |
readOrFail(long categoryId) |
EntityPrefCategory |
readWithoutFail(String name,
String entityName,
String remoteHideKey,
String displayName) |
public EntityPrefCategory findRootCategory(String entityName)
public List<EntityPrefCategory> read(boolean isDeleted, String entityName)
public EntityPrefCategory readOrFail(long categoryId) throws umun.core.constants.ValidationException
umun.core.constants.ValidationExceptionpublic EntityPrefCategory readWithoutFail(String name, String entityName, String remoteHideKey, String displayName)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.