Interface NotificationService
- All Known Implementing Classes:
- NotificationServiceImpl
public interface NotificationService
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetRecentEntities(String entityName, String searchFilter, org.joda.time.DateTime timestamp) Returns the newest entities for the specified key from the specified timestamp.
- 
Method Details- 
getRecentEntitiesNotificationService.Message[] getRecentEntities(String entityName, String searchFilter, org.joda.time.DateTime timestamp) Returns the newest entities for the specified key from the specified timestamp. The entities are converted intoNotificationService.Messageobjects where the title is the resolved entity name and the text is the evaluatedDefaultDisplay.
 
-