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

Packages that use SubObject
it.eng.spagobi.analiticalmodel.document.dao   
it.eng.spagobi.analiticalmodel.document.handlers   
it.eng.spagobi.analiticalmodel.execution.service   
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 SubObjectDAOHibImpl.getSubObject(java.lang.Integer idSubObj)
           
 SubObject ISubObjectDAO.getSubObject(java.lang.Integer idSubObj)
          Gets the InputStream of the subobjects content.
 SubObject SubObjectDAOHibImpl.getSubObjectByNameAndBIObjectId(java.lang.String subobjectName, java.lang.Integer idBIObj)
           
 SubObject ISubObjectDAO.getSubObjectByNameAndBIObjectId(java.lang.String name, java.lang.Integer idBIObj)
          Gets the subobject specified by its name and document id in input
 

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

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

Methods in it.eng.spagobi.analiticalmodel.document.handlers that return SubObject
 SubObject ExecutionInstance.getSubObject()
           
 

Methods in it.eng.spagobi.analiticalmodel.document.handlers with parameters of type SubObject
 void ExecutionInstance.setSubObject(SubObject subObject)
           
 

Uses of SubObject in it.eng.spagobi.analiticalmodel.execution.service
 

Methods in it.eng.spagobi.analiticalmodel.execution.service that return SubObject
protected  SubObject ExecuteDocumentAction.getRequiredSubObject(BIObject obj)
           
 

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.