Uses of Class
nl.b3p.formendpoint.resource.Planter
-
Packages that use Planter Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.repository -
-
Uses of Planter in nl.b3p.formendpoint.controller
Methods in nl.b3p.formendpoint.controller that return Planter Modifier and Type Method Description PlanterFormPlanterController. get(String objectGuid)PlanterFormPlanterController. save(Planter wv, String parentId)PlanterFormPlanterController. update(String objectGuid, Planter wv)Methods in nl.b3p.formendpoint.controller that return types with arguments of type Planter Modifier and Type Method Description List<Planter>FormPlanterController. getAll()org.springframework.data.domain.Page<Planter>FormPlanterController. getAllPaged(org.springframework.data.domain.Pageable pageable)List<Planter>FormPlanterController. onPoint(double x, double y, double scale)Methods in nl.b3p.formendpoint.controller with parameters of type Planter Modifier and Type Method Description PlanterFormPlanterController. save(Planter wv, String parentId)PlanterFormPlanterController. update(String objectGuid, Planter wv) -
Uses of Planter in nl.b3p.formendpoint.repository
Methods in nl.b3p.formendpoint.repository that return types with arguments of type Planter Modifier and Type Method Description Optional<Planter>PlanterRepository. findById(Long id)Optional<Planter>PlanterRepository. findByObjectGuid(String object_guid)List<Planter>PlanterRepository. findWithinPoint(org.locationtech.jts.geom.Geometry area)
-