Interface JobDao

All Known Implementing Classes:
DefaultJobDao

public interface JobDao
The job DAO interface. Used for finding the jobs in the backend.
Since:
4.3
Spring Bean ID:
jobDao
  • Method Summary

    Modifier and Type
    Method
    Description
    Search with the given code for Job items.
  • Method Details

    • findJobs

      List<JobModel> findJobs(String code)
      Search with the given code for Job items.
      Parameters:
      code - the Job code
      Returns:
      a List with JobModels. Returns an empty List if nothing was found.