public interface ContextPreferencesService
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteContextPreference(String context,
List<String> strings) |
Map |
findEmailPreference(String contextId) |
Map<String,Object> |
getAllPreferences(String context) |
Map<String,Object> |
getContextPreferences(String contextId) |
String |
getEmailTemplate(String context,
String emailTemplateType) |
String |
getNotificationEmailTemplate(String contextId,
String notificationType) |
void |
saveAllContextPreferences(String contextId,
Map<String,Object> newPreferences) |
boolean |
saveContextPreference(String contextId,
Map<String,Object> preferences) |
Map<String,Object> |
saveEmailConfig(String contextId,
Map<String,Object> newConfiguration) |
boolean |
saveEmailTemplate(String context,
String type,
String template) |
Map findEmailPreference(String contextId) throws SocialException
SocialExceptionMap<String,Object> saveEmailConfig(String contextId, Map<String,Object> newConfiguration) throws SocialException
SocialExceptionString getNotificationEmailTemplate(String contextId, String notificationType) throws SocialException
SocialExceptionboolean saveContextPreference(String contextId, Map<String,Object> preferences)
boolean saveEmailTemplate(String context, String type, String template) throws SocialException
SocialExceptionString getEmailTemplate(String context, String emailTemplateType) throws SocialException
SocialExceptionvoid saveAllContextPreferences(String contextId, Map<String,Object> newPreferences) throws SocialException
SocialExceptionCopyright © 2019 CrafterCMS. All rights reserved.