Uses of Class
it.eng.spagobi.analiticalmodel.document.bo.SubObject

Packages that use SubObject
it.eng.spagobi.analiticalmodel.document.dao   
it.eng.spagobi.monitoring.dao   
 

Uses of SubObject in it.eng.spagobi.analiticalmodel.document.dao
 

Methods in it.eng.spagobi.analiticalmodel.document.dao that return SubObject
 SubObject ISubObjectDAO.getSubObject(java.lang.Integer idSubObj)
          Gets the InputStream of the subobjects content.
 SubObject SubObjectDAOHibImpl.getSubObject(java.lang.Integer idSubObj)
           
 

Methods in it.eng.spagobi.analiticalmodel.document.dao with parameters of type SubObject
 java.lang.Integer ISubObjectDAO.saveSubObject(java.lang.Integer idBIObj, SubObject subObj)
          Save a subObject of the object.
 java.lang.Integer SubObjectDAOHibImpl.saveSubObject(java.lang.Integer idBIObj, SubObject subObj)
           
 

Uses of SubObject in it.eng.spagobi.monitoring.dao
 

Methods in it.eng.spagobi.monitoring.dao with parameters of type SubObject
 java.lang.Integer AuditManager.insertAudit(BIObject obj, SubObject subObj, it.eng.spago.security.IEngUserProfile profile, java.lang.String role, java.lang.String modality)
          Inserts a record on the audit log.