it.eng.spagobi.commons.dao
Class BinContentDAOHibImpl

java.lang.Object
  extended by it.eng.spagobi.commons.dao.AbstractHibernateDAO
      extended by it.eng.spagobi.commons.dao.BinContentDAOHibImpl
All Implemented Interfaces:
IBinContentDAO, ISpagoBIDao

public class BinContentDAOHibImpl
extends AbstractHibernateDAO
implements IBinContentDAO


Constructor Summary
BinContentDAOHibImpl()
           
 
Method Summary
 byte[] getBinContent(java.lang.Integer binId)
          Gets the bin content.
 
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO
commitIfActiveAndClose, getSession, getUserProfile, logException, rollbackIfActiveAndClose, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao
getUserProfile, setUserID, setUserProfile
 

Constructor Detail

BinContentDAOHibImpl

public BinContentDAOHibImpl()
Method Detail

getBinContent

public byte[] getBinContent(java.lang.Integer binId)
                     throws it.eng.spago.error.EMFInternalError
Description copied from interface: IBinContentDAO
Gets the bin content.

Specified by:
getBinContent in interface IBinContentDAO
Parameters:
binId - the bin id
Returns:
the bin content
Throws:
it.eng.spago.error.EMFInternalError - the EMF internal error