HubTopicMDSService

public interface HubTopicMDSService extends MotechDataService<HubTopic>

Data Service interface for org.motechproject.hub.mds.HubTopic. The implementation is generated by the Motech Data Services module at runtime.

Methods

findByTopicUrl

List<HubTopic> findByTopicUrl(String topicUrl)

Finds all HubTopics with given topic url.

Parameters:
  • topicUrl – the url of the topic
Returns:

list of the matching hub topics