Uses of Class
it.eng.spagobi.kpi.model.bo.Resource

Packages that use Resource
it.eng.spagobi.engines.kpi   
it.eng.spagobi.engines.kpi.bo   
it.eng.spagobi.kpi.config.bo   
it.eng.spagobi.kpi.config.dao   
it.eng.spagobi.kpi.model.bo   
it.eng.spagobi.kpi.model.dao   
it.eng.spagobi.tools.importexport   
 

Uses of Resource in it.eng.spagobi.engines.kpi
 

Methods in it.eng.spagobi.engines.kpi with parameters of type Resource
 KpiLine SpagoBIKpiInternalEngine.getBlock(java.lang.Integer miId, Resource r)
           
 KpiValue KpiValueComputation.getNewKpiValue(it.eng.spagobi.tools.dataset.bo.IDataSet dataSet, KpiInstance kpiInst, Resource r, java.lang.Integer modelInstanceId, OrganizationalUnitGrantNode grantNode)
           
 

Uses of Resource in it.eng.spagobi.engines.kpi.bo
 

Methods in it.eng.spagobi.engines.kpi.bo that return Resource
 Resource KpiResourceBlock.getR()
           
 

Methods in it.eng.spagobi.engines.kpi.bo with parameters of type Resource
 void KpiResourceBlock.setR(Resource r)
           
 

Constructors in it.eng.spagobi.engines.kpi.bo with parameters of type Resource
KpiResourceBlock(Resource r, KpiLine root, java.util.Date d, java.util.HashMap parMap, KpiLineVisibilityOptions options)
           
 

Uses of Resource in it.eng.spagobi.kpi.config.bo
 

Methods in it.eng.spagobi.kpi.config.bo that return Resource
 Resource KpiValue.getR()
           
 

Methods in it.eng.spagobi.kpi.config.bo with parameters of type Resource
 void KpiValue.setR(Resource r)
           
 

Uses of Resource in it.eng.spagobi.kpi.config.dao
 

Methods in it.eng.spagobi.kpi.config.dao with parameters of type Resource
 void IKpiDAO.deleteKpiValueFromInterval(java.lang.Integer kpiInstanceId, java.util.Date from, java.util.Date to, Resource r, OrganizationalUnitGrantNode grantNode)
          KpiValue valid for the the KpiInstance selected, ou selected for the resource selected, in the date selected
 void KpiDAOImpl.deleteKpiValueFromInterval(java.lang.Integer kpiInstanceId, java.util.Date from, java.util.Date to, Resource r, OrganizationalUnitGrantNode grantNode)
           
 KpiValue IKpiDAO.getDisplayKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r, OrganizationalUnitGrantNode grantNode)
          The last KpiValue for the the KpiInstance selected, for the resource selected, ou and hiererchy selected in the date selected or before
 KpiValue KpiDAOImpl.getDisplayKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r, OrganizationalUnitGrantNode grantNode)
           
 KpiValue IKpiDAO.getKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r, OrganizationalUnitGrantNode grantNode)
          KpiValue valid for the the KpiInstance selected, for the resource selected, ant the selected grant node associated
 KpiValue KpiDAOImpl.getKpiValue(java.lang.Integer kpiInstanceId, java.util.Date d, Resource r, OrganizationalUnitGrantNode grantNode)
           
 KpiValue IKpiDAO.getKpiValueFromInterval(java.lang.Integer kpiInstanceId, java.util.Date from, java.util.Date to, Resource r, OrganizationalUnitGrantNode grantNode)
          KpiValue valid for the the KpiInstance selected, for the resource selected,ou selected in the date selected
 KpiValue KpiDAOImpl.getKpiValueFromInterval(java.lang.Integer kpiInstanceId, java.util.Date from, java.util.Date to, Resource r, OrganizationalUnitGrantNode grantNode)
           
 

Uses of Resource in it.eng.spagobi.kpi.model.bo
 

Constructors in it.eng.spagobi.kpi.model.bo with parameters of type Resource
ModelResourcesExtended(Resource resource, ModelResources modelResources)
           
 

Uses of Resource in it.eng.spagobi.kpi.model.dao
 

Methods in it.eng.spagobi.kpi.model.dao that return Resource
 Resource ResourceDAOImpl.loadResourceByCode(java.lang.String resourceCode)
           
 Resource IResourceDAO.loadResourceByCode(java.lang.String resourceCode)
          Returns the Resource of the referred code
 Resource ResourceDAOImpl.loadResourceById(java.lang.Integer id)
           
 Resource IResourceDAO.loadResourceById(java.lang.Integer resource)
          Load resource by Id
 Resource ResourceDAOImpl.loadResourcesByNameAndModelInst(java.lang.String resourceName)
           
 Resource IResourceDAO.loadResourcesByNameAndModelInst(java.lang.String resourceName)
          Returns the Resource of the referred id
 Resource ResourceDAOImpl.toResource(SbiKpiModelResources re)
           
 Resource ModelResourceDAOImpl.toResource(SbiKpiModelResources re)
           
 Resource IModelResourceDAO.toResource(SbiKpiModelResources re)
           
 Resource ResourceDAOImpl.toResource(SbiResources r)
           
 Resource IResourceDAO.toResource(SbiResources r)
           
 

Methods in it.eng.spagobi.kpi.model.dao with parameters of type Resource
 java.lang.Integer ResourceDAOImpl.insertResource(Resource toCreate)
           
 java.lang.Integer IResourceDAO.insertResource(Resource value)
          Inserts a new Resource
 void ResourceDAOImpl.modifyResource(Resource resource)
           
 void IResourceDAO.modifyResource(Resource resource)
           
 SbiResources ResourceDAOImpl.toSbiResource(Resource r)
           
 SbiResources IResourceDAO.toSbiResource(Resource r)
           
 

Uses of Resource in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type Resource
 void ExporterMetadata.insertResource(Resource res, org.hibernate.Session session)
          Insert Resources.