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

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

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

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

Method parameters in it.eng.spagobi.profiling.bean with type arguments of type SbiUserAttributes
 void SbiAttribute.setSbiUserAttributeses(java.util.Set<SbiUserAttributes> sbiUserAttributeses)
           
 void SbiUser.setSbiUserAttributeses(java.util.Set<SbiUserAttributes> sbiUserAttributeses)
           
 

Constructor parameters in it.eng.spagobi.profiling.bean with type arguments of type SbiUserAttributes
SbiAttribute(int attributeId, java.lang.String attributeName, java.lang.String description, java.util.Set<SbiUserAttributes> sbiUserAttributeses)
           
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 SbiUserAttributes in it.eng.spagobi.profiling.dao
 

Methods in it.eng.spagobi.profiling.dao that return SbiUserAttributes
 SbiUserAttributes SbiAttributeDAOHibImpl.loadSbiAttributesByUserAndId(java.lang.Integer userId, java.lang.Integer attributeId)
           
 SbiUserAttributes ISbiAttributeDAO.loadSbiAttributesByUserAndId(java.lang.Integer userId, java.lang.Integer id)
           
 

Methods in it.eng.spagobi.profiling.dao that return types with arguments of type SbiUserAttributes
 java.util.List<SbiUserAttributes> SbiAttributeDAOHibImpl.loadSbiAttributesById(java.lang.Integer id)
           
 java.util.List<SbiUserAttributes> ISbiAttributeDAO.loadSbiAttributesById(java.lang.Integer id)
           
 java.util.ArrayList<SbiUserAttributes> SbiUserDAOHibImpl.loadSbiUserAttributesById(java.lang.Integer id)
           
 java.util.ArrayList<SbiUserAttributes> ISbiUserDAO.loadSbiUserAttributesById(java.lang.Integer id)
           
 

Methods in it.eng.spagobi.profiling.dao with parameters of type SbiUserAttributes
 void SbiUserDAOHibImpl.updateSbiUserAttributes(SbiUserAttributes attribute)
           
 void ISbiUserDAO.updateSbiUserAttributes(SbiUserAttributes attribute)