public interface BullhornService
| Modifier and Type | Field and Description |
|---|---|
static String |
ACADEMIC
Used by the bullhorn alerts code
|
static String |
SOCIAL
Used by the bullhorn alerts code
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
clearAllAcademicAlerts(String userId) |
boolean |
clearAllSocialAlerts(String userId) |
boolean |
clearBullhornAlert(String userId,
long alertId) |
long |
getAcademicAlertCount(String userId) |
List<BullhornAlert> |
getAcademicAlerts(String userId) |
long |
getSocialAlertCount(String userId) |
List<BullhornAlert> |
getSocialAlerts(String userId) |
static final String ACADEMIC
static final String SOCIAL
long getSocialAlertCount(String userId)
userId - The user to retrieve the alert count forList<BullhornAlert> getSocialAlerts(String userId)
userId - The user to retrieve alerts forboolean clearAllSocialAlerts(String userId)
userId - The user to clear the alerts forlong getAcademicAlertCount(String userId)
userId - The user to retrieve the alert count forList<BullhornAlert> getAcademicAlerts(String userId)
userId - The user to retrieve alerts forboolean clearBullhornAlert(String userId, long alertId)
userId - The user to clear the alert foralertId - The alert to clearboolean clearAllAcademicAlerts(String userId)
userId - The user to clear the alerts forCopyright © 2003–2020 Sakai Project. All rights reserved.