Package org.cyclos.services.system
Interface ChannelConfigurationService
-
- All Superinterfaces:
CRUDService<ChannelConfigurationDTO,ChannelConfigurationData,ChannelConfigurationDataParams>,Service
- All Known Subinterfaces:
ChannelConfigurationServiceLocal
- All Known Implementing Classes:
ChannelConfigurationServiceImpl,ChannelConfigurationServiceSecurity
public interface ChannelConfigurationService extends CRUDService<ChannelConfigurationDTO,ChannelConfigurationData,ChannelConfigurationDataParams>
Service which handles the relationship between configurations and channels
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChannelConfigurationVO>list(@NotNull ConfigurationVO configuration)Returns all channel configurations for the given configuration-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<ChannelConfigurationVO> list(@NotNull @NotNull ConfigurationVO configuration) throws FrameworkException
Returns all channel configurations for the given configuration- Throws:
FrameworkException
-
-