public interface AccountingManagerServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static AccountingManagerServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
getClientMonitorTimeout(com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
Retrieve client monitor timeout
|
void |
getContext(com.google.gwt.user.client.rpc.AsyncCallback<Context> callback) |
void |
getEnableTabs(com.google.gwt.user.client.rpc.AsyncCallback<EnableTabs> callback) |
void |
getFilterKeys(AccountingType accountingType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<FilterKey>> callback) |
void |
getFilterValues(FilterValuesRequest filterValuesRequest,
com.google.gwt.user.client.rpc.AsyncCallback<FilterValuesResponse> callback) |
void |
getPublicLink(ItemDescription itemDescription,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getSeries(AccountingType accountingType,
SeriesRequest seriesRequest,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Retrieve Accounting Series
|
void |
getSeriesInCache(AccountingType accountingType,
SeriesRequest seriesRequest,
com.google.gwt.user.client.rpc.AsyncCallback<SeriesResponse> callback)
Retrieve Accounting Series in Cache
|
void |
hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback) |
void |
isRootScope(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Check if the user is in root scope
|
void |
operationMonitor(String operationId,
com.google.gwt.user.client.rpc.AsyncCallback<SeriesResponse> callback)
Accounting Request Monitor
|
void |
saveCSVOnWorkspace(AccountingType accountingType,
com.google.gwt.user.client.rpc.AsyncCallback<ItemDescription> callback) |
static final AccountingManagerServiceAsync INSTANCE
void hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
callback - void getClientMonitorTimeout(com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
callback - void getSeriesInCache(AccountingType accountingType, SeriesRequest seriesRequest, com.google.gwt.user.client.rpc.AsyncCallback<SeriesResponse> callback)
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionscallback - void getSeries(AccountingType accountingType, SeriesRequest seriesRequest, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionscallback - void operationMonitor(String operationId, com.google.gwt.user.client.rpc.AsyncCallback<SeriesResponse> callback)
operationId - callback - void getFilterKeys(AccountingType accountingType, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<FilterKey>> callback)
accountingType - accounting typecallback - void getFilterValues(FilterValuesRequest filterValuesRequest, com.google.gwt.user.client.rpc.AsyncCallback<FilterValuesResponse> callback)
void getContext(com.google.gwt.user.client.rpc.AsyncCallback<Context> callback)
callback - void getPublicLink(ItemDescription itemDescription, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
itemDescription - item descriptioncallback - void saveCSVOnWorkspace(AccountingType accountingType, com.google.gwt.user.client.rpc.AsyncCallback<ItemDescription> callback)
accountingStateData - callback - void getEnableTabs(com.google.gwt.user.client.rpc.AsyncCallback<EnableTabs> callback)
callback - return the list of enabled tabsvoid isRootScope(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
callback - Copyright © 2017. All Rights Reserved.