@Controller
public class StudyListDetailsFlatController
extends org.springframework.context.support.ApplicationObjectSupport
Constructor and Description |
---|
StudyListDetailsFlatController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
doRetrieveListElements(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
doRetrieveListElements.
|
ExperimentService |
getExperimentService()
Getter for the field
experimentService . |
IUSService |
getIUSService()
getIUSService.
|
LaneService |
getLaneService()
Getter for the field
laneService . |
ProcessingService |
getProcessingService()
Getter for the field
processingService . |
SampleService |
getSampleService()
Getter for the field
sampleService . |
StudyService |
getStudyService()
Getter for the field
studyService . |
WorkflowRunService |
getWorkflowRunService()
Getter for the field
workflowRunService . |
void |
setExperimentService(ExperimentService experimentService)
Setter for the field
experimentService . |
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 |
setStudyService(StudyService studyService)
Setter for the field
studyService . |
void |
setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field
workflowRunService . |
@RequestMapping(value="/studyListDetailsFlat.htm") public org.springframework.web.servlet.ModelAndView doRetrieveListElements(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doRetrieveListElements.
request
- a HttpServletRequest
object.response
- a HttpServletResponse
object.ModelAndView
object.IOException
- if any.public StudyService getStudyService()
Getter for the field studyService
.
StudyService
object.public void setStudyService(StudyService studyService)
Setter for the field studyService
.
studyService
- a StudyService
object.public ExperimentService getExperimentService()
Getter for the field experimentService
.
ExperimentService
object.public void setExperimentService(ExperimentService experimentService)
Setter for the field experimentService
.
experimentService
- a ExperimentService
object.public SampleService getSampleService()
Getter for the field sampleService
.
SampleService
object.public void setSampleService(SampleService sampleService)
Setter for the field sampleService
.
sampleService
- a SampleService
object.public LaneService getLaneService()
Getter for the field laneService
.
LaneService
object.public void setLaneService(LaneService laneService)
Setter for the field laneService
.
laneService
- a LaneService
object.public ProcessingService getProcessingService()
Getter for the field processingService
.
ProcessingService
object.public void setProcessingService(ProcessingService processingService)
Setter for the field processingService
.
processingService
- a ProcessingService
object.public IUSService getIUSService()
getIUSService.
IUSService
object.public void setIUSService(IUSService iusService)
setIUSService.
iusService
- a IUSService
object.public WorkflowRunService getWorkflowRunService()
Getter for the field workflowRunService
.
WorkflowRunService
object.public void setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field workflowRunService
.
workflowRunService
- a WorkflowRunService
object.Copyright © 2015 SeqWare. All rights reserved.