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

Packages that use BIObject
it.eng.spagobi.analiticalmodel.document   
it.eng.spagobi.analiticalmodel.document.bo   
it.eng.spagobi.analiticalmodel.document.dao   
it.eng.spagobi.analiticalmodel.document.handlers   
it.eng.spagobi.analiticalmodel.document.utils   
it.eng.spagobi.analiticalmodel.execution.service   
it.eng.spagobi.commons.utilities   
it.eng.spagobi.commons.utilities.indexing   
it.eng.spagobi.container   
it.eng.spagobi.engines   
it.eng.spagobi.engines.chart   
it.eng.spagobi.engines.chart.service   
it.eng.spagobi.engines.dashboard   
it.eng.spagobi.engines.documentcomposition   
it.eng.spagobi.engines.dossier   
it.eng.spagobi.engines.dossier.bo   
it.eng.spagobi.engines.dossier.dao   
it.eng.spagobi.engines.drivers   
it.eng.spagobi.engines.drivers.jpivot   
it.eng.spagobi.engines.drivers.weka.events.handlers   
it.eng.spagobi.engines.exporters   
it.eng.spagobi.engines.kpi   
it.eng.spagobi.engines.officedocument   
it.eng.spagobi.engines.widget   
it.eng.spagobi.monitoring.dao   
it.eng.spagobi.sdk.utilities   
it.eng.spagobi.tools.importexport   
it.eng.spagobi.tools.importexport.typesmanager   
it.eng.spagobi.tools.massiveExport.services   
it.eng.spagobi.tools.massiveExport.work   
it.eng.spagobi.tools.scheduler.dispatcher   
it.eng.spagobi.tools.scheduler.to   
it.eng.spagobi.tools.scheduler.utils   
 

Uses of BIObject in it.eng.spagobi.analiticalmodel.document
 

Methods in it.eng.spagobi.analiticalmodel.document that return BIObject
 BIObject AnalyticalModelDocumentManagementAPI.getDocument(java.lang.Object docDescriptor)
          Utility method.
 

Methods in it.eng.spagobi.analiticalmodel.document with parameters of type BIObject
 void AnalyticalModelDocumentManagementAPI.addParameter(BIObject documentDescriptor, java.lang.Object analyticalDriverDescriptor, int priority)
          Add the analytical driver associated to the analyticalDriverDescriptor to the document associated to the documentDescriptor.
 ObjTemplate DocumentTemplateBuilder.buildSmartFilterDocumentTemplate(java.lang.String templateName, java.lang.String templateAuthor, BIObject parentQbeDocument, java.lang.String query, java.lang.String worksheetData, org.json.JSONObject smartFilterData, java.lang.String modelName)
           
 boolean AnalyticalModelDocumentManagementAPI.isAnExistingDocument(BIObject document)
           
 void AnalyticalModelDocumentManagementAPI.propagateDatasetParameters(it.eng.spagobi.tools.dataset.bo.IDataSet dataset, BIObject document)
          This method add a parameter to the document for each parameter associated with the dataset.
 boolean AnalyticalModelDocumentManagementAPI.saveDocument(BIObject document, ObjTemplate template)
           
 

Uses of BIObject in it.eng.spagobi.analiticalmodel.document.bo
 

Constructors in it.eng.spagobi.analiticalmodel.document.bo with parameters of type BIObject
DataSetExecutorForBIObject(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet, BIObject biObject, it.eng.spago.security.IEngUserProfile profile)
           
 

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

