Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.system.IssueFeatureRequestDTO
Packages that use IssueFeatureRequestDTO
Package
Description
Contains controllers for handling operations regarding greenhouse as a whole.
Contains the system orchestrators.
Contains the service layer for
IncomingPings.-
Uses of IssueFeatureRequestDTO in com.bluebell.greenhouse.planter.controllers.system
Methods in com.bluebell.greenhouse.planter.controllers.system with parameters of type IssueFeatureRequestDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> SystemController.postReport(@Valid IssueFeatureRequestDTO data) Handles the report issue form submission. -
Uses of IssueFeatureRequestDTO in com.bluebell.greenhouse.planter.orchestrators.system
Methods in com.bluebell.greenhouse.planter.orchestrators.system with parameters of type IssueFeatureRequestDTOModifier and TypeMethodDescriptionvoidSystemOrchestrator.notifyIssueOrRequest(IssueFeatureRequestDTO data) Notifies the system recipient of a reported issue or feature request. -
Uses of IssueFeatureRequestDTO in com.bluebell.greenhouse.radicle.services.system
Methods in com.bluebell.greenhouse.radicle.services.system with parameters of type IssueFeatureRequestDTOModifier and TypeMethodDescriptionvoidSystemService.notifyIssueOrRequest(IssueFeatureRequestDTO issueFeatureRequest) Notifies the system administrator of an issue or feature request.