public interface UserGroupMenuService
| Modifier and Type | Field and Description |
|---|---|
static String |
MENU_FUNCTION_CODE |
| Modifier and Type | Method and Description |
|---|---|
String |
addToMenuHierarchy(InforContext context,
MenuSpecification menuSpecification) |
BatchResponse<String> |
addToMenuHierarchyBatch(InforContext context,
List<MenuSpecification> menuSpecificationList) |
BatchResponse<String> |
addToMenuHierarchyManyUsergroups(InforContext context,
List<String> userGroups,
MenuSpecification menuSpecification) |
String |
deleteFromMenuHierarchy(InforContext context,
MenuSpecification menuSpecification) |
BatchResponse<String> |
deleteFromMenuHierarchyBatch(InforContext context,
List<MenuSpecification> menuSpecificationList) |
BatchResponse<String> |
deleteFromMenuHierarchyManyUsergroups(InforContext context,
List<String> userGroups,
MenuSpecification menuSpecification) |
MenuEntryNode |
getExtMenuHierarchyAsTree(InforContext context,
String userGroup,
MenuRequestType requestType) |
static void |
validateInputNode(MenuSpecification ms) |
static final String MENU_FUNCTION_CODE
String addToMenuHierarchy(InforContext context, MenuSpecification menuSpecification) throws InforException
InforExceptionString deleteFromMenuHierarchy(InforContext context, MenuSpecification menuSpecification) throws InforException
InforExceptionBatchResponse<String> addToMenuHierarchyBatch(InforContext context, List<MenuSpecification> menuSpecificationList) throws InforException
InforExceptionBatchResponse<String> deleteFromMenuHierarchyManyUsergroups(InforContext context, List<String> userGroups, MenuSpecification menuSpecification) throws InforException
InforExceptionBatchResponse<String> deleteFromMenuHierarchyBatch(InforContext context, List<MenuSpecification> menuSpecificationList) throws InforException
InforExceptionBatchResponse<String> addToMenuHierarchyManyUsergroups(InforContext context, List<String> userGroups, MenuSpecification menuSpecification) throws InforException
InforExceptionMenuEntryNode getExtMenuHierarchyAsTree(InforContext context, String userGroup, MenuRequestType requestType) throws InforException
InforExceptionstatic void validateInputNode(MenuSpecification ms) throws InforException
InforExceptionCopyright © 2021 CERN European Organization for Nuclear Research. All rights reserved.