public interface SmsOperationConfigurationService extends CRUDService<SmsOperationConfigurationDTO,SmsOperationConfigurationData,SmsOperationConfigurationDataParams>
| Modifier and Type | Method and Description |
|---|---|
SmsTextsListData |
getSmsTextsListData(java.lang.Long smsChannelConfigurationId)
Returns data for listing sms texts
|
java.util.List<SmsOperationConfigurationVO> |
listSmsTexts(java.lang.Long smsChannelConfigurationId)
Returns all sms text operation configurations for the given channel configuration
|
getData, getDataForNew, load, remove, removeAll, saveSmsTextsListData getSmsTextsListData(java.lang.Long smsChannelConfigurationId) throws FrameworkException
FrameworkExceptionjava.util.List<SmsOperationConfigurationVO> listSmsTexts(java.lang.Long smsChannelConfigurationId) throws FrameworkException
FrameworkException