ChannelsDataService

public interface ChannelsDataService extends MotechDataService<Channel>

Data service for channels.

Methods

findByModuleName

Channel findByModuleName(String moduleName)

Returns the list of channels for the module with given name.

Parameters:
  • moduleName – the name of the module, null returns null
Returns:

the list of matching activities