| Modifier and Type | Method and Description |
|---|---|
Context |
AccountingManagerService.getContext()
Retrieve Context available
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingManagerServiceAsync.getContext(com.google.gwt.user.client.rpc.AsyncCallback<Context> callback) |
| Modifier and Type | Method and Description |
|---|---|
Context |
AccountingClientStateData.getAvailableContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingClientStateData.setAvailableContext(Context availableContext) |
| Constructor and Description |
|---|
AccountingClientStateData(AccountingType accountingType,
SeriesRequest seriesRequest,
SeriesResponse seriesResponse,
ArrayList<FilterKey> availableFilterKeys,
Context availableContext,
String scopeFilterActive,
Spaces availableSpaces,
Boolean rootScope) |
| Modifier and Type | Method and Description |
|---|---|
Context |
AccountingManagerServiceImpl.getContext()
Retrieve Context available
|
static Context |
SessionUtil.getContext(ServiceCredentials serviceCredentials) |
| Modifier and Type | Method and Description |
|---|---|
Context |
AccountingQueryTop.getContext() |
Context |
AccountingQueryBasic.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingQueryTop.setContext(Context context) |
void |
AccountingQueryBasic.setContext(Context context) |
| Constructor and Description |
|---|
AccountingQueryBasic(Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> type,
Context context,
org.gcube.accounting.analytics.TemporalConstraint temporalConstraint,
ArrayList<org.gcube.accounting.analytics.Filter> filters) |
AccountingQueryTop(Class<? extends org.gcube.accounting.datamodel.AggregatedUsageRecord<?,?>> type,
Context context,
FilterKey filterKey,
Integer topNumber,
org.gcube.accounting.analytics.TemporalConstraint temporalConstraint,
ArrayList<org.gcube.accounting.analytics.Filter> filters) |
| Modifier and Type | Method and Description |
|---|---|
Context |
AccountingFilterTop.getContext() |
Context |
AccountingFilterBasic.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingFilterTop.setContext(Context context) |
void |
AccountingFilterBasic.setContext(Context context) |
| Constructor and Description |
|---|
AccountingFilterBasic(Context context) |
AccountingFilterBasic(Context context,
ArrayList<AccountingFilter> filters) |
AccountingFilterBasic(Context context,
String scopeFilterActive) |
AccountingFilterBasic(Context context,
String scopeFilterActive,
ArrayList<AccountingFilter> filters) |
AccountingFilterTop(Context context,
FilterKey filterKey,
ArrayList<AccountingFilter> filters,
Integer topNumber) |
AccountingFilterTop(Context context,
Integer topNumber) |
AccountingFilterTop(Context context,
String scopeFilterActive,
FilterKey filterKey,
ArrayList<AccountingFilter> filters,
Integer topNumber) |
AccountingFilterTop(Context context,
String scopeFilterActive,
Integer topNumber) |
Copyright © 2024. All rights reserved.