Package | Description |
---|---|
org.kuali.rice.ken.exception | |
org.kuali.rice.ken.web.spring |
Modifier and Type | Method and Description |
---|---|
void |
ErrorList.addErrors(ErrorList errors)
This method adds a list of errors to the error list.
|
Modifier and Type | Method and Description |
---|---|
protected NotificationBo |
SendNotificationMessageController.createNotification(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
ErrorList errors)
Provides an overridable method in which to customize a created
NotificationBo instance. |
protected NotificationBo |
SendEventNotificationMessageController.createNotification(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
ErrorList errors)
Provides an overridable method in which to customize a created
NotificationBo instance. |
protected NotificationBo |
BaseSendNotificationController.createNotification(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
ErrorList errors)
Provides an overridable method in which to customize a created
NotificationBo instance. |
protected Date |
BaseSendNotificationController.getDate(String parameter,
ErrorList errors,
String errorMessage) |
protected String |
BaseSendNotificationController.getParameter(javax.servlet.http.HttpServletRequest request,
String parameterName,
Map<String,Object> model,
ErrorList errors,
String errorMessage) |
protected String |
BaseSendNotificationController.getParameter(javax.servlet.http.HttpServletRequest request,
String parameterName,
Map<String,Object> model,
ErrorList errors,
String errorMessage,
String defaultValue) |
protected String[] |
BaseSendNotificationController.getParameterList(javax.servlet.http.HttpServletRequest request,
String parameterName,
Map<String,Object> model,
ErrorList errors,
String errorMessage) |
protected boolean |
BaseSendNotificationController.isUserRecipientValid(String user,
ErrorList errors) |
protected boolean |
BaseSendNotificationController.isWorkgroupRecipientValid(String groupName,
String namespaceCode,
ErrorList errors) |
Modifier and Type | Method and Description |
---|---|
protected NotificationBo |
SendNotificationMessageController.createNotification(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
ErrorList errors)
Provides an overridable method in which to customize a created
NotificationBo instance. |
protected NotificationBo |
SendEventNotificationMessageController.createNotification(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
ErrorList errors)
Provides an overridable method in which to customize a created
NotificationBo instance. |
protected NotificationBo |
BaseSendNotificationController.createNotification(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model,
ErrorList errors)
Provides an overridable method in which to customize a created
NotificationBo instance. |
protected WorkflowDocument |
BaseSendNotificationController.createNotificationWorkflowDocument(javax.servlet.http.HttpServletRequest request,
String initiatorId,
Map<String,Object> model)
Creates a notification
WorkflowDocument . |
protected NotificationBo |
BaseSendNotificationController.populateNotificationInstance(javax.servlet.http.HttpServletRequest request,
Map<String,Object> model)
Creates a new
NotificationBo instance. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.