public class AnalisysBulkDownloadListDetailsController
extends org.springframework.web.servlet.mvc.BaseCommandController
AnalisysBulkDownloadListDetailsController class.
DEFAULT_COMMAND_NAME| Constructor and Description | 
|---|
AnalisysBulkDownloadListDetailsController()
 Constructor for AnalisysBulkDownloadListDetailsController. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LaneService | 
getLaneService()
 Getter for the field  
laneService. | 
ProcessingService | 
getProcessingService()
 Getter for the field  
processingService. | 
SampleService | 
getSampleService()
 Getter for the field  
sampleService. | 
WorkflowRunService | 
getWorkflowRunService()
 Getter for the field  
workflowRunService. | 
protected org.springframework.web.servlet.ModelAndView | 
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response) | 
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 | 
setWorkflowRunService(WorkflowRunService workflowRunService)
 Setter for the field  
workflowRunService. | 
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 AnalisysBulkDownloadListDetailsController()
Constructor for AnalisysBulkDownloadListDetailsController.
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 WorkflowRunService getWorkflowRunService()
 Getter for the field workflowRunService.
 
WorkflowRunService object.public void setWorkflowRunService(WorkflowRunService workflowRunService)
 Setter for the field workflowRunService.
 
workflowRunService - a WorkflowRunService 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.Copyright © 2015 SeqWare. All rights reserved.