| Package | Description |
|---|---|
| io.graphenee.core.model.api | |
| io.graphenee.core.model.bean | |
| io.graphenee.core.model.impl |
| Modifier and Type | Method and Description |
|---|---|
GxCountryBean |
GxDataService.createOrUpdate(GxCountryBean bean) |
GxCountryBean |
GxDataService.findCountry(Integer oid) |
GxCountryBean |
GxDataService.findCountryByCityName(String cityName) |
GxCountryBean |
GxDataService.findCountryByCountryAlpha3Code(String alpha3Code) |
GxCountryBean |
GxDataService.findCountryByCountryName(String countryName) |
GxCountryBean |
GxDataService.findCountryByNumericCode(Integer numericCode) |
GxCountryBean |
GxDataService.findCountryByStateCode(String stateCode) |
GxCountryBean |
GxDataService.findCountryByStateName(String stateName) |
| Modifier and Type | Method and Description |
|---|---|
List<GxCountryBean> |
GxDataService.findCountry() |
| Modifier and Type | Method and Description |
|---|---|
GxCountryBean |
GxDataService.createOrUpdate(GxCountryBean bean) |
void |
GxDataService.delete(GxCountryBean bean) |
| Modifier and Type | Method and Description |
|---|---|
BeanFault<Integer,GxCountryBean> |
GxCityBean.getCountryBeanFault() |
BeanFault<Integer,GxCountryBean> |
GxStateBean.getCountryBeanFault() |
| Modifier and Type | Method and Description |
|---|---|
void |
GxCityBean.setCountryBeanFault(BeanFault<Integer,GxCountryBean> countryBeanFault) |
void |
GxStateBean.setCountryBeanFault(BeanFault<Integer,GxCountryBean> countryBeanFault) |
| Modifier and Type | Method and Description |
|---|---|
GxCountryBean |
GxDataServiceImpl.createOrUpdate(GxCountryBean bean) |
GxCountryBean |
GxDataServiceImpl.findCountry(Integer oid) |
GxCountryBean |
GxDataServiceImpl.findCountryByCityName(String cityName) |
GxCountryBean |
GxDataServiceImpl.findCountryByCountryAlpha3Code(String alpha3Code) |
GxCountryBean |
GxDataServiceImpl.findCountryByCountryName(String countryName) |
GxCountryBean |
GxDataServiceImpl.findCountryByNumericCode(Integer numericCode) |
GxCountryBean |
GxDataServiceImpl.findCountryByStateCode(String stateCode) |
GxCountryBean |
GxDataServiceImpl.findCountryByStateName(String stateName) |
| Modifier and Type | Method and Description |
|---|---|
List<GxCountryBean> |
GxDataServiceImpl.findCountry() |
| Modifier and Type | Method and Description |
|---|---|
GxCountryBean |
GxDataServiceImpl.createOrUpdate(GxCountryBean bean) |
void |
GxDataServiceImpl.delete(GxCountryBean bean) |
Copyright © 2019. All rights reserved.