public interface FederalstateService extends de.alpharogroup.service.domain.DomainService<Integer,Federalstate>
| Modifier and Type | Method and Description |
|---|---|
Federalstate |
findFederalstate(Country country,
String name)
Find the first federal state from country.
|
Federalstate |
findFederalstateFromIso3166A2code(String iso3166A2code)
Find federal state from iso3166 a2code.
|
String |
findFederalstateNameFromIso3166A2code(String iso3166A2code)
Find federalstate name from iso3166 a2code.
|
List<Federalstate> |
findFederalstatesFromCountry(Country country)
Find federalstates from country.
|
List<Federalstate> |
findFederalstatesFromCountry(Country country,
String name)
Find federal states from country.
|
Federalstate |
getFederalstate(String string)
Deprecated.
use instead
getFederalstate(String, String) |
Federalstate |
getFederalstate(String country,
String stateCode)
Gets the Federalstate from the given String objects.
|
Federalstate findFederalstate(Country country, String name)
country - the countryname - the name of the federal stateFederalstate findFederalstateFromIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166 a2codeString findFederalstateNameFromIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166 a2codeList<Federalstate> findFederalstatesFromCountry(Country country)
country - the countryList<Federalstate> findFederalstatesFromCountry(Country country, String name)
country - the countryname - the name of the federal state@Deprecated Federalstate getFederalstate(String string)
getFederalstate(String, String)string - a concat string from country and an optional state string code.Federalstate getFederalstate(String country, String stateCode)
country - the country.stateCode - the optional state string code.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.