Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.job.JobSubmissionDTO
Packages that use JobSubmissionDTO
Package
Description
Contains controllers for handling
Jobs.Contains controllers for handling
MarketEvents.Contains controllers for handling
MarketPrices.Contains the job orchestrators.
Contains the market event orchestrators.
Contains the market price orchestrators.
Contains the service layer for
Jobs.-
Uses of JobSubmissionDTO in com.bluebell.greenhouse.planter.controllers.job
Methods in com.bluebell.greenhouse.planter.controllers.job that return types with arguments of type JobSubmissionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JobSubmissionDTO> JobApiController.retryJobAttempt(String jobId, String reason) Creates a linked immutable retry attempt. -
Uses of JobSubmissionDTO in com.bluebell.greenhouse.planter.controllers.market.event
Methods in com.bluebell.greenhouse.planter.controllers.market.event that return types with arguments of type JobSubmissionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JobSubmissionDTO> MarketEventApiController.postFetchMarketEvents()Fetches and updates market events. -
Uses of JobSubmissionDTO in com.bluebell.greenhouse.planter.controllers.market.price
Methods in com.bluebell.greenhouse.planter.controllers.market.price that return types with arguments of type JobSubmissionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<JobSubmissionDTO> MarketPriceApiController.postRefreshFRDData()Manually queues a refresh of FirstRateData (FRD) market data. -
Uses of JobSubmissionDTO in com.bluebell.greenhouse.planter.orchestrators.job
Methods in com.bluebell.greenhouse.planter.orchestrators.job that return JobSubmissionDTOModifier and TypeMethodDescriptionJobOrchestrator.retryAttempt(String jobId, String reason) Creates a linked retry and returns its public identity. -
Uses of JobSubmissionDTO in com.bluebell.greenhouse.planter.orchestrators.market.event
Methods in com.bluebell.greenhouse.planter.orchestrators.market.event that return JobSubmissionDTOModifier and TypeMethodDescriptionMarketEventOrchestrator.fetchMarketEvents(String actor) Queues the market-events fetch job and returns the identity of the queued attempt. -
Uses of JobSubmissionDTO in com.bluebell.greenhouse.planter.orchestrators.market.price
Methods in com.bluebell.greenhouse.planter.orchestrators.market.price that return JobSubmissionDTOModifier and TypeMethodDescriptionMarketPriceOrchestrator.refreshFirstRateData(String actor) Queues the FirstRateData refresh job and returns the identity of the queued attempt. -
Uses of JobSubmissionDTO in com.bluebell.greenhouse.radicle.services.job
Methods in com.bluebell.greenhouse.radicle.services.job that return JobSubmissionDTOModifier and TypeMethodDescriptionJobOperatorService.submission(JobSubmission submission) Converts an internal submission into its API representation.