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.hibernate   
it.eng.spagobi.bo.dao.jdbc   
 

Uses of BIObject in it.eng.spagobi.bo
 

Methods in it.eng.spagobi.bo that return BIObject
 BIObject ExecutionController.prepareBIObjectInSession(it.eng.spago.base.SessionContainer aSessionContainer, java.lang.String aPath, java.lang.String aRoleName)
           
 BIObject ExecutionController.getBiObject()
           
 

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.loadBIObjectForExecutionByPathAndRole(java.lang.String path, java.lang.String role)
          Loads all information for the execution of a BI Object identified by its path and its role.
 BIObject IBIObjectDAO.loadBIObjectForDetail(java.lang.Integer biObjectID)
          Loads all detail information for a BI Object identified by its biObjectID identifier.
 BIObject IBIObjectDAO.loadBIObjectForDetail(java.lang.String path)
          Loads all detail information for a BI Object identified by its path identifier string.
 BIObject IBIObjectDAO.loadBIObjectForTree(java.lang.String path)
          Loads all tree information for a BI Object identified by its path identifier string.
 

Methods in it.eng.spagobi.bo.dao with parameters of type 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.
 void IBIObjectDAO.insertBIObject(BIObject obj)
          Implements the query to insert a BIObject.
 void IBIObjectDAO.eraseBIObject(BIObject obj)
          Implements the query to erase a BI Object.
 void IBIObjectDAO.fillBIObjectTemplate(BIObject obj)
          Given a BIObject at input, fills it with template information.
 

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

Methods in it.eng.spagobi.bo.dao.hibernate that return BIObject
 BIObject BIObjectDAOHibImpl.loadBIObjectForExecutionByPathAndRole(java.lang.String path, java.lang.String role)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForDetail(java.lang.String path)
           
 BIObject BIObjectDAOHibImpl.loadBIObjectForTree(java.lang.String path)
           
 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.gatherCMSInformation(BIObject biObject)
          Load the CMS Information of the biObject
 void BIObjectDAOHibImpl.modifyBIObject(BIObject obj)
           
 void BIObjectDAOHibImpl.modifyBIObjectWithoutVersioning(BIObject obj)
           
 void BIObjectDAOHibImpl.insertBIObject(BIObject obj)
           
 void BIObjectDAOHibImpl.eraseBIObject(BIObject obj)
           
 void BIObjectDAOHibImpl.fillBIObjectTemplate(BIObject obj)
           
 void BIObjectDAOHibImpl.fillBIObjectParameters(BIObject aBIObject, SbiObjects hibBIObject, java.lang.String role)
          Given all parameters for the input hibernate BI object, fills the other BIObject at input with these parameters.
 

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

Methods in it.eng.spagobi.bo.dao.jdbc that return BIObject
 BIObject BIObjectDAOImpl.loadBIObjectForExecutionByPathAndRole(java.lang.String path, java.lang.String role)
           
 BIObject BIObjectDAOImpl.loadBIObjectForDetail(java.lang.Integer biObjectID)
           
 BIObject BIObjectDAOImpl.loadBIObjectForDetail(java.lang.String path)
           
 BIObject BIObjectDAOImpl.loadBIObjectForTree(java.lang.String path)
           
 

Methods in it.eng.spagobi.bo.dao.jdbc with parameters of type BIObject
 void BIObjectDAOImpl.modifyBIObject(BIObject obj)
           
 void BIObjectDAOImpl.modifyBIObjectWithoutVersioning(BIObject obj)
           
 void BIObjectDAOImpl.insertBIObject(BIObject obj)
           
 void BIObjectDAOImpl.eraseBIObject(BIObject obj)
           
 void BIObjectDAOImpl.fillBIObjectTemplate(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.