Uses of Class
com.group21.jobTracker.backend.data.Jobs
-
-
Uses of Jobs in com.group21.jobTracker.Api
Methods in com.group21.jobTracker.Api that return Jobs Modifier and Type Method Description static JobsApiCalls. careerOneStopSelectJob(String url)Gets a job object from a link to CareerOneStopstatic JobsApiCalls. linkedInSelectJob(String url)Gets a job object from a link to linkedinMethods in com.group21.jobTracker.Api that return types with arguments of type Jobs Modifier and Type Method Description static ArrayList<Jobs>ApiCalls. careerOneStopJobSearch(String keywords)Searches for a list of jobs in CareerOneStopstatic ArrayList<Jobs>ApiCalls. linkedInJobSearch(String keywords)Searches for a list of jobs in linkedin -
Uses of Jobs in com.group21.jobTracker.backend
Methods in com.group21.jobTracker.backend that return Jobs Modifier and Type Method Description abstract JobsDataService. getJobsbyId(int jobId)Return a Jobs object from the CSV file given an id.Methods in com.group21.jobTracker.backend that return types with arguments of type Jobs Modifier and Type Method Description abstract Collection<Jobs>DataService. getAllJobs()Returns a list of jobs from the CSV file. -
Uses of Jobs in com.group21.jobTracker.backend.data
Methods in com.group21.jobTracker.backend.data that return types with arguments of type Jobs Modifier and Type Method Description ArrayList<Jobs>User. getJobs()Gets the list of jobsArrayList<Jobs>User. getJobsByDate(String type)Gets the 5 jobs with the closest datesArrayList<Jobs>User. getJobsByPriority()Gets the 5 jobs with the highest priorityMethods in com.group21.jobTracker.backend.data with parameters of type Jobs Modifier and Type Method Description voidUser. addJob(Jobs job)Adds a job to the list of user jobsvoidUser. deleteExistingJob(Jobs job)Deletes an existing job from the userbooleanJobs. equals(Jobs job2)Determines if this job application is equal to another -
Uses of Jobs in com.group21.jobTracker.backend.mock
Methods in com.group21.jobTracker.backend.mock that return Jobs Modifier and Type Method Description JobsApplicationSearchDataService. getJobsbyId(int jobId)JobsJobDataService. getJobsbyId(int jobId)This Function is to Search job by IdJobsMockDataService. getJobsbyId(int jobId)This Function is to Search job by IdMethods in com.group21.jobTracker.backend.mock that return types with arguments of type Jobs Modifier and Type Method Description List<Jobs>ApplicationSearchDataService. getAllJobs()List<Jobs>JobDataService. getAllJobs()This Function is to get all jobs for the user.List<Jobs>MockDataService. getAllJobs()This Function is to get all jobs for the user general dashboardList<Jobs>JobDataService. getJobsByName(String filterText)This function is to Search job by string textList<Jobs>JobDataService. getPriority()This function gets the top 5 highest priority jobs -
Uses of Jobs in com.group21.jobTracker.ui.application
Methods in com.group21.jobTracker.ui.application that return Jobs Modifier and Type Method Description JobsApplicationGrid. getSelectedRow()This function is to select rowMethods in com.group21.jobTracker.ui.application that return types with arguments of type Jobs Modifier and Type Method Description List<Jobs>ApplicationDataProvider. updateList(String filterText)Filters the data for the specific filter textMethods in com.group21.jobTracker.ui.application with parameters of type Jobs Modifier and Type Method Description voidApplicationDataProvider. delete(Jobs job)Delete given product from the backing data service.voidApplicationViewLogic. deleteJob(Jobs job)This function use a job object as parameter and utilize the view object to call the delete method for the job instance.voidApplicationForm. editJob(Jobs job)This function use a job object as parameter and utilize the view object to call the edit method for the job instance.voidApplicationView. editJob(Jobs job)Displays user a form to edit a Job.voidApplicationViewLogic. editJob(Jobs job)This function use a job object as parameter and utilize the view object to call the edit method for the job instance.IntegerApplicationDataProvider. getId(Jobs job)Get jobid based on job objectvoidApplicationGrid. refresh(Jobs job)This function is to refresh the selection and view of the application gridvoidApplicationView. removeProduct(Jobs job)Removes a Job from the list of Jobs.voidApplicationViewLogic. rowSelected(Jobs job)Row selection method pop up the job selected from the dashboard grid and show it on the application formvoidApplicationDataProvider. save(Jobs job)Store given product to the backing data service.voidApplicationViewLogic. saveProduct(Jobs job)This function use a job object as parameter and check whether the job is a new job or not by isNewJob() after that its clearing the fields on the application form.voidApplicationView. selectRow(Jobs row)Selects a rowvoidApplicationForm. setJob(Jobs job)This function use a job object as parameter to set it as current job and bind it to the application form.voidApplicationView. updateProduct(Jobs job)Updates a Jobs in the list of jobs. -
Uses of Jobs in com.group21.jobTracker.ui.applicationSearch
Methods in com.group21.jobTracker.ui.applicationSearch that return Jobs Modifier and Type Method Description JobsApplicationSearchGrid. getSelectedRow()Get the selected row.Methods in com.group21.jobTracker.ui.applicationSearch with parameters of type Jobs Modifier and Type Method Description voidApplicationSearchForm. editJob(Jobs job)Method to edit a given job.voidApplicationSearchView. editJob(Jobs job)Displays user a form to edit a job.voidApplicationSearchViewLogic. editJob(Jobs job)Method to edit a job from the Application Search page.IntegerApplicationSearchDataProvider. getId(Jobs job)voidApplicationSearchGrid. refresh(Jobs job)Refresh the given jobvoidApplicationSearchViewLogic. rowSelected(Jobs job)Method for when a row is selected in the ApplicationSearch grid.voidApplicationSearchDataProvider. save(Jobs job)Store given job to the CSV backend.voidApplicationSearchViewLogic. saveProduct(Jobs job)Method to save a job object from the Application Search page.voidApplicationSearchView. selectRow(Jobs row)Selects a rowvoidApplicationSearchForm. setJob(Jobs job)Method to set the content of a given job object in the form.voidApplicationSearchView. updateProduct(Jobs job)Updates a job in the list of products. -
Uses of Jobs in com.group21.jobTracker.ui.jobBoard
Methods in com.group21.jobTracker.ui.jobBoard that return Jobs Modifier and Type Method Description JobsJobGrid. getSelectedRow()This function is to select rowMethods in com.group21.jobTracker.ui.jobBoard with parameters of type Jobs Modifier and Type Method Description IntegerJobDataProvider. getId(Jobs job)Get jobid based on job objectvoidJobGrid. refresh(Jobs job)This function is to refresh the selection and view of the application grid
-