|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BIObject in it.eng.spagobi.analiticalmodel.document.dao |
---|
Methods in it.eng.spagobi.analiticalmodel.document.dao that return BIObject | |
---|---|
BIObject |
IBIObjectDAO.loadBIObjectById(java.lang.Integer biObjectID)
Loads all detail information for a BI Object identified by its biObjectID identifier. |
BIObject |
BIObjectDAOHibImpl.loadBIObjectById(java.lang.Integer biObjectID)
Load bi object by id. |
BIObject |
IBIObjectDAO.loadBIObjectByLabel(java.lang.String label)
Loads all detail information for a BI Object identified by its label identifier. |
BIObject |
BIObjectDAOHibImpl.loadBIObjectByLabel(java.lang.String label)
Load bi object by label. |
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.Integer id)
Load bi object for detail. |
BIObject |
IBIObjectDAO.loadBIObjectForDetail(java.lang.String path)
Loads all detail information for a BI Object identified by its path in the cms. |
BIObject |
BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.String path)
|
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.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id,
java.lang.String role)
Load bi object for execution by id and role. |
BIObject |
IBIObjectDAO.loadBIObjectForTree(java.lang.Integer id)
Loads all tree information for a BI Object identified by its id identifier Integer. |
BIObject |
BIObjectDAOHibImpl.loadBIObjectForTree(java.lang.Integer id)
Load bi object for tree. |
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 |
IBIObjectDAO.eraseBIObject(BIObject obj,
java.lang.Integer idFunct)
Deletes a BIObject from a functionality. |
void |
BIObjectDAOHibImpl.eraseBIObject(BIObject obj,
java.lang.Integer idFunct)
Erase bi object. |
java.util.List |
IBIObjectDAO.getBIObjectParameters(BIObject aBIObject)
Gets the biparameters associated with to a biobject. |
java.util.List |
BIObjectDAOHibImpl.getBIObjectParameters(BIObject aBIObject)
Gets the biparameters associated with to a biobject. |
void |
IBIObjectDAO.insertBIObject(BIObject obj)
Implements the query to insert a BIObject. |
void |
BIObjectDAOHibImpl.insertBIObject(BIObject obj)
Implements the query to insert a BIObject. |
void |
IBIObjectDAO.insertBIObject(BIObject obj,
boolean loadParsDC)
Implements the query to insert a BIObject and its template. |
void |
BIObjectDAOHibImpl.insertBIObject(BIObject obj,
boolean loadParsDC)
Implements the query to insert a BIObject. |
void |
IBIObjectDAO.insertBIObject(BIObject obj,
ObjTemplate objTemp)
Implements the query to insert a BIObject and its template. |
void |
BIObjectDAOHibImpl.insertBIObject(BIObject obj,
ObjTemplate objTemp)
Implements the query to insert a BIObject. |
void |
IBIObjectDAO.insertBIObject(BIObject obj,
ObjTemplate objTemp,
boolean loadParsDC)
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.modifyBIObject(BIObject obj)
Implements the query to modify a BI Object. |
void |
BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
Modify bi object. |
void |
IBIObjectDAO.modifyBIObject(BIObject obj,
boolean loadParsDC)
Implements the query to modify a BI Object. |
void |
BIObjectDAOHibImpl.modifyBIObject(BIObject obj,
boolean loadParsDC)
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)
Modify bi object. |
void |
IBIObjectDAO.modifyBIObject(BIObject obj,
ObjTemplate objTemp,
boolean loadParsDC)
Implements the query to modify a BI Object and its template. |
void |
BIObjectDAOHibImpl.modifyBIObject(BIObject obj,
ObjTemplate objTemp,
boolean loadParsDC)
Modify bi object. |
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.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.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)
Executes the document and populates the response. |
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. |
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.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.dao |
---|
Methods in it.eng.spagobi.engines.dossier.dao with parameters of type BIObject | |
---|---|
java.lang.String |
DossierDAOHibImpl.init(BIObject dossier)
|
java.lang.String |
IDossierDAO.init(BIObject dossier)
Inits the. |
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.exporters |
---|
Methods in it.eng.spagobi.engines.exporters with parameters of type BIObject | |
---|---|
java.io.File |
KpiExporter.getKpiReportPDF(java.util.List<KpiResourceBlock> kpiBlocks,
BIObject obj,
java.lang.String userId)
|
java.io.File |
ReportExporter.getReportPDF(BIObject obj,
it.eng.spago.security.IEngUserProfile profile)
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)
Executes the document and populates the response. |
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.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)
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |