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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassDefaultMenuService<P extends Menu>interfaceMenuService<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 voidMenuValidator.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 TypeMethodDescriptionvoidMenuItemValidator.setMenuService(MenuService<Menu> menuService) Lazily injectedMenuServicesince this validator is itself a service component.voidMenuValidator.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.menuServiceMethods 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 voidMenuItemEndpoint.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)