Interface NotificationEmailHelper.ContentFinder
- 
- Enclosing class:
 - NotificationEmailHelper
 
public static interface NotificationEmailHelper.ContentFinderFinder for content ids. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentEntityObjectfindContentById(long contentId)Finds the ContentEntityObject with the given content id 
 - 
 
- 
- 
Method Detail
- 
findContentById
ContentEntityObject findContentById(long contentId)
Finds the ContentEntityObject with the given content id- Parameters:
 contentId- the content id- Returns:
 - the entity, if any exists.
 
 
 - 
 
 -