public class WebServiceAddressService extends Object implements IAddressService
| Constructor and Description |
|---|
WebServiceAddressService() |
| Modifier and Type | Method and Description |
|---|---|
Adresse |
getAdresseInfo(javax.servlet.http.HttpServletRequest request,
long id,
boolean bIsTest) |
String |
getDateSearch() |
String |
getDefaultCity() |
Adresse |
getGeolocalisation(javax.servlet.http.HttpServletRequest request,
long id,
String addresse,
String date,
boolean bIsTest) |
Adresse |
getGeolocalisation(javax.servlet.http.HttpServletRequest request,
String addresse,
String date,
boolean bIsTest)
Finds the geolocalsation.
|
String |
getPassword() |
String |
getTimeOut() |
String |
getUrlWS() |
String |
getUserName() |
fr.paris.lutece.util.ReferenceList |
searchAddress(javax.servlet.http.HttpServletRequest request,
String labeladresse) |
fr.paris.lutece.util.ReferenceList |
searchAddress(javax.servlet.http.HttpServletRequest request,
String labeladresse,
String strArrondissement) |
fr.paris.lutece.util.ReferenceList |
searchAddress(javax.servlet.http.HttpServletRequest request,
String labeladresse,
String strSRID,
String strArrondissement) |
void |
setDateSearch(String strDateSearch) |
void |
setDefaultCity(String strDefaultCity) |
void |
setPassword(String password) |
void |
setTimeOut(String timeOut) |
void |
setUrlWS(String strUrlWS) |
void |
setUserName(String userName) |
public Adresse getGeolocalisation(javax.servlet.http.HttpServletRequest request, String addresse, String date, boolean bIsTest) throws RemoteException
getGeolocationRSID() as RSID.getGeolocalisation in interface IAddressServicerequest - RequestbIsTest - if true test connect at web service, if false search an adressRemoteException - the RemoteExecptiongetGeolocalisation(HttpServletRequest, String, String, boolean)public Adresse getGeolocalisation(javax.servlet.http.HttpServletRequest request, long id, String addresse, String date, boolean bIsTest) throws RemoteException
getGeolocalisation in interface IAddressServicerequest - Requestid - the rsidbIsTest - if true test connect at web service, if false search an adressRemoteException - the RemoteExecptionpublic Adresse getAdresseInfo(javax.servlet.http.HttpServletRequest request, long id, boolean bIsTest) throws RemoteException
getAdresseInfo in interface IAddressServicerequest - Requestid - the adress idbIsTest - if true test connect at web service, if false search an adressRemoteException - the RemoteExecptionpublic fr.paris.lutece.util.ReferenceList searchAddress(javax.servlet.http.HttpServletRequest request,
String labeladresse)
throws RemoteException
searchAddress in interface IAddressServicerequest - Requestlabeladresse - the label adressRemoteException - the RemoteExecptionpublic fr.paris.lutece.util.ReferenceList searchAddress(javax.servlet.http.HttpServletRequest request,
String labeladresse,
String strArrondissement)
throws RemoteException
searchAddress in interface IAddressServicerequest - Requestlabeladresse - the label adressstrArrondissement - ArrondissementRemoteException - the RemoteExecptionpublic fr.paris.lutece.util.ReferenceList searchAddress(javax.servlet.http.HttpServletRequest request,
String labeladresse,
String strSRID,
String strArrondissement)
throws RemoteException
searchAddress in interface IAddressServicestrSRID - the srsidrequest - Requestlabeladresse - the label adressstrArrondissement - ArrondissementRemoteException - the RemoteExecptionpublic String getDateSearch()
public void setDateSearch(String strDateSearch)
strDateSearch - the new date searchpublic String getDefaultCity()
public void setDefaultCity(String strDefaultCity)
strDefaultCity - the new default citypublic String getUrlWS()
public void setUrlWS(String strUrlWS)
strUrlWS - the new web service urlpublic String getPassword()
public void setPassword(String password)
password - the passwordpublic String getUserName()
public void setUserName(String userName)
userName - the user namepublic String getTimeOut()
public void setTimeOut(String timeOut)
timeOut - the timeoutCopyright © 2018 City of Paris. All rights reserved.