public class AlertsServiceImpl extends Object implements AlertsService
Constructor and Description |
---|
AlertsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
int |
findAlertCountByCampus(String campus) |
List<Alert> |
findAlertsByCampus(String campus)
A finder that returns all
Alert instances for the campus passed. |
void |
setAlertUrls(Map<String,List<String>> alertUrls) |
void |
setCacheMinutes(String cacheMinutes) |
void |
setDataMapper(DataMapper dataMapper) |
void |
setDataMappingUrl(String dataMappingUrl) |
public AlertsServiceImpl()
public List<Alert> findAlertsByCampus(String campus)
AlertsService
Alert
instances for the campus passed.
.findAlertsByCampus
in interface AlertsService
campus
- - String
campus code.List<Alert>
filtered by the campus or an empty
List
.public int findAlertCountByCampus(String campus)
findAlertCountByCampus
in interface AlertsService
public void setAlertUrls(Map<String,List<String>> alertUrls)
public void setCacheMinutes(String cacheMinutes)
public void setDataMappingUrl(String dataMappingUrl)
public void setDataMapper(DataMapper dataMapper)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.