@RemoteServiceRelativePath(value="ams")
public interface AccountingManagerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
Long |
getClientMonitorTimeout() |
Context |
getContext() |
EnableTabs |
getEnableTabs() |
ArrayList<FilterKey> |
getFilterKeys(AccountingType accountingType) |
FilterValuesResponse |
getFilterValues(FilterValuesRequest filterValuesRequest) |
String |
getPublicLink(ItemDescription itemDescription) |
String |
getSeries(AccountingType accountingType,
SeriesRequest seriesRequest)
Retrieve Accounting Series
|
SeriesResponse |
getSeriesInCache(AccountingType accountingType,
SeriesRequest seriesRequest)
Retrieve Accounting Series in Cache
|
UserInfo |
hello()
Get informations on the current user
|
Boolean |
isRootScope()
Check if the user is in root scope
|
SeriesResponse |
operationMonitor(String operationId)
Accounting Request Monitor
|
ItemDescription |
saveCSVOnWorkspace(AccountingType accountingType) |
UserInfo hello() throws ServiceException
ServiceExceptionLong getClientMonitorTimeout() throws ServiceException
ServiceExceptionSeriesResponse getSeriesInCache(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceExceptionString getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceExceptionSeriesResponse operationMonitor(String operationId) throws ServiceException
operationId - ServiceExceptionArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws ServiceException
accountingType - type of accountingServiceExceptionFilterValuesResponse 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
ServiceExceptionBoolean isRootScope() throws ServiceException
ServiceExceptionCopyright © 2017. All Rights Reserved.