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.bo.dao.jdbc   
it.eng.spagobi.engines   
it.eng.spagobi.engines.dashboard   
it.eng.spagobi.engines.datamart   
it.eng.spagobi.importexport   
it.eng.spagobi.presentation.tags   
it.eng.spagobi.presentation.treehtmlgenerators   
it.eng.spagobi.services.modules   
 

Uses of BIObject in it.eng.spagobi.bo
 

Fields in it.eng.spagobi.bo declared as BIObject
private  BIObject ExecutionController.biObject
           
 

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
private  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)
           
private  void BIObjectDAOHibImpl.internalModify(BIObject biObject, boolean version)
          Updates the CMS repository if the user has loaded a file template.
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
           
 void BIObjectDAOHibImpl.modifyBIObjectWithoutVersioning(BIObject obj)
           
 

Uses of BIObject in it.eng.spagobi.bo.dao.jdbc
 

Methods in it.eng.spagobi.bo.dao.jdbc that return BIObject
 BIObject BIObjectDAOImpl.loadBIObjectById(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOImpl.loadBIObjectByLabel(java.lang.String label)
           
private  BIObject BIObjectDAOImpl.loadBIObjectByPath(java.lang.String path)
           
 BIObject BIObjectDAOImpl.loadBIObjectForDetail(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOImpl.loadBIObjectForDetail(java.lang.String path)
           
 BIObject BIObjectDAOImpl.loadBIObjectForExecutionByIdAndRole(java.lang.Integer id, java.lang.String role)
           
 BIObject BIObjectDAOImpl.loadBIObjectForExecutionByPathAndRole(java.lang.String path, java.lang.String role)
           
 BIObject BIObjectDAOImpl.loadBIObjectForTree(java.lang.Integer id)
           
 BIObject BIObjectDAOImpl.loadBIObjectForTree(java.lang.String path)
           
 

Methods in it.eng.spagobi.bo.dao.jdbc with parameters of type BIObject
 void BIObjectDAOImpl.eraseBIObject(BIObject obj)
           
 void BIObjectDAOImpl.eraseBIObject(BIObject obj, java.lang.Integer idFunct)
           
 void BIObjectDAOImpl.fillBIObjectTemplate(BIObject obj)
           
 java.util.List BIObjectDAOImpl.getBIObjectParameters(BIObject aBIObject)
           
 void BIObjectDAOImpl.insertBIObject(BIObject obj)
           
 java.util.List BIObjectDAOImpl.loadBIObjectParametersForBIObject(BIObject biObject, java.lang.String role)
          Loads all the BI object parameters referring to a given BI Object, according to the particular role.
 void BIObjectDAOImpl.modifyBIObject(BIObject obj)
           
 void BIObjectDAOImpl.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.importexport
 

Methods in it.eng.spagobi.importexport with parameters of type BIObject
private  void ExportManager.exportBIParamsBIObj(java.util.List biparams, BIObject biobj)
          Exports the BIParameters of a BIObject
private  void ExportManager.exportTemplate(BIObject biobj)
          Export the template of a single SpagoBI Object
 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.presentation.tags
 

Fields in it.eng.spagobi.presentation.tags declared as BIObject
private  BIObject DynamicPageTag.obj
           
 

Uses of BIObject in it.eng.spagobi.presentation.treehtmlgenerators
 

Methods in it.eng.spagobi.presentation.treehtmlgenerators with parameters of type BIObject
private  void FunctionalitiesTreeInsertObjectHtmlGenerator.addItemForJSTree(java.lang.StringBuffer htmlStream, LowFunctionality folder, BIObject obj, boolean isRoot)
           
 

Uses of BIObject in it.eng.spagobi.services.modules
 

Methods in it.eng.spagobi.services.modules that return BIObject
private  BIObject DetailBIObjectModule.clone(BIObject obj)
           
private  BIObject DetailBIObjectModule.recoverBIObjectDetails(it.eng.spago.base.SourceBean request, java.lang.String mod)
           
 

Methods in it.eng.spagobi.services.modules with parameters of type BIObject
private  BIObject DetailBIObjectModule.clone(BIObject obj)
           
private  void ExecuteBIObjectModule.execute(BIObject obj, BIObject.SubObjectDetail subObj, it.eng.spago.base.SourceBean response)
          Based on the object type launches the right execution mechanism.
private  java.util.List ExecuteBIObjectModule.getSubObjectsList(BIObject obj, it.eng.spago.security.IEngUserProfile profile)
          Get the list of subObjects of a BIObject for the current user
private  it.eng.spago.base.SourceBean ListBIObjectsModule.makeAdminListRow(BIObject obj)
           
private  it.eng.spago.base.SourceBean ListBIObjectsModule.makeDevListRow(BIObject obj)
           
private  it.eng.spago.base.SourceBean ListBIObjectsModule.makeUserListRow(BIObject obj)
           
private  void DetailBIObjectModule.prepareBIObjectDetailPage(it.eng.spago.base.SourceBean response, BIObject obj, BIObjectParameter biObjPar, java.lang.String selectedObjParIdStr, java.lang.String detail_mod, boolean initialBIObject, boolean initialBIObjectParameter)
          Fills the response SourceBean with the elements that will be displayed in the BIObject detail page: the BIObject itself and the required BIObjectParameter.
private  void DetailBIObjectModule.reloadCMSInformation(BIObject obj)
          Reloads the CMS information of a BIObject: the versioned templates.