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() |
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
|
void |
init() |
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 SeriesResponse getSeries(AccountingType accountingType, SeriesRequest seriesRequest) throws ServiceException
getSeries in interface AccountingManagerServiceaccountingType - the resource on which to accountingseriesRequest - filters and constraints descriptionsServiceExceptionpublic ArrayList<FilterKey> getFilterKeys(AccountingType accountingType) throws ServiceException
getFilterKeys in interface AccountingManagerServiceaccountingType - type of accountingServiceExceptionpublic ArrayList<FilterValue> getFilterValues(FilterValuesRequest filterValuesRequest) throws ServiceException
getFilterValues in interface AccountingManagerServicefilterValuesRequest - request values availableServiceExceptionpublic Context getContext() throws ServiceException
getContext 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 © 2016. All Rights Reserved.