public class SendNotificationMessageController extends BaseSendNotificationController
Modifier and Type | Field and Description |
---|---|
protected GenericDao |
businessObjectDao |
protected NotificationMessageContentService |
messageContentService |
protected NotificationChannelService |
notificationChannelService |
protected NotificationRecipientService |
notificationRecipientService |
protected NotificationService |
notificationService |
protected NotificationWorkflowDocumentService |
notificationWorkflowDocService |
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger
Constructor and Description |
---|
SendNotificationMessageController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
sendSimpleNotificationMessage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the display of the form for sending a simple notification message
|
void |
setBusinessObjectDao(GenericDao businessObjectDao)
Sets the businessObjectDao attribute value.
|
void |
setMessageContentService(NotificationMessageContentService notificationMessageContentService)
Sets the messageContentService attribute value.
|
void |
setNotificationChannelService(NotificationChannelService notificationChannelService)
Sets the notificationChannelService attribute value.
|
void |
setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
Sets the notificationRecipientService attribute value.
|
void |
setNotificationService(NotificationService notificationService)
Set the NotificationService
|
void |
setNotificationWorkflowDocumentService(NotificationWorkflowDocumentService s)
This method sets the NotificationWorkflowDocumentService
|
org.springframework.web.servlet.ModelAndView |
submitSimpleNotificationMessage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method handles submitting the actual simple notification message.
|
getGroupService, getIdentityService, getNamespaceService, getPrincipalIdFromIdOrName, isUserRecipientValid, isWorkgroupRecipientValid, parseCommaSeparatedValues, parseUserRecipients, parseWorkgroupNamespaceCodes, parseWorkgroupRecipients
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 NotificationService notificationService
protected NotificationWorkflowDocumentService notificationWorkflowDocService
protected NotificationChannelService notificationChannelService
protected NotificationRecipientService notificationRecipientService
protected NotificationMessageContentService messageContentService
protected GenericDao businessObjectDao
public SendNotificationMessageController()
public void setNotificationService(NotificationService notificationService)
notificationService
- public void setNotificationWorkflowDocumentService(NotificationWorkflowDocumentService s)
s
- public void setNotificationChannelService(NotificationChannelService notificationChannelService)
notificationChannelService
- The notificationChannelService to set.public void setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
notificationRecipientService
- public void setMessageContentService(NotificationMessageContentService notificationMessageContentService)
messageContentService
- public void setBusinessObjectDao(GenericDao businessObjectDao)
businessObjectDao
- The businessObjectDao to set.public org.springframework.web.servlet.ModelAndView sendSimpleNotificationMessage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- : a servlet requestresponse
- : a servlet responsejavax.servlet.ServletException
- : an exceptionIOException
- : an exceptionpublic org.springframework.web.servlet.ModelAndView submitSimpleNotificationMessage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.