@Service(value="blSMSTemplateService") public class SMSTemplateServiceImpl extends Object implements SMSTemplateService
Modifier and Type | Field and Description |
---|---|
protected SMSTemplateDao |
smsTemplateDao |
Constructor and Description |
---|
SMSTemplateServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<SMSTemplate> |
findActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType notificationEventType) |
@Autowired @Qualifier(value="blSMSTemplateDao") protected SMSTemplateDao smsTemplateDao
@Transactional(value="blTransactionManager") public List<SMSTemplate> findActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType notificationEventType)
findActiveTemplatesByType
in interface SMSTemplateService
Copyright © 2020. All rights reserved.