DataProviderDataService¶
-
public interface
DataProviderDataServiceextends MotechDataService<TaskDataProvider>¶ Data Service for data providers.
Methods¶
findByName¶
-
TaskDataProvider
findByName(String name)¶ Returns the data provider with the given name.
Parameters: - name – the name of the data provider
Returns: the provider with the given name