Interface NotificationEmailHelper.ContentFinder
- Enclosing class:
 - NotificationEmailHelper
 
public static interface NotificationEmailHelper.ContentFinder
Finder for content ids.
- 
Method Summary
Modifier and TypeMethodDescriptionfindContentById(long contentId) Finds the ContentEntityObject with the given content id 
- 
Method Details
- 
findContentById
Finds the ContentEntityObject with the given content id- Parameters:
 contentId- the content id- Returns:
 - the entity, if any exists.
 
 
 -