public interface AccountingManagerServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static AccountingManagerServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
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 - Copyright © 2016. All Rights Reserved.