Uses of Interface
org.broadleafcommerce.menu.domain.Menu
Packages that use Menu
Package
Description
-
Uses of Menu in org.broadleafcommerce.menu.admin.server.handler
Methods in org.broadleafcommerce.menu.admin.server.handler with parameters of type MenuModifier and TypeMethodDescriptionprotected voidMenuItemCustomPersistenceHandler.validateDuplicateChild(org.broadleafcommerce.openadmin.dto.Entity entity, Menu parentMenu, Long linkedMenuId) protected voidMenuItemCustomPersistenceHandler.validateLinkedMenu(org.broadleafcommerce.openadmin.dto.Entity entity, Menu linkedMenu, Long id, StringBuilder menuLinks) protected voidMenuItemCustomPersistenceHandler.validateRecursiveRelationship(org.broadleafcommerce.openadmin.dto.Entity entity, Menu linkedMenu, Menu parentMenu) -
Uses of Menu in org.broadleafcommerce.menu.dao
Methods in org.broadleafcommerce.menu.dao that return MenuModifier and TypeMethodDescriptionMenuDao.readMenuById(Long menuId) MenuDaoImpl.readMenuById(Long menuId) MenuDao.readMenuByName(String menuName) MenuDaoImpl.readMenuByName(String menuName) Methods in org.broadleafcommerce.menu.dao that return types with arguments of type MenuMethods in org.broadleafcommerce.menu.dao with parameters of type Menu -
Uses of Menu in org.broadleafcommerce.menu.domain
Classes in org.broadleafcommerce.menu.domain that implement MenuFields in org.broadleafcommerce.menu.domain declared as MenuModifier and TypeFieldDescriptionprotected MenuMenuItemImpl.linkedMenuprotected MenuMenuItemImpl.parentMenuMethods in org.broadleafcommerce.menu.domain with type parameters of type MenuModifier and TypeMethodDescription<G extends Menu>
org.broadleafcommerce.common.copy.CreateResponse<G>MenuImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.menu.domain that return MenuModifier and TypeMethodDescriptionMenuItem.getLinkedMenu()The menu represented by this MenuItem.MenuItemImpl.getLinkedMenu()MenuItem.getParentMenu()Returns theMenuto which this menuItem belongsMenuItemImpl.getParentMenu()Methods in org.broadleafcommerce.menu.domain with parameters of type MenuModifier and TypeMethodDescriptionvoidMenuItem.setLinkedMenu(Menu menu) Sets the linked menu.voidMenuItemImpl.setLinkedMenu(Menu linkedMenu) voidMenuItem.setParentMenu(Menu menu) Sets theMenuto which this menuItem belongsvoidMenuItemImpl.setParentMenu(Menu parentMenu) -
Uses of Menu in org.broadleafcommerce.menu.service
Methods in org.broadleafcommerce.menu.service that return MenuModifier and TypeMethodDescriptionMenuService.findMenuById(Long menuId) Returns the menu matching the passed in id.MenuServiceImpl.findMenuById(Long id) MenuService.findMenuByName(String menuName) Returns the menu matching the passed in name.MenuServiceImpl.findMenuByName(String menuName) Methods in org.broadleafcommerce.menu.service with parameters of type MenuModifier and TypeMethodDescriptionprotected voidMenuAdditionStatusDaoExtensionHandler.cleanUpMenus(Menu additionStatus) MenuService.constructMenuItemDTOsForMenu(Menu menu) A Utility method that constructs generic MenuItemDTOs that are not dependent on a Menu Item Type.MenuServiceImpl.constructMenuItemDTOsForMenu(Menu menu) LinkedDataService.getLinkedData(Menu menu) Gets the string representation of the metadata for the menuLinkedDataServiceImpl.getLinkedData(Menu menu)