HubSubscriberTransactionMDSService

public interface HubSubscriberTransactionMDSService extends MotechDataService<HubSubscriberTransaction>

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

Methods

findSubTransBySubId

List<HubSubscriberTransaction> findSubTransBySubId(Integer hubSubscriptionId)

Finds all HubSubscriberTransactions with given subscription id.

Parameters:
  • hubSubscriptionId – the id of the subscription
Returns:

list of the matching subscriber transactions