Methods in it.eng.spagobi.analiticalmodel.document.dao that return BIObject
 BIObject BIObjectDAOHibImpl.loadBIObjectById(java.lang.Integer biObjectID)
          Load bi object by id.
 BIObject IBIObjectDAO.loadBIObjectById(java.lang.Integer biObjectID)
          Loads all detail information for a BI Object identified by its biObjectID identifier.
 BIObject BIObjectDAOHibImpl.loadBIObjectByLabel(java.lang.String label)
          Load bi object by label.
 BIObject IBIObjectDAO.loadBIObjectByLabel(java.lang.String label)
          Loads all detail information for a BI Object identified by its label identifier.
 BIObject BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.Integer id)
          Load bi object for detail.
 BIObject IBIObjectDAO.loadBIObjectForDetail(java.lang.Integer id)
          Loads all detail information for a BI Object identified by its id identifier integer.
 BIObject BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.String path)
           
 BIObject IBIObjectDAO.loadBIObjectForDetail(java.lang.String path)
          Loads all detail information for a BI Object identified by its path in the cms.
 BIObject BIObjectDAOHibImpl.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id, java.lang.String role)
          Load bi object for execution by id and role.
 BIObject IBIObjectDAO.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id, java.lang.String role)
          Loads all information for the execution of a BI Object identified by its id and its role.
 BIObject BIObjectDAOHibImpl.loadBIObjectForExecutionByLabelAndRole(java.lang.String label, java.lang.String role)
           
 BIObject IBIObjectDAO.loadBIObjectForExecutionByLabelAndRole(java.lang.String label, java.lang.String role)
          Loads all information for the execution of a BI Object identified by its label and its role.
 BIObject BIObjectDAOHibImpl.loadBIObjectForTree(java.lang.Integer id)
          Load bi object for tree.
 BIObject IBIObjectDAO.loadBIObjectForTree(java.lang.Integer id)
          Loads all tree information for a BI Object identified by its id identifier Integer.
 BIObject BIObjectDAOHibImpl.toBIObject(SbiObjects hibBIObject)
          From the Hibernate BI object at input, gives the corrispondent BI object.
 

Methods in it.eng.spagobi.analiticalmodel.document.dao with parameters of type BIObject
 java.lang.Double IBIObjectRating.calculateBIObjectRating(BIObject obj)
          Implements the query to calculate the medium rating for a BI Object.
 java.lang.Double BIObjectRatingDAOHibImpl.calculateBIObjectRating(BIObject obj)
           
 void BIObjectDAOHibImpl.eraseBIObject(BIObject obj, java.lang.Integer idFunct)
          Erase bi object.
 void IBIObjectDAO.eraseBIObject(BIObject obj, java.lang.Integer idFunct)
          Deletes a BIObject from a functionality.
 java.util.List BIObjectDAOHibImpl.getBIObjectParameters(BIObject aBIObject)
          Gets the biparameters associated with to a biobject.
 java.util.List IBIObjectDAO.getBIObjectParameters(BIObject aBIObject)
          Gets the biparameters associated with to a biobject.
 void BIObjectDAOHibImpl.insertBIObject(BIObject obj)
          Implements the query to insert a BIObject.
 void IBIObjectDAO.insertBIObject(BIObject obj)
          Implements the query to insert a BIObject.
 void BIObjectDAOHibImpl.insertBIObject(BIObject obj, boolean loadParsDC)
          Implements the query to insert a BIObject.
 void IBIObjectDAO.insertBIObject(BIObject obj, boolean loadParsDC)
          Implements the query to insert a BIObject and its template.
 java.lang.Integer BIObjectDAOHibImpl.insertBIObject(BIObject obj, ObjTemplate objTemp)
          Implements the query to insert a BIObject.
 java.lang.Integer IBIObjectDAO.insertBIObject(BIObject obj, ObjTemplate objTemp)
          Implements the query to insert a BIObject and its template.
 void BIObjectDAOHibImpl.insertBIObject(BIObject obj, ObjTemplate objTemp, boolean loadParsDC)
          Implements the query to insert a BIObject and its template.
 void IBIObjectDAO.insertBIObject(BIObject obj, ObjTemplate objTemp, boolean loadParsDC)
          Implements the query to insert a BIObject and its template.
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
          Modify bi object.
 void IBIObjectDAO.modifyBIObject(BIObject obj)
          Implements the query to modify a BI Object.
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj, boolean loadParsDC)
          Modify bi object.
 void IBIObjectDAO.modifyBIObject(BIObject obj, boolean loadParsDC)
          Implements the query to modify a BI Object.
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj, ObjTemplate objTemp)
          Modify bi object.
 void IBIObjectDAO.modifyBIObject(BIObject obj, ObjTemplate objTemp)
          Implements the query to modify a BI Object and its template.
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj, ObjTemplate objTemp, boolean loadParsDC)
          Modify bi object.
 void IBIObjectDAO.modifyBIObject(BIObject obj, ObjTemplate objTemp, boolean loadParsDC)
          Implements the query to modify a BI Object and its template.
 void IBIObjectRating.voteBIObject(BIObject obj, java.lang.String userid, java.lang.String rating)
          Implements the query to insert a rating for a BI Object.
 void BIObjectRatingDAOHibImpl.voteBIObject(BIObject obj, java.lang.String userid, java.lang.String rating)
           
 

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

