Uses of Class
nl.b3p.formendpoint.resource.RoadInspection
-
Packages that use RoadInspection Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.repository nl.b3p.formendpoint.resource -
-
Uses of RoadInspection in nl.b3p.formendpoint.controller
Methods in nl.b3p.formendpoint.controller that return RoadInspection Modifier and Type Method Description RoadInspectionFormRoadInspectionController. get(String objectGuid)RoadInspectionFormRoadInspectionController. save(RoadInspection wv, String parentId)RoadInspectionFormRoadInspectionController. update(String objectGuid, RoadInspection wv)Methods in nl.b3p.formendpoint.controller that return types with arguments of type RoadInspection Modifier and Type Method Description List<RoadInspection>FormRoadInspectionController. getAll()org.springframework.data.domain.Page<RoadInspection>FormRoadInspectionController. getAllPaged(org.springframework.data.domain.Pageable pageable)List<RoadInspection>FormRoadInspectionController. onPoint(double x, double y, double scale)Methods in nl.b3p.formendpoint.controller with parameters of type RoadInspection Modifier and Type Method Description RoadInspectionFormRoadInspectionController. save(RoadInspection wv, String parentId)RoadInspectionFormRoadInspectionController. update(String objectGuid, RoadInspection wv) -
Uses of RoadInspection in nl.b3p.formendpoint.repository
Methods in nl.b3p.formendpoint.repository that return types with arguments of type RoadInspection Modifier and Type Method Description Optional<RoadInspection>RoadinspectionRepository. findByDataGuid(String data_guid)Optional<RoadInspection>RoadinspectionRepository. findById(Long id) -
Uses of RoadInspection in nl.b3p.formendpoint.resource
Methods in nl.b3p.formendpoint.resource that return types with arguments of type RoadInspection Modifier and Type Method Description List<RoadInspection>Roadsection. getWeginspecties()Method parameters in nl.b3p.formendpoint.resource with type arguments of type RoadInspection Modifier and Type Method Description voidRoadsection. setWeginspecties(List<RoadInspection> weginspecties)
-