Uses of Class
org.apache.clusterbr.zupportl5.entity.Engineer
Packages that use Engineer
Package
Description
-
Uses of Engineer in org.apache.clusterbr.zupportl5.controller
Methods in org.apache.clusterbr.zupportl5.controller that return types with arguments of type EngineerModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Engineer>EngineerController.getAll()org.springframework.http.ResponseEntity<Engineer>EngineerController.getByEmail(String email) org.springframework.http.ResponseEntity<Engineer>org.springframework.http.ResponseEntity<Engineer>EngineerController.partialUpdate(Long id, Map<String, Object> updates) org.springframework.http.ResponseEntity<Engineer>Methods in org.apache.clusterbr.zupportl5.controller with parameters of type Engineer -
Uses of Engineer in org.apache.clusterbr.zupportl5.entity
Methods in org.apache.clusterbr.zupportl5.entity that return EngineerModifier and TypeMethodDescriptionIncidentlogs.getEngineerID()ResolutionStep.getEngineerID()Handover.getFromEngineerID()Handover.getToEngineerID()Methods in org.apache.clusterbr.zupportl5.entity with parameters of type EngineerModifier and TypeMethodDescriptionvoidIncidentlogs.setEngineerID(Engineer engineerID) voidResolutionStep.setEngineerID(Engineer engineerID) voidHandover.setFromEngineerID(Engineer fromEngineerID) voidHandover.setToEngineerID(Engineer toEngineerID) -
Uses of Engineer in org.apache.clusterbr.zupportl5.repository
Methods in org.apache.clusterbr.zupportl5.repository that return types with arguments of type Engineer -
Uses of Engineer in org.apache.clusterbr.zupportl5.service
Methods in org.apache.clusterbr.zupportl5.service that return EngineerMethods in org.apache.clusterbr.zupportl5.service that return types with arguments of type EngineerModifier and TypeMethodDescriptionEngineerService.findAll()EngineerService.getByEmail(String email) EngineerService.partialUpdate(Long id, Map<String, Object> updates) Methods in org.apache.clusterbr.zupportl5.service with parameters of type Engineer