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() |
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
|
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 AccountingManagerServiceServiceExceptionpublic EnableTabs getEnableTabs() throws ServiceException
getEnableTabs in interface AccountingManagerServiceServiceExceptionpublic Long getClientMonitorTimeout() throws ServiceException
getClientMonitorTimeout in interface AccountingManagerServiceServiceExceptionpublic SeriesResponse getSeriesInCache(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
getSeriesInCache in interface AccountingManagerServiceaccountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceExceptionpublic String getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
getSeries in interface AccountingManagerServiceaccountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceExceptionpublic SeriesResponse operationMonitor(String operationId) throws ServiceException
AccountingManagerServiceoperationMonitor in interface AccountingManagerServiceServiceExceptionpublic ArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws ServiceException
getFilterKeys in interface AccountingManagerServiceaccountingType - type of accountingServiceExceptionpublic FilterValuesResponse getFilterValues(FilterValuesRequest filterValuesRequest) throws ServiceException
getFilterValues in interface AccountingManagerServicefilterValuesRequest - request values availableServiceExceptionpublic Context getContext() throws ServiceException
getContext in interface AccountingManagerServiceServiceExceptionpublic Boolean isRootScope() throws ServiceException
isRootScope in interface AccountingManagerServiceServiceExceptionpublic ItemDescription saveCSVOnWorkspace(AccountingType accountingType) throws ServiceException
saveCSVOnWorkspace in interface AccountingManagerServiceServiceExceptionpublic String getPublicLink(ItemDescription itemDescription) throws ServiceException
getPublicLink in interface AccountingManagerServiceitemDescription - item descriptionServiceExceptionCopyright © 2017. All Rights Reserved.