|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BIObject in it.eng.spagobi.bo |
---|
Methods in it.eng.spagobi.bo that return BIObject | |
---|---|
BIObject |
ExecutionController.getBiObject()
|
BIObject |
ExecutionController.prepareBIObjectInSession(it.eng.spago.base.SessionContainer aSessionContainer,
java.lang.Integer id,
java.lang.String aRoleName,
java.lang.String userProvidedParametersStr)
|
Methods in it.eng.spagobi.bo with parameters of type BIObject | |
---|---|
void |
ExecutionController.setBiObject(BIObject biObject)
|
Uses of BIObject in it.eng.spagobi.bo.dao |
---|
Methods in it.eng.spagobi.bo.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 |
IBIObjectDAO.loadBIObjectByLabel(java.lang.String label)
Loads all detail information for a BI Object identified by its label identifier. |
BIObject |
IBIObjectDAO.loadBIObjectForDetail(java.lang.Integer id)
Loads all detail information for a BI Object identified by its id identifier integer. |
BIObject |
IBIObjectDAO.loadBIObjectForDetail(java.lang.String path)
Loads all detail information for a BI Object identified by its path in the cms. |
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 |
IBIObjectDAO.loadBIObjectForTree(java.lang.Integer id)
Loads all tree information for a BI Object identified by its id identifier Integer. |
Methods in it.eng.spagobi.bo.dao with parameters of type BIObject | |
---|---|
void |
IBIObjectDAO.eraseBIObject(BIObject obj,
java.lang.Integer idFunct)
Deletes a BIObject from a functionality. |
void |
IBIObjectCMSDAO.fillBIObjectTemplate(BIObject obj)
Given a BIObject at input, fills it with template information. |
java.util.List |
IBIObjectDAO.getBIObjectParameters(BIObject aBIObject)
Gets the biparameters associated with to a biobject |
void |
IBIObjectDAO.insertBIObject(BIObject obj)
Implements the query to insert a BIObject. |
void |
IBIObjectDAO.modifyBIObject(BIObject obj)
Implements the query to modify a BI Object. |
void |
IBIObjectDAO.modifyBIObjectWithoutVersioning(BIObject obj)
Implements the query to modify a BI Object, but without updating versioning. |
Uses of BIObject in it.eng.spagobi.bo.dao.cms |
---|
Methods in it.eng.spagobi.bo.dao.cms with parameters of type BIObject | |
---|---|
void |
BIObjectCMSDAOImpl.fillBIObjectTemplate(BIObject obj)
|
Uses of BIObject in it.eng.spagobi.bo.dao.hibernate |
---|
Methods in it.eng.spagobi.bo.dao.hibernate that return BIObject | |
---|---|
BIObject |
BIObjectDAOHibImpl.loadBIObjectById(java.lang.Integer biObjectID)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectByLabel(java.lang.String label)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.Integer id)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.String path)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id,
java.lang.String role)
|
BIObject |
BIObjectDAOHibImpl.loadBIObjectForTree(java.lang.Integer id)
|
BIObject |
BIObjectDAOHibImpl.toBIObject(SbiObjects hibBIObject)
From the Hibernate BI object at input, gives the corrispondent BI object |
Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type BIObject | |
---|---|
void |
BIObjectDAOHibImpl.eraseBIObject(BIObject obj,
java.lang.Integer idFunct)
|
void |
BIObjectDAOHibImpl.gatherCMSInformation(BIObject biObject)
Load the CMS Information of the biObject |
java.util.List |
BIObjectDAOHibImpl.getBIObjectParameters(BIObject aBIObject)
Gets the biparameters associated with to a biobject |
void |
BIObjectDAOHibImpl.insertBIObject(BIObject obj)
|
void |
BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
|
void |
BIObjectDAOHibImpl.modifyBIObjectWithoutVersioning(BIObject obj)
|
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 |
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 |
Uses of BIObject in it.eng.spagobi.engines.datamart |
---|
Methods in it.eng.spagobi.engines.datamart with parameters of type BIObject | |
---|---|
void |
SpagoBIQbeInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
Executes the document and populates the response |
void |
SpagoBIQbeInternalEngine.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 |
Uses of BIObject in it.eng.spagobi.engines.officeDocuments |
---|
Methods in it.eng.spagobi.engines.officeDocuments 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 |
Uses of BIObject in it.eng.spagobi.importexport |
---|
Methods in it.eng.spagobi.importexport with parameters of type BIObject | |
---|---|
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.managers |
---|
Methods in it.eng.spagobi.managers with parameters of type BIObject | |
---|---|
java.lang.String |
BIObjectNotesManager.getExecutionIdentifier(BIObject biobj)
Return an identifier for a specific execution. |
Uses of BIObject in it.eng.spagobi.utilities |
---|
Methods in it.eng.spagobi.utilities with parameters of type BIObject | |
---|---|
static void |
GeneralUtilities.subsituteBIObjectParametersLovProfileAttributes(BIObject obj,
it.eng.spago.base.SessionContainer session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |