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