Uses of Interface
de.uplanet.lucy.server.menu.rt.IMenuItem
Packages that use IMenuItem
Package
Description
Contains helper and convenience classes for Velocity-based web authoring with Intrexx.
- 
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return IMenuItemModifier and TypeMethodDescriptionSearchUtil.Callback.getCurrentMenu()MenuCallable.getMenu(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx) Get the menu starting with the root menu node.MenuCallable.getMenu(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, IRtMenuFilter p_filter) Get the menu starting with the root menu node.MenuCloud.MenuCloudItem.getMenuItem()MenuCallable.getSubmenu(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId) Get the submenu with the specified unique identifier.MenuCallable.getSubmenu(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId, IRtMenuFilter p_filter) Get the submenu with the specified unique identifier.MenuCallable.getSubmenu(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId, IRtMenuFilter p_filter, boolean p_bFilterCmsMenuItems) Get the submenu with the specified unique identifier.SearchUtil.getSubmenu(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strId) MenuCallable.getSubmenuDefinition(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId) Get the submenu with the specified unique identifier.Methods in de.uplanet.lucy.server.auxiliaries that return types with arguments of type IMenuItemModifier and TypeMethodDescriptionMenuCallable.findMenuItems(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, IRtMenuFilter p_filter) Starting with the root menu node, find all menu items that are accepted by the given filter.MenuCallable.findMenuItems(de.uplanet.lucy.server.ISimpleProcessingContext p_ctx, String p_strId, IRtMenuFilter p_filter) Find all menu items that are accepted by the given filter, starting with the given menu node.LinkMenuItems.getAllLinkItems(de.uplanet.jdbc.JdbcConnection p_conn) LinkMenuItems.getLinkItemsFromDefaultLayout(de.uplanet.jdbc.JdbcConnection p_conn) LinkMenuItems.getLinkItemsFromLayout(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLayoutName) LinkMenuItems.getMenuItemNameComparator(String p_strLang) MenuCallable.getMenuTitleComparator(String p_strLang) Methods in de.uplanet.lucy.server.auxiliaries with parameters of type IMenuItemModifier and TypeMethodDescriptionMenuCallable.getMenuTitleWithFallback(IMenuItem p_item, String p_strPreferredLang) Get a menu title in the given preferred language.MenuCallable.toJSONString(IMenuItem p_menuItem) Convert the given menu tree to JSON.voidConvert the given menu tree to JSON and write the output to the given character stream. - 
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries.collections
Methods in de.uplanet.lucy.server.auxiliaries.collections that return types with arguments of type IMenuItemModifier and TypeMethodDescriptionFilter.menuInfoComplement(List<IMenuItem> p_menuInfoList, Collection<String> p_menuGuidList) Compose the complement of anIMenuItemlist with respect to a list of menu GUIDs.Filter.menuInfoIntersect(List<IMenuItem> p_menuInfoList, List<String> p_menuGuidList) Compose the intersection of anApplicationInfolist and a list of application IDs.Method parameters in de.uplanet.lucy.server.auxiliaries.collections with type arguments of type IMenuItemModifier and TypeMethodDescriptionFilter.menuInfoComplement(List<IMenuItem> p_menuInfoList, Collection<String> p_menuGuidList) Compose the complement of anIMenuItemlist with respect to a list of menu GUIDs.Filter.menuInfoIntersect(List<IMenuItem> p_menuInfoList, List<String> p_menuGuidList) Compose the intersection of anApplicationInfolist and a list of application IDs. - 
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries.comparator
Methods in de.uplanet.lucy.server.auxiliaries.comparator with parameters of type IMenuItem - 
Uses of IMenuItem in de.uplanet.lucy.server.auxiliaries.hop
Methods in de.uplanet.lucy.server.auxiliaries.hop with parameters of type IMenuItemModifier and TypeMethodDescriptionLinkCallable.getMenuLink(IMenuItem p_menuItem, String p_strLang, boolean p_setRQLang) LinkCallable.toMenuJSONString(IMenuItem p_menuItem, String p_strLang, boolean p_bSetRQLang, String p_strKey) Convert the given menu tree to JSON.voidLinkCallable.writeMenuJSON(Writer p_writer, IMenuItem p_menuItem, String p_strLang, boolean p_bSetRQLang) Convert the given menu tree to JSON and write the output to the given character stream.