@Repository(value="blSMSTemplateDao") public class SMSTemplateDaoImpl extends Object implements SMSTemplateDao
| Modifier and Type | Field and Description |
|---|---|
protected Date |
cachedDate |
protected Long |
currentDateResolution |
protected javax.persistence.EntityManager |
em |
| Constructor and Description |
|---|
SMSTemplateDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<SMSTemplate> |
readActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type) |
SMSTemplate |
readById(Long id) |
SMSTemplate |
save(SMSTemplate smsTemplate) |
protected javax.persistence.EntityManager em
protected Long currentDateResolution
protected Date cachedDate
public SMSTemplate save(SMSTemplate smsTemplate)
save in interface SMSTemplateDaopublic SMSTemplate readById(Long id)
readById in interface SMSTemplateDaopublic List<SMSTemplate> readActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type)
readActiveTemplatesByType in interface SMSTemplateDaoCopyright © 2020. All rights reserved.