refs #437: Accounting Manager - List of Keys for Filters

https://support.d4science.org/issues/437

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-analytics@118931 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-09-08 15:16:02 +00:00
parent 62b82a7e59
commit 1821a1613e
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public class ResourceRecordQuery {
* @return a set containing the list of key
* @throws Exception if fails
*/
public Set<String> getFilterKeys(@SuppressWarnings("rawtypes") Class<? extends AggregatedUsageRecord> usageRecordType) throws Exception{
public Set<String> getKeys(@SuppressWarnings("rawtypes") Class<? extends AggregatedUsageRecord> usageRecordType) throws Exception{
return accountingPersistenceQuery.getKeys(usageRecordType);
}