Uses of Class
it.eng.spagobi.wapp.bo.Menu

Packages that use Menu
it.eng.spagobi.wapp.dao   
it.eng.spagobi.wapp.presentation   
it.eng.spagobi.wapp.services   
it.eng.spagobi.wapp.util   
 

Uses of Menu in it.eng.spagobi.wapp.dao
 

Methods in it.eng.spagobi.wapp.dao that return Menu
 Menu IMenuDAO.loadMenuByID(java.lang.Integer menuID)
          Loads all detail information for a menu identified by its menuID.
 Menu MenuDAOImpl.loadMenuByID(java.lang.Integer menuID)
          Load menu by id.
 Menu IMenuDAO.loadMenuByID(java.lang.Integer menuID, java.lang.Integer roleID)
          Loads all detail information for a menu identified by its menuID.
 Menu MenuDAOImpl.loadMenuByID(java.lang.Integer menuID, java.lang.Integer roleID)
          Load menu by id.
 Menu IMenuDAO.loadMenuByName(java.lang.String name)
          Loads all detail information for a menu whose name is equal to name.
 Menu MenuDAOImpl.loadMenuByName(java.lang.String name)
          Load menu by name.
 

Methods in it.eng.spagobi.wapp.dao with parameters of type Menu
 void IMenuDAO.eraseMenu(Menu aMenu)
          Implements the query to erase a menu.
 void MenuDAOImpl.eraseMenu(Menu aMenu)
          Erase menu.
 void IMenuDAO.insertMenu(Menu aMenu)
          Implements the query to insert a menu.
 void MenuDAOImpl.insertMenu(Menu aMenu)
          Insert menu.
 void IMenuDAO.modifyMenu(Menu aMenu)
          Implements the query to modify a menu.
 void MenuDAOImpl.modifyMenu(Menu aMenu)
          Modify menu.
 

Uses of Menu in it.eng.spagobi.wapp.presentation
 

Methods in it.eng.spagobi.wapp.presentation with parameters of type Menu
 int MenuConfigurationHTMLTreeGenerator.calculateDepth(java.util.HashMap idsMenues, Menu menu)
           
 

Uses of Menu in it.eng.spagobi.wapp.services
 

Methods in it.eng.spagobi.wapp.services that return Menu
 Menu DetailMenuModule.eraseRolesFromMenu(Menu menu, java.lang.String roleId)
          Erases the defined input role from a functionality object, if this one has the role.The updated functionality object is returned.
 

Methods in it.eng.spagobi.wapp.services with parameters of type Menu
static java.lang.String DetailMenuModule.assignImage(Menu menu)
           
 Menu DetailMenuModule.eraseRolesFromMenu(Menu menu, java.lang.String roleId)
          Erases the defined input role from a functionality object, if this one has the role.The updated functionality object is returned.
static java.lang.String DetailMenuModule.findFunctionalityUrl(Menu menu, java.lang.String contextPath)
           
 

Uses of Menu in it.eng.spagobi.wapp.util
 

Fields in it.eng.spagobi.wapp.util declared as Menu
protected static Menu MenuUtilities.originalChild
           
 

Methods in it.eng.spagobi.wapp.util with parameters of type Menu
static boolean MenuAccessVerifier.canView(Menu menu, it.eng.spago.security.IEngUserProfile profile)
           
static boolean MenuUtilities.containsMenu(java.util.List lst, Menu menu)
          Check if the menu element in input is already presents into the list
static boolean MenuUtilities.containsMenuChildren(java.util.List generalChildren, Menu menuChildren)
          Check if the child menu element in input is already presents into the list
static java.lang.String MenuUtilities.getMenuPath(Menu menu)