public class SequencerRunWizardController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
SequencerRunWizardController class.
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
SequencerRunWizardController()
Constructor for SequencerRunWizardController.
|
SequencerRunWizardController(Object delegate)
Constructor for SequencerRunWizardController.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformService |
getPlatformService()
Getter for the field
platformService. |
SequencerRunService |
getSequencerRunService()
Getter for the field
sequencerRunService. |
org.springframework.validation.Validator |
getSequencerRunValidator()
Getter for the field
sequencerRunValidator. |
org.springframework.validation.Validator |
getSequencerRunWizardValidator()
Getter for the field
sequencerRunWizardValidator. |
org.springframework.web.servlet.ModelAndView |
handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to cancel the registration or the registration update page.
|
org.springframework.web.servlet.ModelAndView |
handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SequencerRun command)
Handles the user's request to delete their study.
|
org.springframework.web.servlet.ModelAndView |
handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SequencerRunWizardDTO command)
Handles the user's request to reset the registration page during a new or update registration.
|
org.springframework.web.servlet.ModelAndView |
handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SequencerRunWizardDTO command)
Handles the user's request to submit a new registration.
|
org.springframework.web.servlet.ModelAndView |
handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SequencerRun command)
Handles the user's request to update their registration.
|
void |
setPlatformService(PlatformService platformService)
Setter for the field
platformService. |
void |
setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field
sequencerRunService. |
void |
setSequencerRunValidator(org.springframework.validation.Validator sequencerRunValidator)
Setter for the field
sequencerRunValidator. |
void |
setSequencerRunWizardValidator(org.springframework.validation.Validator sequencerRunWizardValidator)
Setter for the field
sequencerRunWizardValidator. |
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, 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 SequencerRunWizardController()
Constructor for SequencerRunWizardController.
public org.springframework.web.servlet.ModelAndView handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SequencerRunWizardDTO command)
throws Exception
command - RegistrationDTO command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public org.springframework.web.servlet.ModelAndView handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SequencerRunWizardDTO command)
throws Exception
command - RegistrationDTO 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,
RegistrationDTO command)
throws Exception
command - RegistrationDTO 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,
SequencerRun command)
throws Exception
command - RegistrationDTO 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,
SequencerRun command)
throws Exception
command - Study command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public SequencerRunService getSequencerRunService()
Getter for the field sequencerRunService.
SequencerRunService object.public void setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field sequencerRunService.
sequencerRunService - a SequencerRunService 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 org.springframework.validation.Validator getSequencerRunValidator()
Getter for the field sequencerRunValidator.
Validator object.public void setSequencerRunValidator(org.springframework.validation.Validator sequencerRunValidator)
Setter for the field sequencerRunValidator.
sequencerRunValidator - a Validator object.public org.springframework.validation.Validator getSequencerRunWizardValidator()
Getter for the field sequencerRunWizardValidator.
Validator object.public void setSequencerRunWizardValidator(org.springframework.validation.Validator sequencerRunWizardValidator)
Setter for the field sequencerRunWizardValidator.
sequencerRunWizardValidator - a Validator object.Copyright © 2015 SeqWare. All rights reserved.