- 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
Search with the given code for
Job items.
-
Method Details
-
findJobs
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.