| Package | Description |
|---|---|
| io.graphenee.core.model.api | |
| io.graphenee.core.model.bean | |
| io.graphenee.core.model.impl |
| Modifier and Type | Method and Description |
|---|---|
GxCityBean |
GxDataService.createOrUpdate(GxCityBean cityBean) |
GxCityBean |
GxDataService.findCity(Integer oid) |
GxCityBean |
GxDataService.findCityByCityName(String cityName) |
| Modifier and Type | Method and Description |
|---|---|
List<GxCityBean> |
GxDataService.findCity() |
List<GxCityBean> |
GxDataService.findCityByCountry(Integer oidCountry) |
List<GxCityBean> |
GxDataService.findCityByCountryNumericCode(Integer numericCode) |
List<GxCityBean> |
GxDataService.findCityByState(Integer oidState) |
List<GxCityBean> |
GxDataService.findCityByStateCode(String stateCode) |
| Modifier and Type | Method and Description |
|---|---|
GxCityBean |
GxDataService.createOrUpdate(GxCityBean cityBean) |
void |
GxDataService.delete(GxCityBean cityBean) |
| Modifier and Type | Method and Description |
|---|---|
BeanCollectionFault<GxCityBean> |
GxCountryBean.getCityBeanColltionFault() |
BeanCollectionFault<GxCityBean> |
GxStateBean.getCityBeanColltionFault() |
Collection<GxCityBean> |
GxCountryBean.getCityBeans() |
Collection<GxCityBean> |
GxStateBean.getCityBeans() |
| Modifier and Type | Method and Description |
|---|---|
void |
GxCountryBean.setCityBeanColltionFault(BeanCollectionFault<GxCityBean> cityBeanColltionFault) |
void |
GxStateBean.setCityBeanColltionFault(BeanCollectionFault<GxCityBean> cityBeanColltionFault) |
void |
GxCountryBean.setCityBeans(Collection<GxCityBean> cityBeans) |
void |
GxStateBean.setCityBeans(Collection<GxCityBean> cityBeans) |
| Modifier and Type | Method and Description |
|---|---|
GxCityBean |
GxDataServiceImpl.createOrUpdate(GxCityBean bean) |
GxCityBean |
GxDataServiceImpl.findCity(Integer oid) |
GxCityBean |
GxDataServiceImpl.findCityByCityName(String cityName) |
| Modifier and Type | Method and Description |
|---|---|
List<GxCityBean> |
GxDataServiceImpl.findCity() |
List<GxCityBean> |
GxDataServiceImpl.findCityByCountry(Integer oidCountry) |
List<GxCityBean> |
GxDataServiceImpl.findCityByCountryNumericCode(Integer numericCode) |
List<GxCityBean> |
GxDataServiceImpl.findCityByState(Integer oidState) |
List<GxCityBean> |
GxDataServiceImpl.findCityByStateCode(String stateCode) |
| Modifier and Type | Method and Description |
|---|---|
GxCityBean |
GxDataServiceImpl.createOrUpdate(GxCityBean bean) |
void |
GxDataServiceImpl.delete(GxCityBean bean) |
Copyright © 2019. All rights reserved.