public class ExperimentController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
ExperimentController()
Constructor for ExperimentController.
|
ExperimentController(Object delegate)
Constructor for ExperimentController.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
bind(javax.servlet.http.HttpServletRequest arg0,
Object arg1) |
ExperimentLibraryDesignService |
getExperimentLibraryDesignService()
Getter for the field
experimentLibraryDesignService. |
ExperimentService |
getExperimentService()
Getter for the field
experimentService. |
ExperimentSpotDesignReadSpecService |
getExperimentSpotDesignReadSpecService()
Getter for the field
experimentSpotDesignReadSpecService. |
ExperimentSpotDesignService |
getExperimentSpotDesignService()
Getter for the field
experimentSpotDesignService. |
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. |
org.springframework.validation.Validator |
getUpdateValidator()
Getter for the field
updateValidator. |
org.springframework.validation.Validator |
getValidator()
Getter for the field
validator. |
org.springframework.web.servlet.ModelAndView |
handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Study command)
Handles the user's request to cancel the study or the study update page.
|
org.springframework.web.servlet.ModelAndView |
handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Study command)
Handles the user's request to delete their experiment.
|
org.springframework.web.servlet.ModelAndView |
handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Experiment command)
Handles the user's request to reset the experiment page during a new or update experiment.
|
org.springframework.web.servlet.ModelAndView |
handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Experiment command)
Handles the user's request to submit a new study.
|
org.springframework.web.servlet.ModelAndView |
handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Experiment command)
Handles the user's request to update their study.
|
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
void |
setExperimentLibraryDesignService(ExperimentLibraryDesignService experimentLibraryDesignService)
Setter for the field
experimentLibraryDesignService. |
void |
setExperimentService(ExperimentService experimentService)
Setter for the field
experimentService. |
void |
setExperimentSpotDesignReadSpecService(ExperimentSpotDesignReadSpecService experimentSpotDesignReadSpecService)
Setter for the field
experimentSpotDesignReadSpecService. |
void |
setExperimentSpotDesignService(ExperimentSpotDesignService experimentSpotDesignService)
Setter for the field
experimentSpotDesignService. |
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. |
void |
setUpdateValidator(org.springframework.validation.Validator validator)
Setter for the field
updateValidator. |
void |
setValidator(org.springframework.validation.Validator validator)
Setter for the field
validator. |
createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, 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 ExperimentController()
Constructor for ExperimentController.
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 org.springframework.validation.Validator getValidator()
Getter for the field validator.
Validator object.public void setValidator(org.springframework.validation.Validator validator)
Setter for the field validator.
validator - a Validator object.public org.springframework.validation.Validator getUpdateValidator()
Getter for the field updateValidator.
Validator object.public void setUpdateValidator(org.springframework.validation.Validator validator)
Setter for the field updateValidator.
validator - a Validator 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 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 ExperimentLibraryDesignService getExperimentLibraryDesignService()
Getter for the field experimentLibraryDesignService.
ExperimentLibraryDesignService object.public void setExperimentLibraryDesignService(ExperimentLibraryDesignService experimentLibraryDesignService)
Setter for the field experimentLibraryDesignService.
experimentLibraryDesignService - a ExperimentLibraryDesignService object.protected void initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder)
throws Exception
initBinder in class org.springframework.web.servlet.mvc.multiaction.MultiActionControllerbinder - Exceptionprotected void bind(javax.servlet.http.HttpServletRequest arg0,
Object arg1)
throws Exception
bind in class org.springframework.web.servlet.mvc.multiaction.MultiActionControllerarg1 - Exceptionpublic org.springframework.web.servlet.ModelAndView handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Experiment command)
throws Exception
request - HttpServletRequestresponse - HttpServletResponsecommand - Study command objectException - if any.public org.springframework.web.servlet.ModelAndView handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Experiment command)
throws Exception
command - Experiment command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public org.springframework.web.servlet.ModelAndView handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Study command)
throws Exception
command - Study command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public org.springframework.web.servlet.ModelAndView handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Experiment command)
throws Exception
command - Study command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public org.springframework.web.servlet.ModelAndView handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Study command)
throws Exception
command - Experiment command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public ExperimentSpotDesignService getExperimentSpotDesignService()
Getter for the field experimentSpotDesignService.
ExperimentSpotDesignService object.public void setExperimentSpotDesignService(ExperimentSpotDesignService experimentSpotDesignService)
Setter for the field experimentSpotDesignService.
experimentSpotDesignService - a ExperimentSpotDesignService object.public ExperimentSpotDesignReadSpecService getExperimentSpotDesignReadSpecService()
Getter for the field experimentSpotDesignReadSpecService.
ExperimentSpotDesignReadSpecService object.public void setExperimentSpotDesignReadSpecService(ExperimentSpotDesignReadSpecService experimentSpotDesignReadSpecService)
Setter for the field experimentSpotDesignReadSpecService.
experimentSpotDesignReadSpecService - a ExperimentSpotDesignReadSpecService object.Copyright © 2015 SeqWare. All rights reserved.