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 |
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 |
getSpaces(com.google.gwt.user.client.rpc.AsyncCallback<Spaces> callback) |
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 - user info callbackvoid getClientMonitorTimeout(com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
callback - client monitor timeout callbackvoid 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 - series response callbackvoid 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 - series callbackvoid operationMonitor(String operationId, com.google.gwt.user.client.rpc.AsyncCallback<SeriesResponse> callback)
operationId - operation Idcallback - series response callbackvoid getFilterKeys(AccountingType accountingType, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<FilterKey>> callback)
accountingType - accounting typecallback - array list of filter key callbackvoid getFilterValues(FilterValuesRequest filterValuesRequest, com.google.gwt.user.client.rpc.AsyncCallback<FilterValuesResponse> callback)
filterValuesRequest - filter value requestcallback - filter value response callbackvoid getContext(com.google.gwt.user.client.rpc.AsyncCallback<Context> callback)
callback - context callbackvoid getSpaces(com.google.gwt.user.client.rpc.AsyncCallback<Spaces> callback)
callback - spaces callbackvoid saveCSVOnWorkspace(AccountingType accountingType, com.google.gwt.user.client.rpc.AsyncCallback<ItemDescription> callback)
accountingType - accounting typecallback - item description callbackvoid getEnableTabs(com.google.gwt.user.client.rpc.AsyncCallback<EnableTabs> callback)
callback - the callback that return the list of enabled tabsvoid isRootScope(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
callback - the callback that return true if is root scopeCopyright © 2024. All rights reserved.