diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml index 735eb31..c6144e8 100644 --- a/.settings/org.eclipse.wst.common.project.facet.core.xml +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -2,6 +2,6 @@ - + diff --git a/pom.xml b/pom.xml index 9ef0648..78bdef8 100644 --- a/pom.xml +++ b/pom.xml @@ -175,10 +175,6 @@ aslcore - - org.gcube.applicationsupportlayer - accesslogger - @@ -404,7 +400,7 @@ org.gcube.distribution maven-portal-bom - 2.6.0-SNAPSHOT + LATEST pom import diff --git a/src/main/java/org/gcube/portlets/admin/accountingmanager/server/amservice/command/AccountingCommandGetFilterValues.java b/src/main/java/org/gcube/portlets/admin/accountingmanager/server/amservice/command/AccountingCommandGetFilterValues.java index 3d93442..8722910 100644 --- a/src/main/java/org/gcube/portlets/admin/accountingmanager/server/amservice/command/AccountingCommandGetFilterValues.java +++ b/src/main/java/org/gcube/portlets/admin/accountingmanager/server/amservice/command/AccountingCommandGetFilterValues.java @@ -98,7 +98,7 @@ public class AccountingCommandGetFilterValues implements switch (filterValuesRequest.getAccountingType()) { case JOB: - values = apq.getNextPossibleValues( + values = apq.getFilterValues( AggregatedJobUsageRecord.class, tc, filters, filterValuesRequest.getFilterKey().getKey()); break; case PORTLET: @@ -107,11 +107,11 @@ public class AccountingCommandGetFilterValues implements // .getFilterKey().getKey()); return filteValues; case SERVICE: - values = apq.getNextPossibleValues( + values = apq.getFilterValues( AggregatedServiceUsageRecord.class, tc, filters, filterValuesRequest.getFilterKey().getKey()); break; case STORAGE: - values = apq.getNextPossibleValues( + values = apq.getFilterValues( AggregatedStorageUsageRecord.class, tc, filters, filterValuesRequest.getFilterKey().getKey()); break; case TASK: diff --git a/src/main/webapp/WEB-INF/liferay-portlet.xml b/src/main/webapp/WEB-INF/liferay-portlet.xml index a567753..f9887cd 100644 --- a/src/main/webapp/WEB-INF/liferay-portlet.xml +++ b/src/main/webapp/WEB-INF/liferay-portlet.xml @@ -1,6 +1,6 @@ - - + AccountingManager diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 225c523..c2f640b 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,9 +1,8 @@ - - - +