@RemoteServiceRelativePath(value="ams")
public interface AccountingManagerService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
Long |
getClientMonitorTimeout() |
Context |
getContext()
Retrieve Context available
|
EnableTabs |
getEnableTabs() |
ArrayList<FilterKey> |
getFilterKeys(AccountingType accountingType) |
FilterValuesResponse |
getFilterValues(FilterValuesRequest filterValuesRequest) |
String |
getSeries(AccountingType accountingType,
SeriesRequest seriesRequest)
Retrieve Accounting Series
|
SeriesResponse |
getSeriesInCache(AccountingType accountingType,
SeriesRequest seriesRequest)
Retrieve Accounting Series in Cache
|
Spaces |
getSpaces()
Retrieve spaces available
|
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
ServiceException - service exceptionLong getClientMonitorTimeout() throws ServiceException
ServiceException - service exceptionSeriesResponse getSeriesInCache(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceException - service exceptionString getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
accountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceException - series exceptionSeriesResponse operationMonitor(String operationId) throws ServiceException
operationId - operation idServiceException - service exceptionArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws ServiceException
accountingType - type of accountingServiceException - service exceptionFilterValuesResponse getFilterValues(FilterValuesRequest filterValuesRequest) throws ServiceException
filterValuesRequest - request values availableServiceException - service exceptionContext getContext() throws ServiceException
ServiceException - service exceptionSpaces getSpaces() throws ServiceException
ServiceException - service exceptionItemDescription saveCSVOnWorkspace(AccountingType accountingType) throws ServiceException
accountingType - accounting typeServiceException - service exceptionEnableTabs getEnableTabs() throws ServiceException
ServiceException - service exceptionBoolean isRootScope() throws ServiceException
ServiceException - service exceptionCopyright © 2024. All rights reserved.