Interface NotificationMessageGenerator
public interface NotificationMessageGenerator
-
Method Summary
Modifier and TypeMethodDescriptiongenerateMessage(String kaleoClassName, long kaleoClassPK, String notificationName, String notificationTemplateLanguage, String notificationTemplate, ExecutionContext executionContext) String[]
-
Method Details
-
generateMessage
String generateMessage(String kaleoClassName, long kaleoClassPK, String notificationName, String notificationTemplateLanguage, String notificationTemplate, ExecutionContext executionContext) throws NotificationMessageGenerationException -
getTemplateLanguages
String[] getTemplateLanguages()
-