public class SampleSetupController
extends org.springframework.web.servlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
SampleSetupController()
Constructor for SampleSetupController.
|
Modifier and Type | Method and Description |
---|---|
ExperimentService |
getExperimentService()
Getter for the field
experimentService . |
LaneService |
getLaneService()
Getter for the field
laneService . |
OrganismService |
getOrganismService()
Getter for the field
organismService . |
SampleService |
getSampleService()
Getter for the field
sampleService . |
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 |
setLaneService(LaneService laneService)
Setter for the field
laneService . |
void |
setOrganismService(OrganismService organismService)
Setter for the field
organismService . |
void |
setSampleService(SampleService sampleService)
Setter for the field
sampleService . |
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 SampleSetupController()
Constructor for SampleSetupController.
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
public OrganismService getOrganismService()
Getter for the field organismService
.
OrganismService
object.public void setOrganismService(OrganismService organismService)
Setter for the field organismService
.
organismService
- a OrganismService
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 ExperimentService getExperimentService()
Getter for the field experimentService
.
ExperimentService
object.public void setExperimentService(ExperimentService experimentService)
Setter for the field experimentService
.
experimentService
- a ExperimentService
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.Copyright © 2015 SeqWare. All rights reserved.