it.eng.spagobi.profiling.dao
Class SbiAttributeDAOHibImpl
java.lang.Object
it.eng.spagobi.commons.dao.AbstractHibernateDAO
it.eng.spagobi.profiling.dao.SbiAttributeDAOHibImpl
- All Implemented Interfaces:
- ISpagoBIDao, ISbiAttributeDAO
public class SbiAttributeDAOHibImpl
- extends AbstractHibernateDAO
- implements ISbiAttributeDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SbiAttributeDAOHibImpl
public SbiAttributeDAOHibImpl()
loadSbiAttributesById
public java.util.List<SbiUserAttributes> loadSbiAttributesById(java.lang.Integer id)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSbiAttributesById
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
loadSbiAttributesByUserAndId
public SbiUserAttributes loadSbiAttributesByUserAndId(java.lang.Integer userId,
java.lang.Integer attributeId)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSbiAttributesByUserAndId
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
saveSbiAttribute
public java.lang.Integer saveSbiAttribute(SbiAttribute attribute)
throws it.eng.spago.error.EMFUserError
- Specified by:
saveSbiAttribute
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
saveOrUpdateSbiAttribute
public java.lang.Integer saveOrUpdateSbiAttribute(SbiAttribute attribute)
throws it.eng.spago.error.EMFUserError
- Specified by:
saveOrUpdateSbiAttribute
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
loadSbiAttributes
public java.util.List<SbiAttribute> loadSbiAttributes()
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSbiAttributes
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
loadSbiAttributeByName
public SbiAttribute loadSbiAttributeByName(java.lang.String name)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSbiAttributeByName
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
loadSbiAttributesByIds
public java.util.HashMap<java.lang.Integer,java.lang.String> loadSbiAttributesByIds(java.util.List<java.lang.String> ids)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSbiAttributesByIds
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError
deleteSbiAttributeById
public void deleteSbiAttributeById(java.lang.Integer id)
throws it.eng.spago.error.EMFUserError
- Specified by:
deleteSbiAttributeById
in interface ISbiAttributeDAO
- Throws:
it.eng.spago.error.EMFUserError