public class AccountingManagerServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements AccountingManagerService
| Constructor and Description |
|---|
AccountingManagerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
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
|
void |
init() |
Boolean |
isRootScope()
Check if the user is in root scope
|
SeriesResponse |
operationMonitor(String operationId)
Accounting Request Monitor
|
ItemDescription |
saveCSVOnWorkspace(AccountingType accountingType) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic UserInfo hello() throws ServiceException
hello in interface AccountingManagerServiceServiceException - service exceptionpublic EnableTabs getEnableTabs() throws ServiceException
getEnableTabs in interface AccountingManagerServiceServiceException - service exceptionpublic Long getClientMonitorTimeout() throws ServiceException
getClientMonitorTimeout in interface AccountingManagerServiceServiceException - service exceptionpublic SeriesResponse getSeriesInCache(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
getSeriesInCache in interface AccountingManagerServiceaccountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceException - service exceptionpublic String getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
getSeries in interface AccountingManagerServiceaccountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceException - series exceptionpublic SeriesResponse operationMonitor(String operationId) throws ServiceException
AccountingManagerServiceoperationMonitor in interface AccountingManagerServiceoperationId - operation idServiceException - service exceptionpublic ArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws ServiceException
getFilterKeys in interface AccountingManagerServiceaccountingType - type of accountingServiceException - service exceptionpublic FilterValuesResponse getFilterValues(FilterValuesRequest filterValuesRequest) throws ServiceException
getFilterValues in interface AccountingManagerServicefilterValuesRequest - request values availableServiceException - service exceptionpublic Spaces getSpaces() throws ServiceException
getSpaces in interface AccountingManagerServiceServiceException - service exceptionpublic Context getContext() throws ServiceException
getContext in interface AccountingManagerServiceServiceException - service exceptionpublic Boolean isRootScope() throws ServiceException
isRootScope in interface AccountingManagerServiceServiceException - service exceptionpublic ItemDescription saveCSVOnWorkspace(AccountingType accountingType) throws ServiceException
saveCSVOnWorkspace in interface AccountingManagerServiceaccountingType - accounting typeServiceException - service exceptionCopyright © 2024. All rights reserved.