public class TdTasksWidgetServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements TdTasksWidgetService
| Modifier and Type | Field and Description |
|---|---|
org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl |
gwtServiceInstance |
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TdTasksWidgetServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countTdTasksFromCache() |
protected org.gcube.application.framework.core.session.ASLSession |
getASLSession() |
protected org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId |
getCurrentTabularResource() |
protected org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl |
getGWTServiceInstance()
Use this to get GWT service instance after servlet init
|
List<TdJobModel> |
getListJobForTaskId(String taskId) |
protected TaskTabularDataService |
getTabularDataServiceClient() |
List<TdOperationModel> |
getTdServiceClientCapabilities() |
TdTaskModel |
getTdTaskForId(String taskId) |
List<TdTaskModel> |
getTdTasks(int start,
int limit,
boolean forceupdate) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static org.slf4j.Logger logger
public org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl gwtServiceInstance
protected TaskTabularDataService getTabularDataServiceClient()
protected org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl getGWTServiceInstance()
protected org.gcube.application.framework.core.session.ASLSession getASLSession()
protected org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId getCurrentTabularResource()
throws Exception
Exceptionpublic int countTdTasksFromCache()
throws Exception
countTdTasksFromCache in interface TdTasksWidgetServiceExceptionpublic List<TdTaskModel> getTdTasks(int start, int limit, boolean forceupdate) throws Exception
getTdTasks in interface TdTasksWidgetServiceExceptionpublic List<TdJobModel> getListJobForTaskId(String taskId) throws Exception
getListJobForTaskId in interface TdTasksWidgetServiceExceptionpublic TdTaskModel getTdTaskForId(String taskId) throws Exception
getTdTaskForId in interface TdTasksWidgetServiceExceptionpublic List<TdOperationModel> getTdServiceClientCapabilities() throws Exception
getTdServiceClientCapabilities in interface TdTasksWidgetServiceExceptionCopyright © 2014. All Rights Reserved.