Uses of Class
it.eng.spagobi.commons.bo.Role

Packages that use Role
it.eng.spagobi.analiticalmodel.functionalitytree.bo   
it.eng.spagobi.commons.dao   
it.eng.spagobi.tools.importexport   
it.eng.spagobi.wapp.bo   
 

Uses of Role in it.eng.spagobi.analiticalmodel.functionalitytree.bo
 

Methods in it.eng.spagobi.analiticalmodel.functionalitytree.bo that return Role
 Role[] LowFunctionality.getDevRoles()
          Gets the dev roles.
 Role[] UserFunctionality.getExecRoles()
          Gets the exec roles.
 Role[] LowFunctionality.getExecRoles()
          Gets the exec roles.
 Role[] LowFunctionality.getTestRoles()
          Gets the test roles.
 

Methods in it.eng.spagobi.analiticalmodel.functionalitytree.bo with parameters of type Role
 void LowFunctionality.setDevRoles(Role[] devRoles)
          Sets the dev roles.
 void UserFunctionality.setExecRoles(Role[] execRoles)
          Sets the exec roles.
 void LowFunctionality.setExecRoles(Role[] execRoles)
          Sets the exec roles.
 void LowFunctionality.setTestRoles(Role[] testRoles)
          Sets the test roles.
 

Uses of Role in it.eng.spagobi.commons.dao
 

Methods in it.eng.spagobi.commons.dao that return Role
 Role IRoleDAO.loadByID(java.lang.Integer roleID)
          Loads a role identified by its roleID.
 Role RoleDAOHibImpl.loadByID(java.lang.Integer roleID)
          Load by id.
 Role IRoleDAO.loadByName(java.lang.String roleName)
          Loads a role identified by its roleName.
 Role RoleDAOHibImpl.loadByName(java.lang.String roleName)
          Load by name.
 Role RoleDAOHibImpl.toRole(SbiExtRoles hibRole)
          From the hibernate Role at input, gives the corrispondent Role object.
 

Methods in it.eng.spagobi.commons.dao with parameters of type Role
 void IRoleDAO.eraseRole(Role aRole)
          Implements the query to erase a role.
 void RoleDAOHibImpl.eraseRole(Role aRole)
          Erase role.
 void IRoleDAO.insertRole(Role aRole)
          Implements the query to insert a role.
 void RoleDAOHibImpl.insertRole(Role aRole)
          Insert role.
 void IRoleDAO.modifyRole(Role aRole)
          Implements the query to modify a role.
 void RoleDAOHibImpl.modifyRole(Role aRole)
          Modify role.
 

Uses of Role in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type Role
 void ExporterMetadata.insertFunctRole(Role role, LowFunctionality funct, java.lang.Integer stateId, java.lang.String stateCD, org.hibernate.Session session)
          Insert an association between a functionality and a role into the exported database.
 void ExporterMetadata.insertParuseRole(ParameterUse parUse, Role role, org.hibernate.Session session)
          Insert an association between a parameter use and a role into the exported database.
 void ExporterMetadata.insertRole(Role role, org.hibernate.Session session)
          Insert a role into the exported database.
 

Uses of Role in it.eng.spagobi.wapp.bo
 

Methods in it.eng.spagobi.wapp.bo that return Role
 Role[] Menu.getRoles()
           
 

Methods in it.eng.spagobi.wapp.bo with parameters of type Role
 void Menu.setRoles(Role[] roles)