|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CountryElement in com.hack23.cia.model.external.worldbank.countries.impl |
---|
Fields in com.hack23.cia.model.external.worldbank.countries.impl with type parameters of type CountryElement | |
---|---|
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.capitalCity
|
static javax.persistence.metamodel.ListAttribute<CountriesElement,CountryElement> |
CountriesElement_.country
|
protected List<CountryElement> |
CountriesElement.country
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,Integer> |
CountryElement_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,Long> |
CountryElement_.hjid
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.id
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,IncomeLevel> |
CountryElement_.incomeLevel
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.iso2Code
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.latitude
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,LendingType> |
CountryElement_.lendingType
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.longitude
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,String> |
CountryElement_.name
|
static javax.persistence.metamodel.SingularAttribute<CountryElement,Region> |
CountryElement_.region
|
Methods in com.hack23.cia.model.external.worldbank.countries.impl that return CountryElement | |
---|---|
CountryElement |
ObjectFactory.createCountryElement()
Create an instance of CountryElement |
CountryElement |
CountryElement.withCapitalCity(String value)
|
CountryElement |
CountryElement.withId(String value)
|
CountryElement |
CountryElement.withIncomeLevel(IncomeLevel value)
|
CountryElement |
CountryElement.withIso2Code(String value)
|
CountryElement |
CountryElement.withLatitude(String value)
|
CountryElement |
CountryElement.withLendingType(LendingType value)
|
CountryElement |
CountryElement.withLongitude(String value)
|
CountryElement |
CountryElement.withName(String value)
|
CountryElement |
CountryElement.withRegion(Region value)
|
Methods in com.hack23.cia.model.external.worldbank.countries.impl that return types with arguments of type CountryElement | |
---|---|
List<CountryElement> |
CountriesElement.getCountry()
Gets the value of the country property. |
Methods in com.hack23.cia.model.external.worldbank.countries.impl with parameters of type CountryElement | |
---|---|
CountriesElement |
CountriesElement.withCountry(CountryElement... values)
|
Method parameters in com.hack23.cia.model.external.worldbank.countries.impl with type arguments of type CountryElement | |
---|---|
void |
CountriesElement.setCountry(List<CountryElement> country)
|
CountriesElement |
CountriesElement.withCountry(Collection<CountryElement> values)
|
CountriesElement |
CountriesElement.withCountry(List<CountryElement> country)
|
Uses of CountryElement in com.hack23.cia.model.internal.application.data.impl |
---|
Fields in com.hack23.cia.model.internal.application.data.impl declared as CountryElement | |
---|---|
protected CountryElement |
AggregatedCountryData.country
|
Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type CountryElement | |
---|---|
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,CountryElement> |
AggregatedCountryData_.country
|
Methods in com.hack23.cia.model.internal.application.data.impl that return CountryElement | |
---|---|
CountryElement |
AggregatedCountryData.getCountry()
Gets the value of the country property. |
Methods in com.hack23.cia.model.internal.application.data.impl with parameters of type CountryElement | |
---|---|
void |
AggregatedCountryData.setCountry(CountryElement value)
Sets the value of the country property. |
AggregatedCountryData |
AggregatedCountryData.withCountry(CountryElement value)
|
Uses of CountryElement in com.hack23.cia.service.component.agent.impl.worldbank |
---|
Methods in com.hack23.cia.service.component.agent.impl.worldbank with parameters of type CountryElement | |
---|---|
void |
WorldbankImportServiceImpl.updateCountryElement(CountryElement country)
|
void |
WorldbankImportService.updateCountryElement(CountryElement country)
Update country element. |
Uses of CountryElement in com.hack23.cia.service.external.worldbank.api |
---|
Methods in com.hack23.cia.service.external.worldbank.api that return types with arguments of type CountryElement | |
---|---|
List<CountryElement> |
WorldBankApi.getCountries()
Gets the countries. |
Uses of CountryElement in com.hack23.cia.service.external.worldbank.impl |
---|
Methods in com.hack23.cia.service.external.worldbank.impl that return types with arguments of type CountryElement | |
---|---|
List<CountryElement> |
WorldbankApiImpl.getCountries()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |