DataSetDataService

public interface DataSetDataService extends MotechDataService<DataSet>

This service provides data access for DataSet. The implementation is generated by Motech Data Services and published as an OSGi service.

Methods

findByUuid

DataSet findByUuid(String uuid)

Retrieves a data set with the given uuid.

Parameters:
  • uuid – the UUID of the data set
Returns:

the data set with the given uuid