public interface FederalstatesService extends de.alpharogroup.db.service.api.BusinessService<de.alpharogroup.address.book.entities.Federalstates,Integer>
FederalstatesService.| Modifier and Type | Method and Description |
|---|---|
de.alpharogroup.address.book.entities.Federalstates |
findFederalstate(de.alpharogroup.address.book.entities.Countries country,
String name)
Find the first federal state from country.
|
de.alpharogroup.address.book.entities.Federalstates |
findFederalstateFromIso3166A2code(String iso3166A2code)
Find federal state from iso3166 a2code.
|
String |
findFederalstateNameFromIso3166A2code(String iso3166A2code)
Find federalstate name from iso3166 a2code.
|
List<de.alpharogroup.address.book.entities.Federalstates> |
findFederalstatesFromCountry(de.alpharogroup.address.book.entities.Countries country)
Find federalstates from country.
|
List<de.alpharogroup.address.book.entities.Federalstates> |
findFederalstatesFromCountry(de.alpharogroup.address.book.entities.Countries country,
String name)
Find federal states from country.
|
de.alpharogroup.address.book.entities.Federalstates |
getFederalstate(String string)
Deprecated.
use instead
getFederalstate(String, String) |
de.alpharogroup.address.book.entities.Federalstates |
getFederalstate(String country,
String stateCode)
Gets the Federalstates from the given String objects.
|
de.alpharogroup.address.book.entities.Federalstates findFederalstate(de.alpharogroup.address.book.entities.Countries country,
String name)
country - the countryname - the name of the federal statede.alpharogroup.address.book.entities.Federalstates findFederalstateFromIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166 a2codeString findFederalstateNameFromIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166 a2codeList<de.alpharogroup.address.book.entities.Federalstates> findFederalstatesFromCountry(de.alpharogroup.address.book.entities.Countries country)
country - the countryList<de.alpharogroup.address.book.entities.Federalstates> findFederalstatesFromCountry(de.alpharogroup.address.book.entities.Countries country, String name)
country - the countryname - the name of the federal state@Deprecated de.alpharogroup.address.book.entities.Federalstates getFederalstate(String string)
getFederalstate(String, String)string - a concat string from country and an optional state string code.de.alpharogroup.address.book.entities.Federalstates 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.