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

Packages that use SbiAttribute
it.eng.spagobi.profiling.bean   
it.eng.spagobi.profiling.dao   
it.eng.spagobi.security.init   
 

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

Methods in it.eng.spagobi.profiling.bean that return SbiAttribute
 SbiAttribute SbiUserAttributes.getSbiAttribute()
           
 

Methods in it.eng.spagobi.profiling.bean with parameters of type SbiAttribute
 void SbiUserAttributes.setSbiAttribute(SbiAttribute sbiAttribute)
           
 

Constructors in it.eng.spagobi.profiling.bean with parameters of type SbiAttribute
SbiUserAttributes(SbiUserAttributesId id, SbiUser sbiUser, SbiAttribute sbiAttribute)
           
SbiUserAttributes(SbiUserAttributesId id, SbiUser sbiUser, SbiAttribute sbiAttribute, java.lang.String attributeValue)
           
 

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

Methods in it.eng.spagobi.profiling.dao that return SbiAttribute
 SbiAttribute SbiAttributeDAOHibImpl.loadSbiAttributeById(java.lang.Integer id)
           
 SbiAttribute ISbiAttributeDAO.loadSbiAttributeById(java.lang.Integer id)
           
 SbiAttribute SbiAttributeDAOHibImpl.loadSbiAttributeByName(java.lang.String name)
           
 SbiAttribute ISbiAttributeDAO.loadSbiAttributeByName(java.lang.String name)
           
 

Methods in it.eng.spagobi.profiling.dao that return types with arguments of type SbiAttribute
 java.util.List<SbiAttribute> SbiAttributeDAOHibImpl.loadSbiAttributes()
           
 java.util.List<SbiAttribute> ISbiAttributeDAO.loadSbiAttributes()
           
 

Methods in it.eng.spagobi.profiling.dao with parameters of type SbiAttribute
 java.lang.Integer SbiAttributeDAOHibImpl.saveOrUpdateSbiAttribute(SbiAttribute attribute)
           
 java.lang.Integer ISbiAttributeDAO.saveOrUpdateSbiAttribute(SbiAttribute attribute)
           
 java.lang.Integer SbiAttributeDAOHibImpl.saveSbiAttribute(SbiAttribute attribute)
           
 java.lang.Integer ISbiAttributeDAO.saveSbiAttribute(SbiAttribute attribute)
           
 

Uses of SbiAttribute in it.eng.spagobi.security.init
 

Methods in it.eng.spagobi.security.init that return types with arguments of type SbiAttribute
 java.util.List<SbiAttribute> InternalSecurityInitializer.readDefaultProfileAttributes(it.eng.spago.base.SourceBean config)