AlertsController

public class AlertsController

Constructors

AlertsController

public AlertsController(AlertsDataService alertsDataService)

Methods

closedAlerts

public String closedAlerts()

returns the number of closed alerts

newAlerts

public String newAlerts()

returns the number of new alerts

newOrReadAlerts

public String newOrReadAlerts()

returns the number of new or read alerts

readAlerts

public String readAlerts()

returns the number of read alerts