public class UserPreferencesController extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
Modifier and Type | Field and Description |
---|---|
protected KENIntegrationService |
kenIntegrationService |
protected MessageDelivererRegistryService |
messageDelivererRegistryService |
protected RecipientPreferenceService |
recipientPreferenceService |
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger
Constructor and Description |
---|
UserPreferencesController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
displayDelivererConfigurationForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
displayDelivererConfigurationForm - obtain information necessary
for displaying all possible Deliverer types and forward to the form
|
protected Collection<String> |
getAllChannels() |
org.springframework.web.servlet.ModelAndView |
saveDelivererConfiguration(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
saveDelivererConfiguration - save deliverer configuration data
|
void |
setKenIntegrationService(KENIntegrationService kis)
Sets the KENIntegrationService
|
void |
setMessageDelivererRegistryService(MessageDelivererRegistryService messageDelivererRegistryService)
Set the MessageDelivererRegistryService
|
void |
setRecipientPreferenceService(RecipientPreferenceService userPreferenceService)
Set the RecipientPreferenceService
|
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
protected RecipientPreferenceService recipientPreferenceService
protected MessageDelivererRegistryService messageDelivererRegistryService
protected KENIntegrationService kenIntegrationService
public UserPreferencesController()
public void setRecipientPreferenceService(RecipientPreferenceService userPreferenceService)
recipientPreferenceService
- public void setMessageDelivererRegistryService(MessageDelivererRegistryService messageDelivererRegistryService)
messageDelivererRegistryService
- public void setKenIntegrationService(KENIntegrationService kis)
kis
- the KENIntegrationServiceprotected Collection<String> getAllChannels()
public org.springframework.web.servlet.ModelAndView displayDelivererConfigurationForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
public org.springframework.web.servlet.ModelAndView saveDelivererConfiguration(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.