public interface MenuEntryService extends CRUDService<MenuEntryDTO,MenuEntryData,MenuEntryDataParams>
| Modifier and Type | Method and Description |
|---|---|
MenuEntriesListData |
getListData(ConfigurationVO configuration)
Returns data with the list of menus for the given configuration
|
MenuItemDetailedVO |
getMenuItemDetails(java.lang.Long id)
Returns details for the given menu item
|
java.util.List<MenuEntryVO> |
list(ConfigurationVO configuration)
Lists menu entries in the given configuration
|
void |
move(java.lang.Long id,
boolean up)
Moves the given entry in order, either up or down
|
getData, getDataForNew, load, remove, removeAll, saveMenuEntriesListData getListData(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionMenuItemDetailedVO getMenuItemDetails(java.lang.Long id) throws FrameworkException
FrameworkExceptionjava.util.List<MenuEntryVO> list(ConfigurationVO configuration) throws FrameworkException
FrameworkExceptionvoid move(java.lang.Long id,
boolean up)
throws FrameworkException
FrameworkException