Methods in it.eng.spagobi.analiticalmodel.document.handlers that return BIObject
 BIObject ExecutionController.getBiObject()
          Gets the bi object.
 BIObject ExecutionInstance.getBIObject()
          Gets the bI object.
 BIObject ExecutionManager.getLastExecutionObject(java.lang.String flowId)
          Gets the last execution object.
 

Methods in it.eng.spagobi.analiticalmodel.document.handlers with parameters of type BIObject
 java.lang.String BIObjectNotesManager.getExecutionIdentifier(BIObject biobj)
          Return an identifier for a specific execution.
 boolean ExecutionManager.isBeingReexecuteing(java.lang.String flowId, BIObject obj)
          Checks if is being reexecuteing.
 void ExecutionController.refreshParameters(BIObject biobj, java.util.Map confPars)
          Refresh parameters.
 void ExecutionController.refreshParameters(BIObject obj, java.lang.String userProvidedParametersStr)
          Refresh parameters.
 void ExecutionController.setBiObject(BIObject biObject)
          Sets the bi object.
 

Uses of BIObject in it.eng.spagobi.analiticalmodel.document.utils
 

Methods in it.eng.spagobi.analiticalmodel.document.utils that return BIObject
static BIObject DetBIObjModHelper.clone(BIObject obj)
          Clone.
 BIObject DetBIObjModHelper.recoverBIObjectDetails(java.lang.String mod)
          Recover bi object details.
 

Methods in it.eng.spagobi.analiticalmodel.document.utils with parameters of type BIObject
static BIObject DetBIObjModHelper.clone(BIObject obj)
          Clone.
 

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

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

Methods in it.eng.spagobi.analiticalmodel.execution.service with parameters of type BIObject
protected  SubObject ExecuteDocumentAction.getRequiredSubObject(BIObject obj)
           
 

Uses of BIObject in it.eng.spagobi.commons.utilities
 

Methods in it.eng.spagobi.commons.utilities that return BIObject
 BIObject ExecutionProxy.getBiObject()
          Gets the bi object.
 

Methods in it.eng.spagobi.commons.utilities with parameters of type BIObject
static boolean ObjectsAccessVerifier.canDevBIObject(BIObject obj, it.eng.spago.security.IEngUserProfile profile)
          Control if the user can develop the input document
static boolean ObjectsAccessVerifier.canSee(BIObject obj, it.eng.spago.security.IEngUserProfile profile)
          Controls if the current user can see the document: - if the document is in DEV state the user must have the development permission in a folder containing it; - if the document is in TEST state the user must have the test permission in a folder containing it; - if the document is in REL state the user must have the execution permission in a folder containing it.
static boolean ObjectsAccessVerifier.checkProfileVisibility(BIObject obj, it.eng.spago.security.IEngUserProfile profile)
          Checks if the document in input has profiled visibility constraints.
 void ExecutionProxy.setBiObject(BIObject biObject)
          Sets the bi object.
static void GeneralUtilities.subsituteBIObjectParametersLovProfileAttributes(BIObject obj, it.eng.spago.base.SessionContainer session)
          Subsitute bi object parameters lov profile attributes.
 

