public class AlertServiceImpl extends Object implements AlertService
Constructor and Description |
---|
AlertServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deleteActionListAlerts(String documentNumber)
This method is used to delete the alerts in the action list for the given document number
|
void |
deleteAlerts(String documentNumber)
This method is used to delete the alerts related to the given document number
|
ActionListAlertBo |
getActionListAlertBo(AlertBo alertBo,
String documentTypeName,
String title,
String alertUserId) |
List<AlertBo> |
getAlertBo(AlertBo alertBo,
List<String> receivingPrincipalIds,
boolean roleMember,
boolean groupMember) |
String |
getGroupId(String groupName) |
String |
getGroupName(String groupId)
This method returns the group name
|
String |
getName(String principalId) |
String |
getPersonId(String personName) |
String |
getRoleId(String roleName) |
String |
getRoleName(String roleId) |
List<AlertBo> |
retrieveAlertList(String documentNumber)
This method is used to retrieve the alerts for the given document number
|
List<AlertBo> |
retrieveApprovedAlertList(String documentNumber) |
void |
saveAlert(org.kuali.rice.krad.document.DocumentBase documentBase)
This method is used to update the alert table for the transaction document
|
AlertBo |
updateActionList(AlertBo alertBo,
org.kuali.rice.krad.document.DocumentBase documentBase)
This method is used to update the alerts in the action list for the given document
|
public AlertServiceImpl()
public void saveAlert(org.kuali.rice.krad.document.DocumentBase documentBase)
documentBase
- public List<AlertBo> retrieveAlertList(String documentNumber)
retrieveAlertList
in interface AlertService
documentNumber
- public List<AlertBo> retrieveApprovedAlertList(String documentNumber)
retrieveApprovedAlertList
in interface AlertService
public void deleteAlerts(String documentNumber)
deleteAlerts
in interface AlertService
documentNumber
- public void deleteActionListAlerts(String documentNumber)
deleteActionListAlerts
in interface AlertService
documentNumber
- public AlertBo updateActionList(AlertBo alertBo, org.kuali.rice.krad.document.DocumentBase documentBase)
alertBo
- documentBase
- public List<AlertBo> getAlertBo(AlertBo alertBo, List<String> receivingPrincipalIds, boolean roleMember, boolean groupMember)
public ActionListAlertBo getActionListAlertBo(AlertBo alertBo, String documentTypeName, String title, String alertUserId)
public String getGroupName(String groupId)
groupId
- public String getRoleName(String roleId)
public String getPersonId(String personName)
public String getGroupId(String groupName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.