| Package | Description |
|---|---|
| io.graphenee.core.model.entity | |
| io.graphenee.core.model.jpa.repository |
| Modifier and Type | Method and Description |
|---|---|
GxState |
GxCountry.addGxState(GxState gxState) |
GxState |
GxCity.getGxState() |
GxState |
GxCountry.removeGxState(GxState gxState) |
| Modifier and Type | Method and Description |
|---|---|
List<GxState> |
GxCountry.getGxStates() |
| Modifier and Type | Method and Description |
|---|---|
GxState |
GxCountry.addGxState(GxState gxState) |
GxState |
GxCountry.removeGxState(GxState gxState) |
void |
GxCity.setGxState(GxState gxState) |
| Modifier and Type | Method and Description |
|---|---|
void |
GxCountry.setGxStates(List<GxState> gxStates) |
| Modifier and Type | Method and Description |
|---|---|
GxState |
GxStateRepository.findOneByIsActiveTrueAndGxCitiesCityNameOrderByStateNameAsc(String cityName) |
GxState |
GxStateRepository.findOneByIsActiveTrueAndStateCodeOrderByStateNameAsc(String stateCode) |
GxState |
GxStateRepository.findOneByIsActiveTrueAndStateNameOrderByStateNameAsc(String stateName) |
| Modifier and Type | Method and Description |
|---|---|
List<GxState> |
GxStateRepository.findAllByIsActiveTrueAndGxCountryCountryNameOrderByStateNameAsc(String countryName) |
List<GxState> |
GxStateRepository.findAllByIsActiveTrueAndGxCountryNumericCodeOrderByStateNameAsc(Integer numericCode) |
List<GxState> |
GxStateRepository.findAllByIsActiveTrueAndGxCountryOidOrderByStateNameAsc(Integer countryOid) |
List<GxState> |
GxStateRepository.findAllByIsActiveTrueOrderByStateNameAsc() |
Copyright © 2019. All rights reserved.