Uses of BIObject in it.eng.spagobi.commons.utilities.indexing
 

Methods in it.eng.spagobi.commons.utilities.indexing with parameters of type BIObject
static void LuceneIndexer.addBiobjToIndex(BIObject biObj)
          Method to add biObj input to lucene index (no metadata included)
static void LuceneIndexer.updateBiobjInIndex(BIObject biObj, boolean delete)
          Method to update a lucene document based on biObj input parameter
 

Uses of BIObject in it.eng.spagobi.container
 

Methods in it.eng.spagobi.container that return BIObject
 BIObject CoreContextManager.getBIObject(java.lang.String key)
          TO BE USED ONLY INSIDE SPAGOBI CORE, NOT INSIDE EXTERNAL ENGINES.
 

Uses of BIObject in it.eng.spagobi.engines
 

Methods in it.eng.spagobi.engines with parameters of type BIObject
 void InternalEngineIFace.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response.
 void InternalEngineIFace.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          Executes the subobject of the document and populates the response.
 void InternalEngineIFace.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Handles the request for the modification of the current document template.
 void InternalEngineIFace.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Handles the request for the creation of a new document template.
 

Uses of BIObject in it.eng.spagobi.engines.chart
 

Methods in it.eng.spagobi.engines.chart with parameters of type BIObject
 void SpagoBIChartInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
           
 void SpagoBIChartInternalEngine.executeChart(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, it.eng.spago.security.IEngUserProfile userProfile, java.util.Locale locale)
          Executes the document and populates the response.
 java.io.File SpagoBIChartInternalEngine.executeChartCode(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, it.eng.spago.security.IEngUserProfile userProfile)
          This method is used to execute a chart code way and returning the image chart execution Pay attention that must get the parameters from BiObject in order to filter categories and series All the parameters must be taken not from request but from BiObject
 void SpagoBIChartInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIDashboardInternalEngine cannot manage subobjects so this method must not be invoked.
 java.util.Map SpagoBIChartInternalEngine.getParameters(BIObject obj)
          COnverts from BIObject Parameters to a map, in presence of multi value merge with ,
 org.json.JSONArray SpagoBIChartInternalEngine.getParametersAsJSON(BIObject obj)
          COnverts from BIObject Parameters to a map, in presence of multi value merge with ,
 void SpagoBIChartInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 void SpagoBIChartInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 

Uses of BIObject in it.eng.spagobi.engines.chart.service
 

Methods in it.eng.spagobi.engines.chart.service with parameters of type BIObject
 org.json.JSONObject GetChartDataAction.getJSONDatasetResult(BIObject obj, it.eng.spago.security.IEngUserProfile profile)
           
 

Uses of BIObject in it.eng.spagobi.engines.dashboard
 

Methods in it.eng.spagobi.engines.dashboard with parameters of type BIObject
 void SpagoBIDashboardInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response.
 void SpagoBIDashboardInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIDashboardInternalEngine cannot manage subobjects so this method must not be invoked.
 void SpagoBIDashboardInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 void SpagoBIDashboardInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 

Uses of BIObject in it.eng.spagobi.engines.documentcomposition
 

Methods in it.eng.spagobi.engines.documentcomposition with parameters of type BIObject
 void SpagoBIDocumentCompositionInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response.
 void SpagoBIDocumentCompositionInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIOfficeDocumentInternalEngine cannot manage subobjects so this method must not be invoked.
 void SpagoBIDocumentCompositionInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 void SpagoBIDocumentCompositionInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 

Uses of BIObject in it.eng.spagobi.engines.dossier
 

Methods in it.eng.spagobi.engines.dossier with parameters of type BIObject
 void SpagoBIDossierInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject biobj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response.
 void SpagoBIDossierInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          Executes the subobject of the document and populates the response.
 void SpagoBIDossierInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
           
 void SpagoBIDossierInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
           
 

Uses of BIObject in it.eng.spagobi.engines.dossier.bo
 

