@RemoteServiceRelativePath(value="ams")
public interface AccountingManagerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext() |
EnableTabs |
getEnableTabs() |
ArrayList<FilterKey> |
getFilterKeys(AccountingType accountingType) |
ArrayList<FilterValue> |
getFilterValues(FilterValuesRequest filterValuesRequest) |
String |
getPublicLink(ItemDescription itemDescription) |
SeriesResponse |
getSeries(AccountingType accountingType,
SeriesRequest seriesRequest)
Retrieve Accounting Series
|
UserInfo |
hello()
Get informations on the current user
|
ItemDescription |
saveCSVOnWorkspace(AccountingType accountingType) |
UserInfo hello() throws ServiceException
ServiceExceptionSeriesResponse getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceExceptionArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws ServiceException
accountingType - type of accountingServiceExceptionArrayList<FilterValue> getFilterValues(FilterValuesRequest filterValuesRequest) throws ServiceException
filterValuesRequest - request values availableServiceExceptionContext getContext() throws ServiceException
ServiceExceptionString getPublicLink(ItemDescription itemDescription) throws ServiceException
itemDescription - item descriptionServiceExceptionItemDescription saveCSVOnWorkspace(AccountingType accountingType) throws ServiceException
accountingStateData - ServiceExceptionEnableTabs getEnableTabs() throws ServiceException
ServiceExceptionCopyright © 2016. All Rights Reserved.