public interface MenuEntryServiceLocal extends CRUDServiceLocal<MenuEntry,MenuEntryDTO,MenuEntryData,MenuEntryDataParams>, MenuEntryService
MenuEntryService| Modifier and Type | Method and Description |
|---|---|
java.util.List<MenuEntryVO> |
getMenu()
Returns the menu entries for the logged user.
|
java.util.List<MenuEntryVO> |
getMenuAndFloatingPages()
Similar to
getMenu(), but also returns the floating pages |
java.util.List<MenuEntry> |
list(Configuration configuration,
boolean rootOnly,
java.util.Collection<ContentItemVisibility> visibilities,
boolean includeFloatingPages) |
java.util.List<org.cyclos.server.model.contentmanagement.contentitems.SitemapItemVO> |
listForSitemap()
Returns the sitemap entries for all enabled menu items of type content and floating pages in this network
|
find, findAll, getEntityClass, newEntity, remove, removeAll, toDTO, toEntity, validategetListData, getMenuItemDetails, list, movegetData, getDataForNew, load, remove, removeAll, savejava.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.java.util.List<MenuEntryVO> getMenuAndFloatingPages()
getMenu(), but also returns the floating pagesjava.util.List<MenuEntry> list(Configuration configuration, boolean rootOnly, java.util.Collection<ContentItemVisibility> visibilities, boolean includeFloatingPages)
java.util.List<org.cyclos.server.model.contentmanagement.contentitems.SitemapItemVO> listForSitemap()