Methods in it.eng.spagobi.engines.dossier.bo that return BIObject
 BIObject ConfiguredBIDocument.loadBIObjectDetails()
           
 

Methods in it.eng.spagobi.engines.dossier.bo with parameters of type BIObject
 void DossierAnalyticalDriversManager.fillEmptyAnalyticalDrivers(java.util.Map parameters, BIObject dossier, BIObject containedDocument)
           
 

Uses of BIObject in it.eng.spagobi.engines.dossier.dao
 

Methods in it.eng.spagobi.engines.dossier.dao with parameters of type BIObject
 java.lang.String IDossierDAO.init(BIObject dossier)
          Inits the.
 java.lang.String DossierDAOHibImpl.init(BIObject dossier)
           
 

Uses of BIObject in it.eng.spagobi.engines.drivers
 

Methods in it.eng.spagobi.engines.drivers with parameters of type BIObject
protected  java.util.Map AbstractDriver.addBIParameterDescriptions(BIObject biobj, java.util.Map pars)
          get the description of the parameter and create a new biparameter to pass at the engine with url parameter_name+DESCRIPTION_SUFFIX
 

Uses of BIObject in it.eng.spagobi.engines.drivers.jpivot
 

Methods in it.eng.spagobi.engines.drivers.jpivot with parameters of type BIObject
protected  java.util.Map JPivotDriver.addBIParameters(BIObject biobj, java.util.Map pars)
          Add into the parameters map the BIObject's BIParameter names and values
