public class SearchResultsListController
extends org.springframework.web.servlet.mvc.BaseCommandController
SearchResultsListController class.
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
SearchResultsListController()
Constructor for SearchResultsListController.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setExperimentService(ExperimentService experimentService)
Setter for the field
experimentService . |
void |
setFileService(FileService fileService)
Setter for the field
fileService . |
void |
setIUSService(IUSService iusService)
setIUSService.
|
void |
setLaneService(LaneService laneService)
Setter for the field
laneService . |
void |
setProcessingService(ProcessingService processingService)
Setter for the field
processingService . |
void |
setSampleService(SampleService sampleService)
Setter for the field
sampleService . |
void |
setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field
sequencerRunService . |
void |
setStudyService(StudyService studyService)
Setter for the field
studyService . |
void |
setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field
workflowRunService . |
void |
setWorkflowService(WorkflowService workflowService)
Setter for the field
workflowService . |
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommand, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, suppressValidation, useDirectFieldAccess
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public SearchResultsListController()
Constructor for SearchResultsListController.
public void setStudyService(StudyService studyService)
Setter for the field studyService
.
studyService
- a StudyService
object.public void setExperimentService(ExperimentService experimentService)
Setter for the field experimentService
.
experimentService
- a ExperimentService
object.public void setSampleService(SampleService sampleService)
Setter for the field sampleService
.
sampleService
- a SampleService
object.public void setIUSService(IUSService iusService)
setIUSService.
iusService
- a IUSService
object.public void setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field sequencerRunService
.
sequencerRunService
- a SequencerRunService
object.public void setLaneService(LaneService laneService)
Setter for the field laneService
.
laneService
- a LaneService
object.public void setProcessingService(ProcessingService processingService)
Setter for the field processingService
.
processingService
- a ProcessingService
object.public void setFileService(FileService fileService)
Setter for the field fileService
.
fileService
- a FileService
object.public void setWorkflowService(WorkflowService workflowService)
Setter for the field workflowService
.
workflowService
- a WorkflowService
object.public void setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field workflowRunService
.
workflowRunService
- a WorkflowRunService
object.protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
handleRequestInternal
in class org.springframework.web.servlet.mvc.AbstractController
Exception
Copyright © 2015 SeqWare. All rights reserved.