Uses of Class
de.knightsoftnet.validators.shared.data.PhoneCountryData
-
Packages that use PhoneCountryData Package Description de.knightsoftnet.validators.shared.data this package contains interfaces for constants.de.knightsoftnet.validators.shared.util utility classes which can be used on server and client side. -
-
Uses of PhoneCountryData in de.knightsoftnet.validators.shared.data
Methods in de.knightsoftnet.validators.shared.data that return PhoneCountryData Modifier and Type Method Description protected static PhoneCountryDataAbstractCreateClass. addCountryToPhoneMap(Map<String,String> pphoneCountryNames, Map<String,PhoneCountryData> pcountryPhoneMap, Map<String,String> pphoneTrunkAndExitCodes, PhoneCountryCodeData pentry, String pcountryCode)PhoneCountryDataPhoneCountryCodeData. getPhoneCountryData()Methods in de.knightsoftnet.validators.shared.data that return types with arguments of type PhoneCountryData Modifier and Type Method Description protected static Map<String,PhoneCountryData>AbstractCreateClass. createMapFromPhoneCountry(Locale plocale, Set<PhoneCountryCodeData> pcountries, Map<String,String> pphoneCountryNames, Map<String,String> pphoneCountryCodes)Map<String,PhoneCountryData>PhoneCountryConstantsImpl. getCountriesMap()Map<String,PhoneCountryData>PhoneCountrySharedConstants. getCountriesMap()Methods in de.knightsoftnet.validators.shared.data with parameters of type PhoneCountryData Modifier and Type Method Description voidPhoneCountryCodeData. setPhoneCountryData(PhoneCountryData pphoneCountryData)Method parameters in de.knightsoftnet.validators.shared.data with type arguments of type PhoneCountryData Modifier and Type Method Description voidPhoneCountryConstantsImpl. setCountriesMap(Map<String,PhoneCountryData> countriesMap)map of countries.Constructor parameters in de.knightsoftnet.validators.shared.data with type arguments of type PhoneCountryData Constructor Description PhoneCountryConstantsImpl(Set<PhoneCountryCodeData> pcountryCode, Map<String,PhoneCountryData> pcountryMap)constructor initializing set. -
Uses of PhoneCountryData in de.knightsoftnet.validators.shared.util
Fields in de.knightsoftnet.validators.shared.util declared as PhoneCountryData Modifier and Type Field Description protected PhoneCountryDataAbstractPhoneNumberUtil. defaultCountryDataMethods in de.knightsoftnet.validators.shared.util with parameters of type PhoneCountryData Modifier and Type Method Description StringAbstractPhoneNumberUtil. formatCommon(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData)format phone number in common format.ValueWithPos<String>AbstractPhoneNumberUtil. formatCommonWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData)format phone number in common format with cursor position handling.StringAbstractPhoneNumberUtil. formatDin5008(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData)format phone number in DIN 5008 format.ValueWithPos<String>AbstractPhoneNumberUtil. formatDin5008WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData)format phone number in DIN 5008 format with cursor position handling.StringAbstractPhoneNumberUtil. formatE123(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData)format phone number in E123 format.ValueWithPos<String>AbstractPhoneNumberUtil. formatE123WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData)format phone number in E123 format with cursor position handling.ValueWithPos<PhoneNumberData>AbstractPhoneNumberUtil. parsePhoneNumber(ValueWithPos<String> pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData)parse phone number.PhoneNumberInterfaceAbstractPhoneNumberUtil. parsePhoneNumber(String pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData)parse phone number.
-