protected  java.util.Map JPivotDriver.getMap(BIObject biobj, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
          Starting from a BIObject extracts from it the map of the paramaeters for the execution call
 

Uses of BIObject in it.eng.spagobi.engines.drivers.weka.events.handlers
 

Methods in it.eng.spagobi.engines.drivers.weka.events.handlers that return BIObject
protected  BIObject WekaEventPresentationHandler.getDocument(java.lang.String documentId)
           
 

Methods in it.eng.spagobi.engines.drivers.weka.events.handlers that return types with arguments of type BIObject
protected  java.util.List<BIObject> WekaEventPresentationHandler.getLinkedObject(BIObject document)
           
 

Methods in it.eng.spagobi.engines.drivers.weka.events.handlers with parameters of type BIObject
 java.lang.String WekaEventPresentationHandler.getEngineBaseUrl(BIObject document)
           
protected  java.util.List<BIObject> WekaEventPresentationHandler.getLinkedObject(BIObject document)
           
 

Uses of BIObject in it.eng.spagobi.engines.exporters
 

Methods in it.eng.spagobi.engines.exporters with parameters of type BIObject
 java.io.File DocumentCompositionExporter.exportDocumentCompositionPDF(java.io.File tmpFile, DocumentCompositionConfiguration dcConf, BIObject document, it.eng.spago.security.IEngUserProfile profile, java.util.Map<java.lang.String,CurrentConfigurationDocComp> currentConfs, java.util.Map<java.lang.String,DocumentContainer> documentsMap, boolean defaultStyle)
           
 void DocumentCompositionExporter.fillBIObjectWithParameterValues(BIObject object, CurrentConfigurationDocComp currentConf)
          function used to get attribute parsed from i frame URL and insert the values into BIObject
 java.io.File KpiExporter.getKpiExportXML(java.util.List<KpiResourceBlock> kpiBlocks, BIObject obj, java.lang.String userId)
           
 java.io.File KpiExporter.getKpiReportPDF(java.util.List<KpiResourceBlock> kpiBlocks, BIObject obj, java.lang.String userId)
           
 java.io.File ReportExporter.getReport(BIObject obj, it.eng.spago.security.IEngUserProfile profile, java.lang.String output)
          return a PDF file containg the result of the jasper report execution
 

Uses of BIObject in it.eng.spagobi.engines.kpi
 

Methods in it.eng.spagobi.engines.kpi with parameters of type BIObject
 void SpagoBIKpiInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Method used by basic execution and by the scheduler.
 java.util.List<KpiResourceBlock> SpagoBIKpiInternalEngine.executeCode(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.String userId)
           
 void SpagoBIKpiInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIDashboardInternalEngine cannot manage subobjects so this method must not be invoked.
 void SpagoBIKpiInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 void SpagoBIKpiInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 

Uses of BIObject in it.eng.spagobi.engines.officedocument
 

Methods in it.eng.spagobi.engines.officedocument with parameters of type BIObject
 void SpagoBIOfficeDocumentInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response.
 void SpagoBIOfficeDocumentInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIOfficeDocumentInternalEngine cannot manage subobjects so this method must not be invoked.
 void SpagoBIOfficeDocumentInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 void SpagoBIOfficeDocumentInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 

Uses of BIObject in it.eng.spagobi.engines.widget
 

Methods in it.eng.spagobi.engines.widget that return BIObject
protected  BIObject SpagoBIAbstractInternalEngine.getObj()
           
 

Methods in it.eng.spagobi.engines.widget with parameters of type BIObject
 void SpagoBIAbstractInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
           
 void SpagoBIAbstractInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
           
 void SpagoBIAbstractInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
           
 void SpagoBIAbstractInternalEngine.handleNewDocumentTemplateCreation(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
           
 

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

Methods in it.eng.spagobi.monitoring.dao with parameters of type BIObject
 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.
 

Uses of BIObject in it.eng.spagobi.sdk.utilities
 

Methods in it.eng.spagobi.sdk.utilities that return BIObject
 BIObject SDKObjectsConverter.fromSDKDocumentToBIObject(it.eng.spagobi.sdk.documents.bo.SDKDocument document)
           
 

Methods in it.eng.spagobi.sdk.utilities with parameters of type BIObject
 it.eng.spagobi.sdk.documents.bo.SDKDocument SDKObjectsConverter.fromBIObjectToSDKDocument(BIObject obj)
           
 

Uses of BIObject in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type BIObject
 void ExporterMetadata.insertAllSnapshot(BIObject biobj, java.util.List snapshotLis, org.hibernate.Session session)
          Insert all Snapshot and their binary content.
 void ExporterMetadata.insertAllSubObject(BIObject biobj, java.util.List subObjectLis, org.hibernate.Session session)
          Insert all SubObject and their binary content.
 void ExporterMetadata.insertBIObject(BIObject biobj, org.hibernate.Session session, boolean insertDataSet)
          Insert a biobject into the exported database.
 void ExporterMetadata.insertObjFunct(BIObject biobj, LowFunctionality funct, org.hibernate.Session session)
          Insert an association between a functionality and a biobject into the exported database.
 

Uses of BIObject in it.eng.spagobi.tools.importexport.typesmanager
 

Methods in it.eng.spagobi.tools.importexport.typesmanager with parameters of type BIObject
static ITypesExportManager TypesExportManagerFactory.createTypesExportManager(BIObject biobj, Engine engine, ExporterMetadata exporter, ExportManager manager)
           
 void MetaModelsNeedExportManager.manageExport(BIObject biobj, org.hibernate.Session session)
          export for console needs to get from template datasets relationship and insert them
 void ConsoleExportManager.manageExport(BIObject biobj, org.hibernate.Session session)
          export for console needs to get from template datasets relationship and insert them
 void KPIExportManager.manageExport(BIObject biobj, org.hibernate.Session session)
           
 void ITypesExportManager.manageExport(BIObject biobj, org.hibernate.Session session)
           
 void OlapExportManager.manageExport(BIObject biobj, org.hibernate.Session session)
          export for console needs to get from template datasets relationship and insert them
 

Uses of BIObject in it.eng.spagobi.tools.massiveExport.services
 

Method parameters in it.eng.spagobi.tools.massiveExport.services with type arguments of type BIObject
 java.util.List<GetParametersForExecutionAction.ParameterForExecution> GetAnalyticalDriversFromDocsInFolderAction.getParametersInformation(java.util.List<BIObject> objList)
          retrieve allparameters contained in objectsList, two are considered queals if labels and adriver are equals
 

Uses of BIObject in it.eng.spagobi.tools.massiveExport.work
 

Methods in it.eng.spagobi.tools.massiveExport.work with parameters of type BIObject
 java.io.File MassiveExportWork.createErrorFile(BIObject biObj, java.lang.Throwable error, java.util.Map randomNamesToName)
           
 

Constructor parameters in it.eng.spagobi.tools.massiveExport.work with type arguments of type BIObject
MassiveExportWork(java.util.List<BIObject> documents, it.eng.spago.security.IEngUserProfile userProfile, LowFunctionality functionality, java.lang.Integer progressThreadId, java.lang.String zipKey, boolean splittingFilter, java.lang.String outputMIMEType)
           
 

Uses of BIObject in it.eng.spagobi.tools.scheduler.dispatcher
 

Methods in it.eng.spagobi.tools.scheduler.dispatcher with parameters of type BIObject
 boolean SnapshootDocumentDispatchChannel.canDispatch(BIObject document)
           
 boolean DocumentDispatcher.canDispatch(BIObject document)
           
 boolean FunctionalityTreeDocumentDispatchChannel.canDispatch(BIObject document)
           
 boolean MailDocumentDispatchChannel.canDispatch(BIObject document)
           
 boolean FileSystemDocumentDispatcher.canDispatch(BIObject document)
           
 boolean JavaClassDocumentDispatchChannel.canDispatch(BIObject document)
           
 boolean IDocumentDispatchChannel.canDispatch(BIObject document)
           
 boolean DistributionListDocumentDispatchChannel.canDispatch(BIObject document)
           
static boolean FunctionalityTreeDocumentDispatchChannel.canDispatch(DispatchContext dispatchContext, BIObject document, it.eng.spagobi.tools.dataset.common.datastore.IDataStore folderDispatchDataStore)
           
static boolean MailDocumentDispatchChannel.canDispatch(DispatchContext dispatchContext, BIObject document, it.eng.spagobi.tools.dataset.common.datastore.IDataStore emailDispatchDataStore)
           
 java.io.File FileSystemDocumentDispatcher.createErrorFile(BIObject biObj, java.lang.Throwable error, java.util.Map randomNamesToName)
           
 boolean SnapshootDocumentDispatchChannel.dispatch(BIObject document, byte[] executionOutput)
           
 boolean DocumentDispatcher.dispatch(BIObject document, byte[] executionOutput)
           
 boolean FunctionalityTreeDocumentDispatchChannel.dispatch(BIObject document, byte[] executionOutput)
           
 boolean MailDocumentDispatchChannel.dispatch(BIObject document, byte[] executionOutput)
           
 boolean FileSystemDocumentDispatcher.dispatch(BIObject document, byte[] executionOutput)
           
 boolean JavaClassDocumentDispatchChannel.dispatch(BIObject document, byte[] executionOutput)
           
 boolean IDocumentDispatchChannel.dispatch(BIObject document, byte[] executionOutput)
           
 boolean DistributionListDocumentDispatchChannel.dispatch(BIObject document, byte[] executionOutput)
           
 

Uses of BIObject in it.eng.spagobi.tools.scheduler.to
 

Methods in it.eng.spagobi.tools.scheduler.to that return types with arguments of type BIObject
 java.util.List<BIObject> JobInfo.getDocuments()
           
 

Method parameters in it.eng.spagobi.tools.scheduler.to with type arguments of type BIObject
 void JobInfo.setDocuments(java.util.List<BIObject> documents)
           
 

Uses of BIObject in it.eng.spagobi.tools.scheduler.utils
 

Methods in it.eng.spagobi.tools.scheduler.utils that return BIObject
 BIObject JavaClassDestination.getBiObj()
           
 

Methods in it.eng.spagobi.tools.scheduler.utils with parameters of type BIObject
 void JavaClassDestination.setBiObj(BIObject biObj)