Class AbstractCreateClass
- java.lang.Object
-
- de.knightsoftnet.validators.shared.data.AbstractCreateClass
-
public abstract class AbstractCreateClass extends Object
Read gwt constants from properties file, server and client side shared parts.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description AbstractCreateClass()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static PhoneCountryDataaddCountryToPhoneMap(Map<String,String> pphoneCountryNames, Map<String,PhoneCountryData> pcountryPhoneMap, Map<String,String> pphoneTrunkAndExitCodes, PhoneCountryCodeData pentry, String pcountryCode)protected static Map<String,PhoneCountryData>createMapFromPhoneCountry(Locale plocale, Set<PhoneCountryCodeData> pcountries, Map<String,String> pphoneCountryNames, Map<String,String> pphoneCountryCodes)protected static PhoneCountryConstantsImplcreatePhoneCountryConstants(Locale plocale)protected static Set<PhoneCountryCodeData>readPhoneCountryProperties(Locale plocale, Map<String,String> pphoneCountryNames, Map<String,String> pphoneCountryCodes)
-
-
-
Method Detail
-
createPhoneCountryConstants
protected static PhoneCountryConstantsImpl createPhoneCountryConstants(Locale plocale)
-
readPhoneCountryProperties
protected static Set<PhoneCountryCodeData> readPhoneCountryProperties(Locale plocale, Map<String,String> pphoneCountryNames, Map<String,String> pphoneCountryCodes)
-
createMapFromPhoneCountry
protected static Map<String,PhoneCountryData> createMapFromPhoneCountry(Locale plocale, Set<PhoneCountryCodeData> pcountries, Map<String,String> pphoneCountryNames, Map<String,String> pphoneCountryCodes)
-
addCountryToPhoneMap
protected static PhoneCountryData addCountryToPhoneMap(Map<String,String> pphoneCountryNames, Map<String,PhoneCountryData> pcountryPhoneMap, Map<String,String> pphoneTrunkAndExitCodes, PhoneCountryCodeData pentry, String pcountryCode)
-
-