Uses of Class
io.goobi.viewer.model.cms.CMSNavigationItem
Packages that use CMSNavigationItem
Package
Description
-
Uses of CMSNavigationItem in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CMSNavigationItemMethods in io.goobi.viewer.dao that return types with arguments of type CMSNavigationItemModifier and TypeMethodDescriptionIDAO.getAllTopCMSNavigationItems()
getAllTopCMSNavigationItems.IDAO.getRelatedNavItem
(CMSPage page) getRelatedNavItem.Methods in io.goobi.viewer.dao with parameters of type CMSNavigationItemModifier and TypeMethodDescriptionboolean
IDAO.addCMSNavigationItem
(CMSNavigationItem item) addCMSNavigationItem.boolean
IDAO.deleteCMSNavigationItem
(CMSNavigationItem item) deleteCMSNavigationItem.boolean
IDAO.updateCMSNavigationItem
(CMSNavigationItem item) updateCMSNavigationItem. -
Uses of CMSNavigationItem in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return CMSNavigationItemMethods in io.goobi.viewer.dao.impl that return types with arguments of type CMSNavigationItemModifier and TypeMethodDescriptionJPADAO.getAllTopCMSNavigationItems()
getAllTopCMSNavigationItems.JPADAO.getRelatedNavItem
(CMSPage page) getRelatedNavItem.Methods in io.goobi.viewer.dao.impl with parameters of type CMSNavigationItemModifier and TypeMethodDescriptionboolean
JPADAO.addCMSNavigationItem
(CMSNavigationItem item) addCMSNavigationItem.boolean
JPADAO.deleteCMSNavigationItem
(CMSNavigationItem item) deleteCMSNavigationItem.boolean
JPADAO.updateCMSNavigationItem
(CMSNavigationItem item) updateCMSNavigationItem. -
Uses of CMSNavigationItem in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSNavigationItemMethods in io.goobi.viewer.managedbeans that return types with arguments of type CMSNavigationItemModifier and TypeMethodDescriptionCmsBean.getActiveNavigationMenuItems()
CmsBean.getNavigationMenuItems()
getNavigationMenuItems.CmsNavigationBean.getVisibleMenuItems()
getVisibleMenuItems. -
Uses of CMSNavigationItem in io.goobi.viewer.model.cms
Subclasses of CMSNavigationItem in io.goobi.viewer.model.cmsMethods in io.goobi.viewer.model.cms that return CMSNavigationItemModifier and TypeMethodDescriptionCMSNavigationItem.getParentItem()
Getter for the fieldparentItem
.Methods in io.goobi.viewer.model.cms that return types with arguments of type CMSNavigationItemModifier and TypeMethodDescriptionCMSNavigationItem.getActiveChildItems()
CMSNavigationItem.getChildItems()
Getter for the fieldchildItems
.getItem.CMSNavigationItem.getMeWithDescendants()
getMeWithDescendants.CMSNavigationManager.getVisibleItems()
Getter for the fieldvisibleItems
.CMSNavigationManager.loadItemsFromDatabase()
loadItemsFromDatabase.final List
<CMSNavigationItem> CMSNavigationManager.loadVisibleItems()
loadVisibleItems.Methods in io.goobi.viewer.model.cms with parameters of type CMSNavigationItemModifier and TypeMethodDescriptionvoid
CMSNavigationItem.addChildItem
(CMSNavigationItem child) addChildItem.void
CMSNavigationManager.addVisibleItem
(CMSNavigationItem navigationItem) addVisibleItem.int
CMSNavigationItem.compareTo
(CMSNavigationItem o) void
CMSNavigationItem.removeChildItem
(CMSNavigationItem child) removeChildItem.void
CMSNavigationItem.setParentItem
(CMSNavigationItem parentItem) Setter for the fieldparentItem
.Method parameters in io.goobi.viewer.model.cms with type arguments of type CMSNavigationItemModifier and TypeMethodDescriptionvoid
CMSNavigationItem.setChildItems
(List<CMSNavigationItem> childItems) Setter for the fieldchildItems
.void
CMSNavigationManager.setVisibleItems
(List<CMSNavigationItem> items) Adds the given item, along with all their descendants to the visible item listConstructors in io.goobi.viewer.model.cms with parameters of type CMSNavigationItemModifierConstructorDescriptionCMSNavigationItem
(CMSNavigationItem original) Created a copy of the passed item ignoring all data concerning the item hierarchy (order, child and parent items)SelectableNavigationItem
(CMSNavigationItem original) Constructor for SelectableNavigationItem.