public interface BullhornService
| Modifier and Type | Method and Description |
|---|---|
boolean |
clearAlert(String userId,
long alertId) |
boolean |
clearAllAlerts(String userId) |
long |
getAlertCount(String userId) |
List<BullhornAlert> |
getAlerts(String userId) |
long getAlertCount(String userId)
userId - The user to retrieve the alert count forList<BullhornAlert> getAlerts(String userId)
userId - The user to retrieve alerts forboolean clearAlert(String userId, long alertId)
userId - The user to clear the alert foralertId - The alert to clearboolean clearAllAlerts(String userId)
userId - The user to clear the alerts forCopyright © 2003–2021 Sakai Project. All rights reserved.