public class AlertHelperServiceImpl extends Object implements AlertHelperService
Constructor and Description |
---|
AlertHelperServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
approveActionListAlert(ActionListAlertBo actionListAlertBo)
This method is used to approve the selected alert and also updates the corresponding alert
|
AlertBo |
createNewAlertBo(AlertBo alertBo) |
ActionListAlertBo |
getActionListAlertBo(AlertBo alertBo,
String documentTypeName,
String title,
String alertUserId) |
List<ActionListAlertBo> |
getActionListAlertsByUserId(String userId)
This method is used to get the the list of alerts for the current day to the given user id
|
AlertBo |
getAlertBo(String alertId)
This method is used to retrieve alert based on the given alert id
|
List<AlertBo> |
getAlertBoBasedOnDocumentNumber(String documentNumber,
boolean active,
String receivingUserId) |
String |
getName(String principalId)
This method is used to get the principal name for the given principal id
|
String |
getReminderInterval(String docTypeName) |
boolean |
isApprovalDateBarred(org.joda.time.DateTime dateTime,
String reminderInterval) |
void |
processApprovalPendingDocuments(String principalId) |
public AlertHelperServiceImpl()
public List<ActionListAlertBo> getActionListAlertsByUserId(String userId)
getActionListAlertsByUserId
in interface AlertHelperService
userId
- public void approveActionListAlert(ActionListAlertBo actionListAlertBo)
approveActionListAlert
in interface AlertHelperService
actionListAlertBo
- public AlertBo getAlertBo(String alertId)
alertId
- public String getName(String principalId)
principalId
- public AlertBo createNewAlertBo(AlertBo alertBo)
public ActionListAlertBo getActionListAlertBo(AlertBo alertBo, String documentTypeName, String title, String alertUserId)
public void processApprovalPendingDocuments(String principalId)
public String getReminderInterval(String docTypeName)
public boolean isApprovalDateBarred(org.joda.time.DateTime dateTime, String reminderInterval)
public List<AlertBo> getAlertBoBasedOnDocumentNumber(String documentNumber, boolean active, String receivingUserId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.