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