Uses of Class
com.almis.awe.model.entities.menu.Menu
Packages that use Menu
Package
Description
-
Uses of Menu in com.almis.awe.model.component
Methods in com.almis.awe.model.component that return MenuModifier and TypeMethodDescriptionGet menu objectInserts or updates given menuMethods in com.almis.awe.model.component with parameters of type Menu -
Uses of Menu in com.almis.awe.service
Methods in com.almis.awe.service that return MenuModifier and TypeMethodDescriptionMenuService.getMenu()
Retrieve the menu for the userRetrieve a menuMenuService.getMenuWithAllRestrictions()
Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithAllRestrictions
(Menu menu) Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithAllRestrictions
(String menuType) Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithRestrictions()
Retrieve the menu for the userMenuService.getMenuWithRestrictions
(Menu menu) Retrieve the menu for the userMenuService.getMenuWithRestrictions
(String menuType) Retrieve the menu for the userMethods in com.almis.awe.service with parameters of type MenuModifier and TypeMethodDescriptionMenuService.getMenuWithAllRestrictions
(Menu menu) Retrieve the menu with all restrictions (included modules)MenuService.getMenuWithRestrictions
(Menu menu) Retrieve the menu for the user -
Uses of Menu in com.almis.awe.service.screen
Methods in com.almis.awe.service.screen with parameters of type MenuModifier and TypeMethodDescriptionvoid
ScreenRestrictionGenerator.applyModuleRestriction
(String module, Menu menu) Store screen target data in componentsvoid
ScreenComponentGenerator.applyOptionActions
(Menu menu) Apply option actions to menuvoid
ScreenRestrictionGenerator.applyScreenRestriction
(List<ScreenRestriction> screenRestrictions, Menu menu) Store screen target data in componentsScreenComponentGenerator.generateComponentMap
(Screen screen, ScreenData data, Menu menu, com.fasterxml.jackson.databind.node.ObjectNode storedCriteria) Generate component map