| Package | Description |
|---|---|
| org.broadleafcommerce.menu.dao | |
| org.broadleafcommerce.menu.domain | |
| org.broadleafcommerce.menu.service |
| Modifier and Type | Method and Description |
|---|---|
Menu |
MenuDao.readMenuById(Long menuId) |
Menu |
MenuDaoImpl.readMenuById(Long menuId) |
Menu |
MenuDao.readMenuByName(String menuName) |
Menu |
MenuDaoImpl.readMenuByName(String menuName) |
Menu |
MenuDao.saveMenu(Menu menu) |
Menu |
MenuDaoImpl.saveMenu(Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
List<Menu> |
MenuDao.readAllMenus() |
List<Menu> |
MenuDaoImpl.readAllMenus() |
| Modifier and Type | Method and Description |
|---|---|
Menu |
MenuDao.saveMenu(Menu menu) |
Menu |
MenuDaoImpl.saveMenu(Menu menu) |
| Modifier and Type | Class and Description |
|---|---|
class |
MenuImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Menu |
MenuItemImpl.linkedMenu |
protected Menu |
MenuItemImpl.parentMenu |
| Modifier and Type | Method and Description |
|---|---|
<G extends Menu> |
MenuImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
Menu |
MenuItem.getLinkedMenu()
The menu represented by this MenuItem.
|
Menu |
MenuItemImpl.getLinkedMenu() |
Menu |
MenuItem.getParentMenu()
Returns the
Menu to which this menuItem belongs |
Menu |
MenuItemImpl.getParentMenu() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuItem.setLinkedMenu(Menu menu)
Sets the linked menu.
|
void |
MenuItemImpl.setLinkedMenu(Menu linkedMenu) |
void |
MenuItem.setParentMenu(Menu menu)
Sets the
Menu to which this menuItem belongs |
void |
MenuItemImpl.setParentMenu(Menu parentMenu) |
| Modifier and Type | Method and Description |
|---|---|
Menu |
MenuServiceImpl.findMenuById(Long id) |
Menu |
MenuService.findMenuById(Long menuId)
Returns the menu matching the passed in id.
|
Menu |
MenuServiceImpl.findMenuByName(String menuName) |
Menu |
MenuService.findMenuByName(String menuName)
Returns the menu matching the passed in name.
|
| Modifier and Type | Method and Description |
|---|---|
List<MenuItemDTO> |
MenuServiceImpl.constructMenuItemDTOsForMenu(Menu menu) |
List<MenuItemDTO> |
MenuService.constructMenuItemDTOsForMenu(Menu menu)
A Utility method that constructs generic MenuItemDTOs that are not dependent on a Menu Item Type.
|
Copyright © 2015. All rights reserved.