public interface ChannelConfigurationService extends CRUDService<ChannelConfigurationDTO,ChannelConfigurationData,ChannelConfigurationDataParams>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelConfigurationVO> |
list(ConfigurationVO configuration)
Returns all channel configurations for the given configuration
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<ChannelConfigurationVO> list(ConfigurationVO configuration) throws FrameworkException
FrameworkException