public interface FederalstatesService extends hbm.service.jpa.BusinessService<Federalstates,Integer>
| Modifier and Type | Method and Description |
|---|---|
Federalstates |
findFederalstate(Countries country,
String name)
Find the first federal state from country.
|
Federalstates |
findFederalstateFromIso3166A2code(String iso3166A2code)
Find federal state from iso3166 a2code.
|
String |
findFederalstateNameFromIso3166A2code(String iso3166A2code)
Find federalstate name from iso3166 a2code.
|
List<Federalstates> |
findFederalstatesFromCountry(Countries country)
Find federalstates from country.
|
List<Federalstates> |
findFederalstatesFromCountry(Countries country,
String name)
Find federal states from country.
|
Federalstates |
getFederalstate(String string)
Gets the Federalstates from the given String object.
|
Federalstates findFederalstateFromIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166 a2codeString findFederalstateNameFromIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166 a2codeList<Federalstates> findFederalstatesFromCountry(Countries country)
country - the countryList<Federalstates> findFederalstatesFromCountry(Countries country, String name)
country - the countryname - the name of the federal stateFederalstates findFederalstate(Countries country, String name)
country - the countryname - the name of the federal stateFederalstates getFederalstate(String string)
Copyright © 2015. All rights reserved.