Uses of Class
nl.b3p.formendpoint.resource.Well
-
Packages that use Well Package Description nl.b3p.formendpoint.controller nl.b3p.formendpoint.repository nl.b3p.formendpoint.resource -
-
Uses of Well in nl.b3p.formendpoint.controller
Methods in nl.b3p.formendpoint.controller that return Well Modifier and Type Method Description WellFormWellController. get(String objectGuid)WellFormWellController. save(Well feature, String parentId)WellFormWellController. update(String objectGuid, Well feature)Methods in nl.b3p.formendpoint.controller that return types with arguments of type Well Modifier and Type Method Description List<Well>FormWellController. getAll()org.springframework.data.domain.Page<Well>FormWellController. getAllPaged(org.springframework.data.domain.Pageable pageable)List<Well>FormWellController. onPoint(double x, double y, double scale)Methods in nl.b3p.formendpoint.controller with parameters of type Well Modifier and Type Method Description WellFormWellController. save(Well feature, String parentId)WellFormWellController. update(String objectGuid, Well feature) -
Uses of Well in nl.b3p.formendpoint.repository
Methods in nl.b3p.formendpoint.repository that return types with arguments of type Well Modifier and Type Method Description Optional<Well>WellRepository. findById(Long id)Optional<Well>WellRepository. findByObjectGuid(String object_guid)List<Well>WellRepository. findWithinPoint(org.locationtech.jts.geom.Geometry area) -
Uses of Well in nl.b3p.formendpoint.resource
Methods in nl.b3p.formendpoint.resource that return Well Modifier and Type Method Description WellFreeFallDuct. getBeginput()WellFreeFallDuct. getEindput()WellMechanicalDuct. getLozingsput()WellMechanicalDuct. getPompput()Methods in nl.b3p.formendpoint.resource with parameters of type Well Modifier and Type Method Description voidFreeFallDuct. setBeginput(Well beginput)voidFreeFallDuct. setEindput(Well eindput)voidMechanicalDuct. setLozingsput(Well lozingsput)voidMechanicalDuct. setPompput(Well pompput)
-