Uses of Class
org.gcube.accounting.accounting.summary.access.model.ScopeDescriptor
-
Packages that use ScopeDescriptor Package Description org.gcube.accounting.accounting.summary.access org.gcube.accounting.accounting.summary.access.impl -
-
Uses of ScopeDescriptor in org.gcube.accounting.accounting.summary.access
Methods in org.gcube.accounting.accounting.summary.access that return ScopeDescriptor Modifier and Type Method Description ScopeDescriptorAccountingDao. getTree(Object request)Methods in org.gcube.accounting.accounting.summary.access that return types with arguments of type ScopeDescriptor Modifier and Type Method Description Set<ScopeDescriptor>AccountingDao. getContexts()Methods in org.gcube.accounting.accounting.summary.access with parameters of type ScopeDescriptor Modifier and Type Method Description ReportAccountingDao. getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution) -
Uses of ScopeDescriptor in org.gcube.accounting.accounting.summary.access.impl
Methods in org.gcube.accounting.accounting.summary.access.impl that return ScopeDescriptor Modifier and Type Method Description ScopeDescriptorAccountingDaoImpl. getTree(Object request)ScopeDescriptorBasicContextTreeProvider. getTree(Object unuseful)ScopeDescriptorContextTreeProvider. getTree(Object context)Methods in org.gcube.accounting.accounting.summary.access.impl that return types with arguments of type ScopeDescriptor Modifier and Type Method Description Set<ScopeDescriptor>AccountingDaoImpl. getContexts()Methods in org.gcube.accounting.accounting.summary.access.impl with parameters of type ScopeDescriptor Modifier and Type Method Description static StringQueries. asIDSet(ScopeDescriptor desc)ResultSetQueries. getAvailableDimensions(Instant from, Instant to, ScopeDescriptor scope, MeasureResolution resolution)Returns Dimensions.* fieldsReportAccountingDaoImpl. getReportByScope(ScopeDescriptor desc, Instant from, Instant to, MeasureResolution resolution)PreparedStatementQueries. prepareMeasuresByDimension(ScopeDescriptor scope, MeasureResolution resolution)Prepares a statement for Getting Dim=? in time interval for the scope set PS params : 1- long current slice of time 2- long current slice of time 3- String dimension
-