Uses of Class
org.apache.clusterbr.zupportl5.entity.Incident
Packages that use Incident
Package
Description
-
Uses of Incident in org.apache.clusterbr.zupportl5.controller
Methods in org.apache.clusterbr.zupportl5.controller that return types with arguments of type IncidentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Incident>IncidentController.getAll()org.springframework.http.ResponseEntity<Incident>org.springframework.http.ResponseEntity<Incident>Methods in org.apache.clusterbr.zupportl5.controller with parameters of type Incident -
Uses of Incident in org.apache.clusterbr.zupportl5.entity
Methods in org.apache.clusterbr.zupportl5.entity that return IncidentModifier and TypeMethodDescriptionHandover.getIncidentID()Incidentlogs.getIncidentID()PerformanceMetric.getIncidentID()ResolutionStep.getIncidentID()Methods in org.apache.clusterbr.zupportl5.entity with parameters of type IncidentModifier and TypeMethodDescriptionvoidHandover.setIncidentID(Incident incidentID) voidIncidentlogs.setIncidentID(Incident incidentID) voidPerformanceMetric.setIncidentID(Incident incidentID) voidResolutionStep.setIncidentID(Incident incidentID) -
Uses of Incident in org.apache.clusterbr.zupportl5.repository
Methods in org.apache.clusterbr.zupportl5.repository that return types with arguments of type IncidentModifier and TypeMethodDescriptionIncidentRepository.findByCriteria(String title, String status, String priority) IncidentRepository.findByCriteriaWithCriteriaAPI(String title, String status, String priority) IncidentRepositoryCriteria.findByCriteriaWithCriteriaAPI(String title, String status, String priority) IncidentRepositoryImpl.findByCriteriaWithCriteriaAPI(String title, String status, String priority) -
Uses of Incident in org.apache.clusterbr.zupportl5.service
Methods in org.apache.clusterbr.zupportl5.service that return IncidentMethods in org.apache.clusterbr.zupportl5.service that return types with arguments of type IncidentModifier and TypeMethodDescriptionIncidentService.findAll()IncidentService.getByCriteria(String title, String status, String priority) IncidentService.getByCriteriaWithCriteriaAPI(String title, String status, String priority) Methods in org.apache.clusterbr.zupportl5.service with parameters of type Incident