Class PhoneCountryConstantsProviderImpl
- java.lang.Object
-
- de.knightsoftnet.validators.client.util.PhoneCountryConstantsProviderImpl
-
- All Implemented Interfaces:
PhoneCountryConstantsProvider
public class PhoneCountryConstantsProviderImpl extends Object implements PhoneCountryConstantsProvider
utility class for phone country constants provider, using CreatePhoneCountryConstantsClass as source.- Author:
- Manfred Tremmel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static interfacePhoneCountryConstantsProviderImpl.PhoneCountryConstantsMapper
-
Constructor Summary
Constructors Constructor Description PhoneCountryConstantsProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstantsgetPhoneCountryConstants()de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstantsgetPhoneCountryConstants(Locale plocale)voidsetPhoneCountrySharedConstantsWhenAvailable(HasSetPhoneCountrySharedConstants preceiver)voidsetPhoneCountrySharedConstantsWhenAvailable(Locale plocale, HasSetPhoneCountrySharedConstants preceiver)
-
-
-
Method Detail
-
getPhoneCountryConstants
public de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants getPhoneCountryConstants()
- Specified by:
getPhoneCountryConstantsin interfacePhoneCountryConstantsProvider
-
getPhoneCountryConstants
public de.knightsoftnet.validators.shared.data.PhoneCountrySharedConstants getPhoneCountryConstants(Locale plocale)
- Specified by:
getPhoneCountryConstantsin interfacePhoneCountryConstantsProvider
-
setPhoneCountrySharedConstantsWhenAvailable
public void setPhoneCountrySharedConstantsWhenAvailable(HasSetPhoneCountrySharedConstants preceiver)
- Specified by:
setPhoneCountrySharedConstantsWhenAvailablein interfacePhoneCountryConstantsProvider
-
setPhoneCountrySharedConstantsWhenAvailable
public void setPhoneCountrySharedConstantsWhenAvailable(Locale plocale, HasSetPhoneCountrySharedConstants preceiver)
- Specified by:
setPhoneCountrySharedConstantsWhenAvailablein interfacePhoneCountryConstantsProvider
-
-