Uses of Class
it.eng.spagobi.profiling.bean.SbiExtUserRoles

Packages that use SbiExtUserRoles
it.eng.spagobi.profiling.bean   
it.eng.spagobi.profiling.dao   
 

Uses of SbiExtUserRoles in it.eng.spagobi.profiling.bean
 

Methods in it.eng.spagobi.profiling.bean that return types with arguments of type SbiExtUserRoles
 java.util.Set<SbiExtUserRoles> SbiUser.getSbiExtUserRoleses()
           
 

Method parameters in it.eng.spagobi.profiling.bean with type arguments of type SbiExtUserRoles
 void SbiUser.setSbiExtUserRoleses(java.util.Set<SbiExtUserRoles> sbiExtUserRoleses)
           
 

Constructor parameters in it.eng.spagobi.profiling.bean with type arguments of type SbiExtUserRoles
SbiUser(int id, java.lang.String userId, java.lang.String password, java.lang.String fullName, java.util.Date dtPwdBegin, java.util.Date dtPwdEnd, java.lang.Boolean flgPwdBlocked, java.util.Date dtLastAccess, java.util.Set<SbiExtUserRoles> sbiExtUserRoleses, java.util.Set<SbiUserAttributes> sbiUserAttributeses)
           
 

Uses of SbiExtUserRoles in it.eng.spagobi.profiling.dao
 

Methods in it.eng.spagobi.profiling.dao with parameters of type SbiExtUserRoles
 void SbiUserDAOHibImpl.updateSbiUserRoles(SbiExtUserRoles role)
           
 void ISbiUserDAO.updateSbiUserRoles(SbiExtUserRoles role)