| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.data.shared.ModelKeyProvider<FilterKey> |
ActiveFiltersPanel.FilterKeyPropertiesCombo.id() |
com.sencha.gxt.data.shared.LabelProvider<FilterKey> |
ActiveFiltersPanel.FilterKeyPropertiesCombo.key() |
| Modifier and Type | Method and Description |
|---|---|
com.sencha.gxt.core.client.ValueProvider<AccountingFilter,FilterKey> |
AccountingFilterProperties.filterKey() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FilterKey> |
AccountingManagerService.getFilterKeys(AccountingType accountingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingManagerServiceAsync.getFilterKeys(AccountingType accountingType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<FilterKey>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FilterKey> |
AccountingStateData.getAvailableFilterKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingStateData.setAvailableFilterKeys(ArrayList<FilterKey> availableFilterKeys) |
| Constructor and Description |
|---|
AccountingStateData(AccountingType accountingType,
SeriesRequest seriesRequest,
SeriesResponse seriesResponse,
ArrayList<FilterKey> availableFilterKeys) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FilterKey> |
AccountingManagerServiceImpl.getFilterKeys(AccountingType accountingType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FilterKey> |
AccountingCallerInterface.getFilterKeys(AccountingType accountingType) |
ArrayList<FilterKey> |
AccountingCallerTester.getFilterKeys(AccountingType accountingType) |
ArrayList<FilterKey> |
AccountingCaller.getFilterKeys(AccountingType accountingType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FilterKey> |
AccountingCommandGetFilterKeys.execute() |
| Modifier and Type | Method and Description |
|---|---|
FilterKey |
AccountingQueryTop.getFilterKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingQueryTop.setFilterKey(FilterKey filterKey) |
| Constructor and Description |
|---|
AccountingQueryTop(Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord> type,
FilterKey filterKey,
Integer topNumber,
org.gcube.accounting.analytics.TemporalConstraint temporalConstraint,
ArrayList<org.gcube.accounting.analytics.Filter> filters) |
| Modifier and Type | Method and Description |
|---|---|
FilterKey |
AccountingFilterTop.getFilterKey() |
FilterKey |
AccountingFilter.getFilterKey() |
FilterKey |
FilterValuesRequest.getFilterKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
FilterKey.compareTo(FilterKey filterKey) |
void |
AccountingFilterTop.setFilterKey(FilterKey filterKey) |
void |
AccountingFilter.setFilterKey(FilterKey filterKey) |
void |
FilterValuesRequest.setFilterKey(FilterKey filterKey) |
| Constructor and Description |
|---|
AccountingFilter(int id,
FilterKey filterKey,
String filterValue) |
AccountingFilterTop(FilterKey filterKey,
ArrayList<AccountingFilter> filters,
Integer topNumber) |
FilterValuesRequest(FilterKey filterKey,
AccountingType accountingType) |
Copyright © 2016. All Rights Reserved.