List<Boundary> |
BoundaryService.findActiveBoundariesForMpath(Set<String> mpath) |
List<Boundary> |
BoundaryService.findActiveChildrenWithParent(Long parentBoundaryId) |
List<Boundary> |
CrossHierarchyService.findChildBoundariesByParentBoundary(String boundaryTypeName,
String hierarchyTypeName,
String parentBoundary) |
List<Boundary> |
BoundaryService.getActiveBoundariesByBndryTypeNameAndHierarchyTypeName(String boundaryTypeName,
String hierarchyTypeName) |
List<Boundary> |
BoundaryService.getActiveBoundariesByBoundaryTypeId(Long boundaryTypeId) |
List<Boundary> |
CrossHierarchyService.getActiveChildBoundariesByBoundaryId(Long id) |
List<Boundary> |
BoundaryService.getActiveChildBoundariesByBoundaryId(Long boundaryId) |
List<Boundary> |
BoundaryService.getAllBoundariesByBoundaryTypeId(Long boundaryTypeId) |
List<Boundary> |
BoundaryService.getAllBoundariesOrderByBoundaryNumAsc(BoundaryType boundaryType) |
List<Boundary> |
BoundaryService.getBondariesByNameAndBndryTypeAndHierarchyType(String boundaryTypeName,
String hierarchyTypeName,
String name) |
List<Boundary> |
BoundaryService.getBondariesByNameAndTypeOrderByBoundaryNumAsc(String boundaryName,
Long boundaryTypeId) |
List<Boundary> |
BoundaryService.getBoundariesByBndryTypeNameAndHierarchyTypeName(String boundaryTypeName,
String hierarchyTypeName) |
Optional<Boundary> |
BoundaryService.getBoundary(Double latitude,
Double longitude) |
List<Boundary> |
CrossHierarchyService.getBoundaryByBoundaryType() |
Optional<Boundary> |
BoundaryService.getBoundaryByNumberAndType(Long boundaryNum,
String boundaryTypeName) |
List<Boundary> |
BoundaryService.getChildBoundariesByBoundaryId(Long boundaryId) |
List<Boundary> |
CrossHierarchyService.getChildBoundariesNameAndBndryTypeAndHierarchyType(String boundaryTypeName,
String hierarchyTypeName) |
List<Boundary> |
CrossHierarchyService.getCrossHierarchyChildrens(Boundary boundary,
BoundaryType boundaryType) |
List<Boundary> |
BoundaryService.getPageOfBoundaries(Long boundaryTypeId) |
List<Boundary> |
BoundaryService.getParentBoundariesByBoundaryId(Long boundaryId) |
List<Boundary> |
CrossHierarchyService.getParentBoundaryByChildBoundaryAndParentBoundaryType(Long childId,
Long parentTypeId) |
List<Boundary> |
BoundaryService.getTopLevelBoundaryByHierarchyType(HierarchyType hierarchyType) |