Uses of Record Class
com.bluebell.greenhouse.platform.models.api.dto.system.ContactDTO
Packages that use ContactDTO
Package
Description
Contains controllers for handling operations regarding greenhouse as a whole.
Contains the system orchestrators.
Contains the service layer for
IncomingPings.-
Uses of ContactDTO in com.bluebell.greenhouse.planter.controllers.system
Methods in com.bluebell.greenhouse.planter.controllers.system with parameters of type ContactDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> SystemController.postContact(@Valid ContactDTO data) Handles the contact us form submission. -
Uses of ContactDTO in com.bluebell.greenhouse.planter.orchestrators.system
Methods in com.bluebell.greenhouse.planter.orchestrators.system with parameters of type ContactDTOModifier and TypeMethodDescriptionvoidSystemOrchestrator.notifyContact(ContactDTO data) Notifies the system recipient of a contact request. -
Uses of ContactDTO in com.bluebell.greenhouse.radicle.services.system
Methods in com.bluebell.greenhouse.radicle.services.system with parameters of type ContactDTOModifier and TypeMethodDescriptionvoidSystemService.notifyContact(ContactDTO contact) Notifies the system administrator of a contact request.