BatchJobParameterMDSService

public interface BatchJobParameterMDSService extends MotechDataService<BatchJobParameters>

Class to query BatchJobParameters entity. The implementation will be generated at runtime by MDS.

Author:naveen

Methods

findByJobId

List<BatchJobParameters> findByJobId(Integer batchJobId)

Finds batch job parameters using the given job ID.

Parameters:
  • batchJobId – the id of the batch job
Returns:

list of parameter entities for the batch job