Uses of Class
com.broadleafcommerce.menu.domain.Menu
Packages that use Menu
Package
Description
-
Uses of Menu in com.broadleafcommerce.menu.domain
Subclasses of Menu in com.broadleafcommerce.menu.domainModifier and TypeClassDescriptionclass
This DTO is purely a concept used in the endpoint responsible for returning the navigation tree of a menu.Methods in com.broadleafcommerce.menu.domain with parameters of type MenuConstructors in com.broadleafcommerce.menu.domain with parameters of type Menu -
Uses of Menu in com.broadleafcommerce.menu.service
Classes in com.broadleafcommerce.menu.service with type parameters of type MenuModifier and TypeClassDescriptionclass
DefaultMenuService<P extends Menu>
interface
MenuService<P extends Menu>
Service API forMenus
.Methods in com.broadleafcommerce.menu.service with type parameters of type Menu -
Uses of Menu in com.broadleafcommerce.menu.service.validation
Methods in com.broadleafcommerce.menu.service.validation that return types with arguments of type MenuModifier and TypeMethodDescriptionprotected MenuService<Menu>
MenuItemValidator.getMenuService()
protected MenuService<Menu>
MenuValidator.getMenuService()
Methods in com.broadleafcommerce.menu.service.validation with parameters of type MenuModifier and TypeMethodDescriptionprotected void
MenuValidator.validateName
(Menu menu, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.menu.service.validation with type arguments of type MenuModifier and TypeMethodDescriptionvoid
MenuItemValidator.setMenuService
(MenuService<Menu> menuService) Lazily injectedMenuService
since this validator is itself a service component.void
MenuValidator.setMenuService
(MenuService<Menu> menuService) Lazy injection since this validator is itself a service component. -
Uses of Menu in com.broadleafcommerce.menu.web.endpoint
Fields in com.broadleafcommerce.menu.web.endpoint with type parameters of type MenuModifier and TypeFieldDescriptionprotected final MenuService<Menu>
MenuHierarchyEndpoint.menuService
Methods in com.broadleafcommerce.menu.web.endpoint that return MenuModifier and TypeMethodDescriptionMenuEndpoint.createMenu
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, Menu menu) MenuEndpoint.readMenu
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id) MenuEndpoint.replaceMenu
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, Menu menu) Methods in com.broadleafcommerce.menu.web.endpoint that return types with arguments of type MenuModifier and TypeMethodDescriptionprotected MenuService<Menu>
MenuEndpoint.getMenuService()
protected MenuService<Menu>
MenuItemEndpoint.getMenuService()
org.springframework.data.domain.Page<Menu>
MenuEndpoint.readAllMenus
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String nameQuery, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page) Methods in com.broadleafcommerce.menu.web.endpoint with parameters of type MenuModifier and TypeMethodDescriptionprotected void
MenuItemEndpoint.assertMenuIsParentOfItem
(Menu menu, MenuItem menuItem) MenuEndpoint.createMenu
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, Menu menu) MenuEndpoint.replaceMenu
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String id, Menu menu) Constructor parameters in com.broadleafcommerce.menu.web.endpoint with type arguments of type MenuModifierConstructorDescriptionMenuEndpoint
(MenuService<Menu> menuService, MenuItemService<MenuItem> menuItemService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) MenuHierarchyEndpoint
(MenuService<Menu> menuService) MenuItemEndpoint
(MenuItemService<MenuItem> menuItemService, MenuService<Menu> menuService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)