| Package | Description |
|---|---|
| org.egov.infra.admin.master.entity | |
| org.egov.infra.admin.master.repository | |
| org.egov.infra.admin.master.service | |
| org.egov.infra.web.taglib |
| Modifier and Type | Method and Description |
|---|---|
BoundaryType |
Boundary.getBoundaryType() |
BoundaryType |
CrossHierarchy.getChildType() |
BoundaryType |
BoundaryType.getParent() |
BoundaryType |
CrossHierarchy.getParentType() |
| Modifier and Type | Method and Description |
|---|---|
Set<BoundaryType> |
BoundaryType.getChildBoundaryTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundaryType.addChildBoundaryType(BoundaryType boundaryType) |
void |
Boundary.setBoundaryType(BoundaryType boundaryType) |
void |
CrossHierarchy.setChildType(BoundaryType childType) |
void |
BoundaryType.setParent(BoundaryType parent) |
void |
CrossHierarchy.setParentType(BoundaryType parentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundaryType.setChildBoundaryTypes(Set<BoundaryType> childBoundaryTypes) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryType |
BoundaryTypeRepository.findByHierarchyTypeNameAndLevel(String name,
Long hierarchyLevel) |
BoundaryType |
BoundaryTypeRepository.findByIdAndHierarchy(Long id,
Long hierarchyId) |
BoundaryType |
BoundaryTypeRepository.findByName(String name) |
BoundaryType |
BoundaryTypeRepository.findByNameAndHierarchyType(String name,
HierarchyType hierarchyType) |
BoundaryType |
BoundaryTypeRepository.findByNameAndHierarchyTypeName(String name,
String hierarchyTypeName) |
BoundaryType |
BoundaryTypeRepository.findByNameContainingIgnoreCase(String name) |
BoundaryType |
BoundaryTypeRepository.findByParent(Long parentId) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundaryType> |
BoundaryTypeRepository.findByHierarchyTypeId(Long id) |
List<BoundaryType> |
BoundaryTypeRepository.findByHierarchyTypeName(String hierarchyName) |
List<BoundaryType> |
BoundaryTypeRepository.findByHierarchyTypeNames(Set<String> names) |
| Modifier and Type | Method and Description |
|---|---|
Boundary |
BoundaryRepository.findBoundarieByBoundaryTypeAndBoundaryNum(BoundaryType boundaryType,
Long boundaryNum) |
List<Boundary> |
BoundaryRepository.findByBoundaryTypeOrderByBoundaryNumAsc(BoundaryType boundaryType) |
List<Boundary> |
CrossHierarchyRepository.findByParentAndChildBoundaryType(Boundary boundary,
BoundaryType boundaryType) |
List<CrossHierarchy> |
CrossHierarchyRepository.findByParentTypeAndChildType(BoundaryType parentType,
BoundaryType childType) |
| Modifier and Type | Method and Description |
|---|---|
BoundaryType |
BoundaryTypeService.getBoundaryTypeByHierarchyTypeNameAndLevel(String name,
Long hierarchyLevel) |
BoundaryType |
BoundaryTypeService.getBoundaryTypeById(Long id) |
BoundaryType |
BoundaryTypeService.getBoundaryTypeByIdAndHierarchyType(Long id,
Long hierarchyTypeId) |
BoundaryType |
BoundaryTypeService.getBoundaryTypeByName(String name) |
BoundaryType |
BoundaryTypeService.getBoundaryTypeByNameAndHierarchyType(String name,
HierarchyType hierarchyType) |
BoundaryType |
BoundaryTypeService.getBoundaryTypeByNameAndHierarchyTypeName(String boundaryTypename,
String hierarchyTypeName) |
BoundaryType |
BoundaryTypeService.getBoundaryTypeByParent(Long parentId) |
BoundaryType |
BoundaryTypeService.setHierarchyLevel(BoundaryType boundaryType,
String mode) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundaryType> |
BoundaryTypeService.getAllBoundarTypesByHierarchyTypeId(Long hierarchyTypeId) |
List<BoundaryType> |
BoundaryTypeService.getBoundaryTypeByHierarchyTypeName(String name) |
List<BoundaryType> |
BoundaryTypeService.getBoundaryTypeByHierarchyTypeNames(Set<String> names) |
List<BoundaryType> |
CrossHierarchyService.getCrossHierarchyBoundaryTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundaryTypeService.createBoundaryType(BoundaryType boundaryType) |
List<CrossHierarchy> |
CrossHierarchyService.findAllByBoundaryTypes(BoundaryType parentType,
BoundaryType childType) |
List<Boundary> |
BoundaryService.getAllBoundariesOrderByBoundaryNumAsc(BoundaryType boundaryType) |
Boundary |
BoundaryService.getBoundaryByTypeAndNo(BoundaryType boundaryType,
Long boundaryNum) |
List<Boundary> |
CrossHierarchyService.getCrossHierarchyChildrens(Boundary boundary,
BoundaryType boundaryType) |
BoundaryType |
BoundaryTypeService.setHierarchyLevel(BoundaryType boundaryType,
String mode) |
void |
BoundaryTypeService.updateBoundaryType(BoundaryType boundaryType) |
Boolean |
BoundaryService.validateBoundary(BoundaryType boundaryType) |
| Modifier and Type | Method and Description |
|---|---|
String |
BndryTag.generateAllJSForBoundaries(BoundaryType parentBndryType,
BoundaryType childBndryType,
Set parentBndrySet,
int i) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.