Interface TriggerDao
- All Known Implementing Classes:
DefaultTriggerDao
public interface TriggerDao
Interface for the trigger dao.
- Since:
- 4.3
- Spring Bean ID:
- TriggerDao
-
Method Summary
Modifier and TypeMethodDescriptionfindActiveTriggers(Calendar calendar) Returns aListof all Triggers, whose next activation time (TriggerService.getNextTime(TriggerModel, Calendar)lies before the specified calendar date.
-
Method Details
-
findActiveTriggers
Returns aListof all Triggers, whose next activation time (TriggerService.getNextTime(TriggerModel, Calendar)lies before the specified calendar date.- Parameters:
calendar- the calendar- Returns:
- a
Listof all Triggers, whose next activation time (TriggerService.getNextTime(TriggerModel, Calendar)lies before the specified calendar date.
-