public interface JobOperations
| Modifier and Type | Method and Description |
|---|---|
void |
bookmarkJob(int id)
Bookmark Job
|
JobBookmarks |
getBookmarks(int start,
int count)
Get List of Bookmarked Jobs
|
Job |
getJob(int id)
Retreive and Job by ID
|
Jobs |
getSuggestions(int start,
int count)
Get suggested list of jobs
|
Jobs |
searchJobs(JobSearchParameters parameters)
Search form Jobs
|
void |
unbookmarkJob(int id)
Unbookmark Job
|
Jobs searchJobs(JobSearchParameters parameters)
parameters - Various parameters that control behaviour of searchJob getJob(int id)
id - Numerical id of jobvoid bookmarkJob(int id)
id - the job IDvoid unbookmarkJob(int id)
id - the job IDJobs getSuggestions(int start, int count)
start - First job to returncount - Number of jobs to returnJobBookmarks getBookmarks(int start, int count)
start - First job to returncount - Number of jobs to return