public class NotificationDigestServiceImpl extends Object implements NotificationDigestService
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LOADPATH |
| Constructor and Description |
|---|
NotificationDigestServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
digest(List<HashMap> auditDigest,
String profileId,
String type) |
void |
init() |
void |
setEmailService(EmailService emailService) |
void |
setModelExt(Map modelExt) |
void |
setProfileAggregatorImpl(ProfileAggregator profileAggregator) |
void |
setSocialFreemarkerLoader(freemarker.cache.TemplateLoader socialFreemarkerLoader) |
void |
setSystemDefaultLocale(String systemDefaultLocale) |
public static final String DEFAULT_LOADPATH
public void setProfileAggregatorImpl(ProfileAggregator profileAggregator)
public void digest(List<HashMap> auditDigest, String profileId, String type)
digest in interface NotificationDigestServicepublic void init()
public void setSocialFreemarkerLoader(freemarker.cache.TemplateLoader socialFreemarkerLoader)
public void setEmailService(EmailService emailService)
public void setSystemDefaultLocale(String systemDefaultLocale)
public void setModelExt(Map modelExt)
Copyright © 2015 CrafterCMS. All Rights Reserved.