public class StudyReportBoxController
extends org.springframework.web.servlet.mvc.BaseCommandController
StudyReportBoxController class.
| Modifier and Type | Field and Description |
|---|---|
static String |
CHECK
Constant
CHECK="check" |
static String |
CSV_TYPE
Constant
CSV_TYPE="csvtype" |
static String |
JSON
Constant
JSON="json" |
static String |
SORT_NAME
Constant
SORT_NAME="sortname" |
static String |
SORT_ORDER
Constant
SORT_ORDER="sortorder" |
static String |
STUDY_ID
Constant
STUDY_ID="study_id" |
DEFAULT_COMMAND_NAME| Constructor and Description |
|---|
StudyReportBoxController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setFileReportService(FileReportService service)
Setter for the field
fileReportService. |
void |
setSampleReportService(SampleReportService service)
Setter for the field
sampleReportService. |
void |
setSampleService(SampleService service)
Setter for the field
sampleService. |
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 static final String STUDY_ID
STUDY_ID="study_id"public static final String JSON
JSON="json"public static final String SORT_NAME
SORT_NAME="sortname"public static final String SORT_ORDER
SORT_ORDER="sortorder"public static final String CSV_TYPE
CSV_TYPE="csvtype"public static final String CHECK
CHECK="check"public void setStudyService(StudyService studyService)
Setter for the field studyService.
studyService - a StudyService object.public void setSampleService(SampleService service)
Setter for the field sampleService.
service - a SampleService object.public void setFileReportService(FileReportService service)
Setter for the field fileReportService.
service - a FileReportService object.public void setSampleReportService(SampleReportService service)
Setter for the field sampleReportService.
service - a SampleReportService object.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.AbstractControllerExceptionCopyright © 2015 SeqWare. All rights reserved.