Removed old uneeded methods

This commit is contained in:
Luca Frosini 2021-03-19 18:25:21 +01:00
parent e33c1328bd
commit d95c4fbc3a
1 changed files with 0 additions and 16 deletions

View File

@ -213,22 +213,6 @@ public class AccountingPersistenceQueryPostgreSQL implements AccountingPersisten
return getNumberedValues(clz, temporalConstraint, filters, key, null, limit);
}
@Override
@Deprecated
public SortedSet<NumberedFilter> getNextPossibleValues(Class<? extends AggregatedRecord<?, ?>> clz,
TemporalConstraint temporalConstraint, List<Filter> filters, String key, String orderingProperty)
throws DuplicatedKeyFilterException, KeyException, ValueException, Exception {
return getNumberedValues(clz, temporalConstraint, filters, key, orderingProperty, null);
}
@Override
@Deprecated
public SortedSet<NumberedFilter> getNextPossibleValuesWithMap(Class<? extends AggregatedRecord<?, ?>> clz,
TemporalConstraint temporalConstraint, List<Filter> filters, String key, String orderingProperty)
throws Exception {
return getNumberedValues(clz, temporalConstraint, filters, key, orderingProperty, null);
}
@Override
public SortedMap<NumberedFilter, SortedMap<Calendar, Info>> getTopValues(
Class<? extends AggregatedRecord<?, ?>> clz, TemporalConstraint temporalConstraint, List<Filter> filters,