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 TypeMethodDescriptionbooleanIDAO.addCMSNavigationItem(CMSNavigationItem item) addCMSNavigationItem.booleanIDAO.deleteCMSNavigationItem(CMSNavigationItem item) deleteCMSNavigationItem.booleanIDAO.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 TypeMethodDescriptionbooleanJPADAO.addCMSNavigationItem(CMSNavigationItem item) addCMSNavigationItem.booleanJPADAO.deleteCMSNavigationItem(CMSNavigationItem item) deleteCMSNavigationItem.booleanJPADAO.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.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.getActiveChildItems(jakarta.servlet.http.HttpServletRequest request) 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 TypeMethodDescriptionvoidCMSNavigationItem.addChildItem(CMSNavigationItem child) addChildItem.voidCMSNavigationManager.addVisibleItem(CMSNavigationItem navigationItem) addVisibleItem.intCMSNavigationItem.compareTo(CMSNavigationItem o) voidCMSNavigationItem.removeChildItem(CMSNavigationItem child) removeChildItem.voidCMSNavigationItem.setParentItem(CMSNavigationItem parentItem) Setter for the fieldparentItem.Method parameters in io.goobi.viewer.model.cms with type arguments of type CMSNavigationItemModifier and TypeMethodDescriptionvoidCMSNavigationItem.setChildItems(List<CMSNavigationItem> childItems) Setter for the fieldchildItems.voidCMSNavigationManager.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.