Package org.cyclos.services.access
Interface ChannelService
-
- All Superinterfaces:
CRUDService<ChannelDTO,ChannelData,Void>,Service
- All Known Subinterfaces:
ChannelServiceLocal
public interface ChannelService extends CRUDService<ChannelDTO,ChannelData,Void>
Service interface for channels
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChannelVO>list()List all available channels-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
list
List<ChannelVO> list() throws FrameworkException
List all available channels- Throws:
FrameworkException
-
-