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 Detail

      • findJobs

        java.util.List<JobModel> findJobs​(java.lang.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.