public class OccurrenceManagementServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements OccurrenceManagementService
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
logger |
| Constructor and Description |
|---|
OccurrenceManagementServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteResourceById(String resourceId) |
protected org.gcube.application.framework.core.session.ASLSession |
getASLSession() |
List<JobOccurrencesModel> |
getListOccurrencesSet(ElaborationType elaborationType,
boolean onlyNotCompleted) |
List<Operator> |
getListOperator() |
void |
init() |
void |
initServervice() |
Boolean |
saveSelectedOccurrencePoints(String resourceId,
ElaborationType elaborationType,
String destinationFolderId,
String fileName) |
String |
startComputation(Operator operator,
String computationTitle,
String computationDescription) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected org.gcube.application.framework.core.session.ASLSession getASLSession()
public void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic List<JobOccurrencesModel> getListOccurrencesSet(ElaborationType elaborationType, boolean onlyNotCompleted) throws Exception
getListOccurrencesSet in interface OccurrenceManagementServiceExceptionpublic List<Operator> getListOperator() throws Exception
getListOperator in interface OccurrenceManagementServiceExceptionpublic String startComputation(Operator operator, String computationTitle, String computationDescription) throws Exception
startComputation in interface OccurrenceManagementServiceExceptionpublic Boolean saveSelectedOccurrencePoints(String resourceId, ElaborationType elaborationType, String destinationFolderId, String fileName) throws Exception
saveSelectedOccurrencePoints in interface OccurrenceManagementServiceExceptionpublic void deleteResourceById(String resourceId) throws Exception
deleteResourceById in interface OccurrenceManagementServiceExceptionCopyright © 2014. All Rights Reserved.