| Package | Description |
|---|---|
| io.graphenee.core.model.api | |
| io.graphenee.core.model.impl |
| Modifier and Type | Method and Description |
|---|---|
GxCurrencyBean |
GxDataService.createOrUpdate(GxCurrencyBean bean) |
GxCurrencyBean |
GxDataService.findCurrency(Integer oid) |
GxCurrencyBean |
GxDataService.findCurrencyByCurrencyAlpha3Code(String alpha3Code) |
GxCurrencyBean |
GxDataService.findCurrencyByCurrencyNumericCode(Integer numericCode) |
| Modifier and Type | Method and Description |
|---|---|
List<GxCurrencyBean> |
GxDataService.findCurrency() |
List<GxCurrencyBean> |
GxDataService.findCurrencyActive() |
| Modifier and Type | Method and Description |
|---|---|
GxCurrencyBean |
GxDataService.createOrUpdate(GxCurrencyBean bean) |
void |
GxDataService.delete(GxCurrencyBean bean) |
| Modifier and Type | Method and Description |
|---|---|
GxCurrencyBean |
GxDataServiceImpl.createOrUpdate(GxCurrencyBean bean) |
GxCurrencyBean |
GxDataServiceImpl.findCurrency(Integer oid) |
GxCurrencyBean |
GxDataServiceImpl.findCurrencyByCurrencyAlpha3Code(String alpha3Code) |
GxCurrencyBean |
GxDataServiceImpl.findCurrencyByCurrencyNumericCode(Integer numericCode) |
| Modifier and Type | Method and Description |
|---|---|
List<GxCurrencyBean> |
GxDataServiceImpl.findCurrency() |
List<GxCurrencyBean> |
GxDataServiceImpl.findCurrencyActive() |
| Modifier and Type | Method and Description |
|---|---|
GxCurrencyBean |
GxDataServiceImpl.createOrUpdate(GxCurrencyBean bean) |
void |
GxDataServiceImpl.delete(GxCurrencyBean bean) |
Copyright © 2019. All rights reserved.