public class UploadFileController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
UploadFileController class.
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger
Constructor and Description |
---|
UploadFileController()
Constructor for UploadFileController.
|
UploadFileController(Object delegate)
Constructor for UploadFileController.
|
Modifier and Type | Method and Description |
---|---|
ExperimentService |
getExperimentService()
Getter for the field
experimentService . |
FileService |
getFileService()
Getter for the field
fileService . |
FileTypeService |
getFileTypeService()
Getter for the field
fileTypeService . |
FileUploadService |
getFileUploadService()
Getter for the field
fileUploadService . |
IUSService |
getIusService()
Getter for the field
iusService . |
IUSService |
getIUSService()
getIUSService.
|
LaneService |
getLaneService()
Getter for the field
laneService . |
ProcessingService |
getProcessingService()
Getter for the field
processingService . |
SampleService |
getSampleService()
Getter for the field
sampleService . |
SequencerRunService |
getSequencerRunService()
Getter for the field
sequencerRunService . |
StudyService |
getStudyService()
Getter for the field
studyService . |
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 |
handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
UploadFile command)
Handles the user's request to submit a new study.
|
void |
setExperimentService(ExperimentService experimentService)
Setter for the field
experimentService . |
void |
setFileService(FileService fileService)
Setter for the field
fileService . |
void |
setFileTypeService(FileTypeService fileTypeService)
Setter for the field
fileTypeService . |
void |
setFileUploadService(FileUploadService fileUploadService)
Setter for the field
fileUploadService . |
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 |
setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field
sequencerRunService . |
void |
setStudyService(StudyService studyService)
Setter for the field
studyService . |
void |
setValidator(org.springframework.validation.Validator validator)
Setter for the field
validator . |
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializer
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 UploadFileController()
Constructor for UploadFileController.
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 FileService getFileService()
Getter for the field fileService
.
FileService
object.public void setFileService(FileService fileService)
Setter for the field fileService
.
fileService
- a FileService
object.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 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.public FileTypeService getFileTypeService()
Getter for the field fileTypeService
.
FileTypeService
object.public void setFileTypeService(FileTypeService fileTypeService)
Setter for the field fileTypeService
.
fileTypeService
- a FileTypeService
object.public FileUploadService getFileUploadService()
Getter for the field fileUploadService
.
FileUploadService
object.public void setFileUploadService(FileUploadService fileUploadService)
Setter for the field fileUploadService
.
fileUploadService
- a FileUploadService
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.web.servlet.ModelAndView handleSubmit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, UploadFile command) throws Exception
request
- HttpServletRequestresponse
- HttpServletResponsecommand
- Study command objectException
- 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.Copyright © 2015 SeqWare. All rights reserved.