it.eng.spagobi.commons.dao
Interface IBinContentDAO

All Superinterfaces:
ISpagoBIDao
All Known Implementing Classes:
BinContentDAOHibImpl

public interface IBinContentDAO
extends ISpagoBIDao


Method Summary
 byte[] getBinContent(java.lang.Integer binId)
          Gets the bin content.
 
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao
getUserProfile, setTenant, setUserID, setUserProfile
 

Method Detail

getBinContent

byte[] getBinContent(java.lang.Integer binId)
                     throws it.eng.spago.error.EMFInternalError
Gets the bin content.

Parameters:
binId - the bin id
Returns:
the bin content
Throws:
it.eng.spago.error.EMFInternalError - the EMF internal error