|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |