@Path(value="/api/phonenumberservice")
@Produces(value="application/json")
@Consumes(value="application/json")
public interface PhoneNumberServiceAsync
extends org.fusesource.restygwt.client.RestService
| Modifier and Type | Method and Description |
|---|---|
void |
formatCommon(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatCommonInternational(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatCommonInternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatCommonNational(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatCommonNationalWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatCommonWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatDin5008(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatDin5008International(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatDin5008InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatDin5008National(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatDin5008NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatDin5008WithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatE123(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatE123International(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatE123InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatE123National(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatE123NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatE123WithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatMs(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatMsWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatRfc3966(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatRfc3966WithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
formatUrl(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback) |
void |
formatUrlWithPos(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback) |
void |
getSuggestions(String planguage,
String psearch,
int plimit,
org.fusesource.restygwt.client.MethodCallback<List<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback) |
void |
parseAndFormatPhoneNumber(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<PhoneNumberDataWithFormats> pcallback) |
void |
parsePhoneNumber(String planguage,
String pcountry,
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.PhoneNumberData> pcallback) |
void |
parsePhoneNumber(ValueWithPosAndCountry<String> pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback) |
void |
validate(String pcountry,
String pphoneNumber,
Boolean pdin5008,
Boolean pe123,
Boolean puri,
Boolean pms,
Boolean pcommon,
org.fusesource.restygwt.client.MethodCallback<Boolean> pcallback) |
@GET
@Path(value="parsePhoneNumber")
void parsePhoneNumber(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.PhoneNumberData> pcallback)
@PUT @Path(value="parsewithpos") void parsePhoneNumber(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback)
@GET
@Path(value="parseandformat")
void parseAndFormatPhoneNumber(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<PhoneNumberDataWithFormats> pcallback)
@GET
@Path(value="formate123")
void formatE123(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formate123withpos") void formatE123WithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formate123international")
void formatE123International(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formate123internationalwithpos") void formatE123InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formate123national")
void formatE123National(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formate123nationalwithpos") void formatE123NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatdin5008")
void formatDin5008(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatdin5008withpos") void formatDin5008WithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatdin5008international")
void formatDin5008International(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatdin5008internationalwithpos") void formatDin5008InternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatdin5008national")
void formatDin5008National(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatdin5008nationalwithpos") void formatDin5008NationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatrfc3966")
void formatRfc3966(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatrfc3966withpos") void formatRfc3966WithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatms")
void formatMs(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatmswithpos") void formatMsWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formaturl")
void formatUrl(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formaturlwithpos") void formatUrlWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatcommon")
void formatCommon(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatcommonwithpos") void formatCommonWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatcommoninternational")
void formatCommonInternational(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatcommoninternationalwithpos") void formatCommonInternationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="formatcommonnational")
void formatCommonNational(@QueryParam(value="language")
String planguage,
@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
org.fusesource.restygwt.client.MethodCallback<String> pcallback)
@PUT @Path(value="formatcommonnationalwithpos") void formatCommonNationalWithPos(ValueWithPosAndCountry<String> pphoneNumber, org.fusesource.restygwt.client.MethodCallback<de.knightsoftnet.validators.shared.data.ValueWithPos<String>> pcallback)
@GET
@Path(value="getsuggestions")
void getSuggestions(@QueryParam(value="language")
String planguage,
@QueryParam(value="search")
String psearch,
@QueryParam(value="limit")
int plimit,
org.fusesource.restygwt.client.MethodCallback<List<de.knightsoftnet.validators.shared.data.PhoneNumberData>> pcallback)
@GET
@Path(value="validate")
void validate(@QueryParam(value="country")
String pcountry,
@QueryParam(value="phonenumber")
String pphoneNumber,
@QueryParam(value="din5008")
Boolean pdin5008,
@QueryParam(value="e123")
Boolean pe123,
@QueryParam(value="uri")
Boolean puri,
@QueryParam(value="ms")
Boolean pms,
@QueryParam(value="common")
Boolean pcommon,
org.fusesource.restygwt.client.MethodCallback<Boolean> pcallback)
Copyright © 2016–2018. All rights reserved.