public class StudyListDetailsController
extends org.springframework.web.servlet.mvc.BaseCommandController
StudyListDetailsController class.
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
StudyListDetailsController()
Constructor for StudyListDetailsController.
|
Modifier and Type | Method and Description |
---|---|
protected void |
fillWorkflowProcessingMap(Processing proc,
Map<WorkflowRun,Set<Processing>> wfrProc)
fillWorkflowProcessingMap.
|
ExperimentService |
getExperimentService()
Getter for the field
experimentService . |
IUSService |
getIusService()
Getter for the field
iusService . |
IUSService |
getIUSService()
getIUSService.
|
LaneService |
getLaneService()
Getter for the field
laneService . |
ProcessingService |
getProcessingService()
Getter for the field
processingService . |
protected String |
getRequestedTypeList(javax.servlet.http.HttpServletRequest request)
getRequestedTypeList.
|
SampleService |
getSampleService()
Getter for the field
sampleService . |
StudyService |
getStudyService()
Getter for the field
studyService . |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected Boolean |
saveAscInSession(javax.servlet.http.HttpServletRequest request,
String attrNameInSession)
saveAscInSession.
|
void |
setExperimentService(ExperimentService experimentService)
Setter for the field
experimentService . |
void |
setIusService(IUSService iusService)
Setter for the field
iusService . |
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 . |
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 StudyListDetailsController()
Constructor for StudyListDetailsController.
protected Boolean saveAscInSession(javax.servlet.http.HttpServletRequest request, String attrNameInSession)
saveAscInSession.
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
protected void fillWorkflowProcessingMap(Processing proc, Map<WorkflowRun,Set<Processing>> wfrProc)
fillWorkflowProcessingMap.
proc
- a Processing
object.wfrProc
- a Map
object.protected String getRequestedTypeList(javax.servlet.http.HttpServletRequest request)
getRequestedTypeList.
request
- a HttpServletRequest
object.String
object.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()
Getter for the field iusService
.
IUSService
object.public void setIusService(IUSService iusService)
Setter for the field iusService
.
iusService
- a IUSService
object.public IUSService getIUSService()
getIUSService.
IUSService
object.public void setIUSService(IUSService iusService)
setIUSService.
iusService
- a IUSService
object.Copyright © 2015 SeqWare. All rights reserved.