public interface AccountingManagerServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static AccountingManagerServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
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<ArrayList<FilterValue>> 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<SeriesResponse> callback)
Retrieve Accounting Series
|
void |
hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback) |
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 getSeries(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 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<ArrayList<FilterValue>> callback)
filterValuesRequest - request values availablecallback - 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 tabsCopyright © 2016. All Rights Reserved.