Uses of Class
org.wso2.carbon.ui.deployment.beans.Menu
-
Packages that use Menu Package Description org.wso2.carbon.ui.deployment.beans -
-
Uses of Menu in org.wso2.carbon.ui.deployment.beans
Methods in org.wso2.carbon.ui.deployment.beans that return Menu Modifier and Type Method Description Menu[]CarbonUIDefinitions. getMenuDefinitions(String loggedInUserName, boolean isSuperTenant, ArrayList<String> userPermissions, javax.servlet.http.HttpServletRequest request)Menu[]CarbonUIDefinitions. getMenuDefinitions(String loggedInUserName, boolean isSuperTenant, ArrayList<String> userPermissions, javax.servlet.http.HttpServletRequest request, Menu[] currentMenuItems)Get menu definitions based on Logged in user & user permissionMenu[]Component. getMenus()Methods in org.wso2.carbon.ui.deployment.beans that return types with arguments of type Menu Modifier and Type Method Description List<Menu>Component. getMenusList()Methods in org.wso2.carbon.ui.deployment.beans with parameters of type Menu Modifier and Type Method Description voidComponent. addMenu(Menu menu)voidCarbonUIDefinitions. addMenuItems(Menu[] newMenuDefinitions)intMenu. compareTo(Menu o)Menu[]CarbonUIDefinitions. getMenuDefinitions(String loggedInUserName, boolean isSuperTenant, ArrayList<String> userPermissions, javax.servlet.http.HttpServletRequest request, Menu[] currentMenuItems)Get menu definitions based on Logged in user & user permissionvoidCarbonUIDefinitions. removeMenuItems(Menu[] menuDefinitionsToBeRemoved)
-