HubPublisherTransactionMDSService

public interface HubPublisherTransactionMDSService extends MotechDataService<HubPublisherTransaction>

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

Methods

findPubTransactionByTopicId

List<HubPublisherTransaction> findPubTransactionByTopicId(Integer hubTopicId)

Finds all HubPublisherTransactions with given topic id.

Parameters:
  • hubTopicId – the id of the topic
Returns:

list of the matching publisher transactions