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

Packages that use BIObject
it.eng.spagobi.bo   
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.cms   
it.eng.spagobi.bo.dao.hibernate   
it.eng.spagobi.engines   
it.eng.spagobi.engines.dashboard   
it.eng.spagobi.engines.dashboardscomposition   
it.eng.spagobi.engines.officeDocuments   
it.eng.spagobi.importexport   
it.eng.spagobi.managers   
it.eng.spagobi.utilities   
 

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.refreshParameters(BIObject obj, java.lang.String userProvidedParametersStr)
           
 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
 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.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.dashboardscomposition
 

Methods in it.eng.spagobi.engines.dashboardscomposition with parameters of type BIObject
 void SpagoBIDashboardsCompositionInternalEngine.execute(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Executes the document and populates the response
 void SpagoBIDashboardsCompositionInternalEngine.executeSubObject(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response, java.lang.Object subObjectInfo)
          The SpagoBIDashboardsCompositionInternalEngine cannot manage subobjects so this method must not be invoked
 void SpagoBIDashboardsCompositionInternalEngine.handleDocumentTemplateEdit(it.eng.spago.base.RequestContainer requestContainer, BIObject obj, it.eng.spago.base.SourceBean response)
          Function not implemented.
 void SpagoBIDashboardsCompositionInternalEngine.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.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
 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.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 that return BIObject
 BIObject ExecutionProxy.getBiObject()
           
 

Methods in it.eng.spagobi.utilities with parameters of type BIObject
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.
 void ExecutionProxy.setBiObject(BIObject biObject)
           
static void GeneralUtilities.subsituteBIObjectParametersLovProfileAttributes(BIObject obj, it.eng.spago.base.SessionContainer session)