public class ExperimentSetupController
extends org.springframework.web.servlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME| Constructor and Description |
|---|
ExperimentSetupController()
Constructor for ExperimentSetupController.
|
| Modifier and Type | Method and Description |
|---|---|
ExperimentService |
getExperimentService()
Getter for the field
experimentService. |
LibrarySelectionService |
getLibrarySelectionService()
Getter for the field
librarySelectionService. |
LibrarySourceService |
getLibrarySourceService()
Getter for the field
librarySourceService. |
LibraryStrategyService |
getLibraryStrategyService()
Getter for the field
libraryStrategyService. |
PlatformService |
getPlatformService()
Getter for the field
platformService. |
StudyService |
getStudyService()
Getter for the field
studyService. |
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 |
setLibrarySelectionService(LibrarySelectionService librarySelectionService)
Setter for the field
librarySelectionService. |
void |
setLibrarySourceService(LibrarySourceService librarySourceService)
Setter for the field
librarySourceService. |
void |
setLibraryStrategyService(LibraryStrategyService libraryStrategyService)
Setter for the field
libraryStrategyService. |
void |
setPlatformService(PlatformService platformService)
Setter for the field
platformService. |
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, useDirectFieldAccesshandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic ExperimentSetupController()
Constructor for ExperimentSetupController.
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.AbstractControllerExceptionpublic LibrarySelectionService getLibrarySelectionService()
Getter for the field librarySelectionService.
LibrarySelectionService object.public void setLibrarySelectionService(LibrarySelectionService librarySelectionService)
Setter for the field librarySelectionService.
librarySelectionService - a LibrarySelectionService object.public LibrarySourceService getLibrarySourceService()
Getter for the field librarySourceService.
LibrarySourceService object.public void setLibrarySourceService(LibrarySourceService librarySourceService)
Setter for the field librarySourceService.
librarySourceService - a LibrarySourceService object.public LibraryStrategyService getLibraryStrategyService()
Getter for the field libraryStrategyService.
LibraryStrategyService object.public void setLibraryStrategyService(LibraryStrategyService libraryStrategyService)
Setter for the field libraryStrategyService.
libraryStrategyService - a LibraryStrategyService object.public PlatformService getPlatformService()
Getter for the field platformService.
PlatformService object.public void setPlatformService(PlatformService platformService)
Setter for the field platformService.
platformService - a PlatformService 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 StudyService getStudyService()
Getter for the field studyService.
StudyService object.public void setStudyService(StudyService studyService)
Setter for the field studyService.
studyService - a StudyService object.Copyright © 2015 SeqWare. All rights reserved.