Uses of Class
de.knightsoftnet.validators.shared.data.PhoneCountryData
Packages that use PhoneCountryData
Package
Description
this package contains interfaces for constants.
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 PhoneCountryDataModifier and TypeMethodDescriptionprotected static PhoneCountryDataAbstractCreateClass.addCountryToPhoneMap(Map<String, String> pphoneCountryNames, Map<String, PhoneCountryData> pcountryPhoneMap, Map<String, String> pphoneTrunkAndExitCodes, PhoneCountryCodeData pentry, String pcountryCode) PhoneCountryCodeData.getPhoneCountryData()Methods in de.knightsoftnet.validators.shared.data that return types with arguments of type PhoneCountryDataModifier and TypeMethodDescriptionprotected static Map<String,PhoneCountryData> AbstractCreateClass.createMapFromPhoneCountry(Locale plocale, Set<PhoneCountryCodeData> pcountries, Map<String, String> pphoneCountryNames, Map<String, String> pphoneCountryCodes) PhoneCountryConstantsImpl.getCountriesMap()PhoneCountrySharedConstants.getCountriesMap()Methods in de.knightsoftnet.validators.shared.data with parameters of type PhoneCountryDataModifier and TypeMethodDescriptionvoidPhoneCountryCodeData.setPhoneCountryData(PhoneCountryData pphoneCountryData) Method parameters in de.knightsoftnet.validators.shared.data with type arguments of type PhoneCountryDataModifier and TypeMethodDescriptionvoidPhoneCountryConstantsImpl.setCountriesMap(Map<String, PhoneCountryData> countriesMap) map of countries.Constructor parameters in de.knightsoftnet.validators.shared.data with type arguments of type PhoneCountryDataModifierConstructorDescriptionPhoneCountryConstantsImpl(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 PhoneCountryDataModifier and TypeFieldDescriptionprotected PhoneCountryDataAbstractPhoneNumberUtil.defaultCountryDataMethods in de.knightsoftnet.validators.shared.util with parameters of type PhoneCountryDataModifier and TypeMethodDescriptionfinal StringAbstractPhoneNumberUtil.formatCommon(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) format phone number in common format.final ValueWithPos<String>AbstractPhoneNumberUtil.formatCommonWithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData) format phone number in common format with cursor position handling.final StringAbstractPhoneNumberUtil.formatDin5008(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) format phone number in DIN 5008 format.final ValueWithPos<String>AbstractPhoneNumberUtil.formatDin5008WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData) format phone number in DIN 5008 format with cursor position handling.final StringAbstractPhoneNumberUtil.formatE123(PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) format phone number in E123 format.final ValueWithPos<String>AbstractPhoneNumberUtil.formatE123WithPos(ValueWithPos<PhoneNumberData> pphoneNumberData, PhoneCountryData pcountryData) format phone number in E123 format with cursor position handling.AbstractPhoneNumberUtil.parsePhoneNumber(ValueWithPos<String> pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) parse phone number.AbstractPhoneNumberUtil.parsePhoneNumber(String pphoneNumber, PhoneNumberInterface pphoneNumberData, PhoneCountryData pcountryData) parse phone number.