@RemoteServiceRelativePath(value="ams")
public interface AccountingManagerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FilterKey> |
getFilterKeys(AccountingType accountingType) |
ArrayList<FilterValue> |
getFilterValues(FilterValuesRequest filterValuesRequest) |
SeriesResponse |
getSeries(AccountingType accountingType,
SeriesRequest seriesRequest)
Retrieve Accounting Series
|
UserInfo |
hello()
Get informations on the current user
|
UserInfo hello() throws AccountingManagerServiceException
AccountingManagerServiceExceptionSeriesResponse getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws AccountingManagerServiceException
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsAccountingManagerServiceExceptionArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws AccountingManagerServiceException
accountingType - type of accountingAccountingManagerServiceExceptionArrayList<FilterValue> getFilterValues(FilterValuesRequest filterValuesRequest) throws AccountingManagerServiceException
filterValuesRequest - request values availableAccountingManagerServiceExceptionCopyright © 2016. All Rights Reserved.