public interface SMSTemplateDao
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) |
SMSTemplate save(SMSTemplate smsTemplate)
SMSTemplate readById(Long id)
List<SMSTemplate> readActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type)
Copyright © 2020. All rights reserved.