Class RoleInfo
- java.lang.Object
-
- org.openbravo.client.application.navigationbarcomponents.RoleInfo
-
public class RoleInfo extends Object
This class provides the organizations and warehouses that can be accessed for a particular role. It is is used to populate the 'Profile' widget with the information related to the roles assigned to the current user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RoleInfo.RoleWarehouseInfo
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
String
getClientName()
Map<String,String>
getOrganizations()
Map<String,List<RoleInfo.RoleWarehouseInfo>>
getOrganizationWarehouses()
String
getRoleId()
String
getRoleName()
-