Package org.cyclos.services.system
Interface SmsOperationConfigurationService
-
- All Superinterfaces:
CRUDService<SmsOperationConfigurationDTO,SmsOperationConfigurationData,SmsOperationConfigurationDataParams>,Service
- All Known Subinterfaces:
SmsOperationConfigurationServiceLocal
- All Known Implementing Classes:
SmsOperationConfigurationServiceImpl,SmsOperationConfigurationServiceSecurity
public interface SmsOperationConfigurationService extends CRUDService<SmsOperationConfigurationDTO,SmsOperationConfigurationData,SmsOperationConfigurationDataParams>
Service interface for sms operation configurations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmsTextsListDatagetSmsTextsListData(@NotNull Long smsChannelConfigurationId)Returns data for listing sms textsList<SmsOperationConfigurationVO>listSmsTexts(@NotNull Long smsChannelConfigurationId)Returns all sms text operation configurations for the given channel configuration-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
getSmsTextsListData
SmsTextsListData getSmsTextsListData(@NotNull @NotNull Long smsChannelConfigurationId) throws FrameworkException
Returns data for listing sms texts- Throws:
FrameworkException
-
listSmsTexts
List<SmsOperationConfigurationVO> listSmsTexts(@NotNull @NotNull Long smsChannelConfigurationId) throws FrameworkException
Returns all sms text operation configurations for the given channel configuration- Throws:
FrameworkException
-
-