BatchJobMDSService

public interface BatchJobMDSService extends MotechDataService<BatchJob>

Class to query the BatchJob entity. Implementation will be generated at runtime by MDS.

Methods

findByJobName

BatchJob findByJobName(String jobName)

Finds a batch job by name.

Parameters:
  • jobName – the name to query for
Returns:

the found job, or null if no found