Interface JobDao
-
- All Known Implementing Classes:
DefaultJobDao
public interface JobDaoThe job DAO interface. Used for finding the jobs in the backend.- Since:
- 4.3
- Spring Bean ID:
- jobDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JobModel>findJobs(java.lang.String code)Search with the given code forJobitems.
-