public interface MenuEntryServiceLocal extends CRUDServiceLocal<MenuEntry,MenuEntryDTO,MenuEntryData,MenuEntryDataParams>, MenuEntryService
MenuEntryService| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CustomOperation> |
getEnabledCustomOperations()
Returns the custom operations which can be run as menu items for the current session
|
java.util.List<MenuEntryVO> |
getMenu()
Returns the menu entries for the logged user.
|
find, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetListData, getMenuItemDetails, list, movegetData, getDataForNew, load, remove, removeAll, savejava.util.Set<CustomOperation> getEnabledCustomOperations()
java.util.List<MenuEntryVO> getMenu()
MenuEntry to
MenuEntryVO, but each
element is converted to it's corresponding vo, like MenuGroupVO and MenuItemVO, and only visible
entries are returned.