Uses of Class
de.knightsoftnet.validators.shared.data.ValueWithPosAndCountry
-
Packages that use ValueWithPosAndCountry Package Description de.knightsoftnet.validators.client.rest.api de.knightsoftnet.validators.server.rest.api -
-
Uses of ValueWithPosAndCountry in de.knightsoftnet.validators.client.rest.api
Methods in de.knightsoftnet.validators.client.rest.api with parameters of type ValueWithPosAndCountry Modifier and Type Method Description voidPhoneNumberServiceAsync. formatCommonInternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatCommonNationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatCommonWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatDin5008InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatDin5008NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatDin5008WithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatE123InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatE123NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatE123WithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatMsWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatRfc3966WithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. formatUrlWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)voidPhoneNumberServiceAsync. parsePhoneNumber(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback) -
Uses of ValueWithPosAndCountry in de.knightsoftnet.validators.server.rest.api
Methods in de.knightsoftnet.validators.server.rest.api with parameters of type ValueWithPosAndCountry Modifier and Type Method Description de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatCommonInternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatCommonNationalWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatCommonWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatDin5008InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatDin5008NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatDin5008WithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatE123InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatE123NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatE123WithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatMsWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatRfc3966WithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<String>PhoneNumberService. formatUrlWithPos(ValueWithPosAndCountry<String> pphoneNumber)de.knightsoftnet.validators.shared.data.ValueWithPos<de.knightsoftnet.validators.shared.data.PhoneNumberData>PhoneNumberService. parsePhoneNumber(ValueWithPosAndCountry<String> pphoneNumber)
-