Uses of Class
edu.ucsb.cs156.organic.entities.jobs.Job
Packages that use Job
Package
Description
-
Uses of Job in edu.ucsb.cs156.organic.controllers
Methods in edu.ucsb.cs156.organic.controllers that return JobMethods in edu.ucsb.cs156.organic.controllers that return types with arguments of type JobModifier and TypeMethodDescriptionJobsController.allJobs()
org.springframework.data.domain.Page<Job>
JobsController.allJobsPaged
(int page, int size) -
Uses of Job in edu.ucsb.cs156.organic.repositories.jobs
Methods in edu.ucsb.cs156.organic.repositories.jobs that return types with arguments of type Job -
Uses of Job in edu.ucsb.cs156.organic.services.jobs
Methods in edu.ucsb.cs156.organic.services.jobs that return JobMethods in edu.ucsb.cs156.organic.services.jobs with parameters of type JobModifier and TypeMethodDescriptionvoid
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)