Type.registerNamespace('SBKHotel.Web');
SBKHotel.Web.GoogleMapWS=function() {
SBKHotel.Web.GoogleMapWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SBKHotel.Web.GoogleMapWS.prototype={
GetCompletionList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(SBKHotel.Web.GoogleMapWS.get_path(), 'GetCompletionList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
GetDestinationList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(SBKHotel.Web.GoogleMapWS.get_path(), 'GetDestinationList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
GetAjaxHotelNamesList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(SBKHotel.Web.GoogleMapWS.get_path(), 'GetAjaxHotelNamesList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
GetAjaxPostCodesList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(SBKHotel.Web.GoogleMapWS.get_path(), 'GetAjaxPostCodesList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
GetHotelsArray:function(iFromStar,iToStar,fFromLat,fFromLng,fToLat,fToLng,iZoomLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(SBKHotel.Web.GoogleMapWS.get_path(), 'GetHotelsArray',false,{iFromStar:iFromStar,iToStar:iToStar,fFromLat:fFromLat,fFromLng:fFromLng,fToLat:fToLat,fToLng:fToLng,iZoomLevel:iZoomLevel},succeededCallback,failedCallback,userContext); },
GetHotelsArrayById:function(sHotelIdList,bShowDetailLink,bShowZoomInLink,succeededCallback, failedCallback, userContext) {
return this._invoke(SBKHotel.Web.GoogleMapWS.get_path(), 'GetHotelsArrayById',false,{sHotelIdList:sHotelIdList,bShowDetailLink:bShowDetailLink,bShowZoomInLink:bShowZoomInLink},succeededCallback,failedCallback,userContext); }}
SBKHotel.Web.GoogleMapWS.registerClass('SBKHotel.Web.GoogleMapWS',Sys.Net.WebServiceProxy);
SBKHotel.Web.GoogleMapWS._staticInstance = new SBKHotel.Web.GoogleMapWS();
SBKHotel.Web.GoogleMapWS.set_path = function(value) { SBKHotel.Web.GoogleMapWS._staticInstance._path = value; }
SBKHotel.Web.GoogleMapWS.get_path = function() { return SBKHotel.Web.GoogleMapWS._staticInstance._path; }
SBKHotel.Web.GoogleMapWS.set_timeout = function(value) { SBKHotel.Web.GoogleMapWS._staticInstance._timeout = value; }
SBKHotel.Web.GoogleMapWS.get_timeout = function() { return SBKHotel.Web.GoogleMapWS._staticInstance._timeout; }
SBKHotel.Web.GoogleMapWS.set_defaultUserContext = function(value) { SBKHotel.Web.GoogleMapWS._staticInstance._userContext = value; }
SBKHotel.Web.GoogleMapWS.get_defaultUserContext = function() { return SBKHotel.Web.GoogleMapWS._staticInstance._userContext; }
SBKHotel.Web.GoogleMapWS.set_defaultSucceededCallback = function(value) { SBKHotel.Web.GoogleMapWS._staticInstance._succeeded = value; }
SBKHotel.Web.GoogleMapWS.get_defaultSucceededCallback = function() { return SBKHotel.Web.GoogleMapWS._staticInstance._succeeded; }
SBKHotel.Web.GoogleMapWS.set_defaultFailedCallback = function(value) { SBKHotel.Web.GoogleMapWS._staticInstance._failed = value; }
SBKHotel.Web.GoogleMapWS.get_defaultFailedCallback = function() { return SBKHotel.Web.GoogleMapWS._staticInstance._failed; }
SBKHotel.Web.GoogleMapWS.set_path("/WebServices/GoogleMapWS.asmx");
SBKHotel.Web.GoogleMapWS.GetCompletionList= function(prefixText,onSuccess,onFailed,userContext) {SBKHotel.Web.GoogleMapWS._staticInstance.GetCompletionList(prefixText,onSuccess,onFailed,userContext); }
SBKHotel.Web.GoogleMapWS.GetDestinationList= function(prefixText,onSuccess,onFailed,userContext) {SBKHotel.Web.GoogleMapWS._staticInstance.GetDestinationList(prefixText,onSuccess,onFailed,userContext); }
SBKHotel.Web.GoogleMapWS.GetAjaxHotelNamesList= function(prefixText,onSuccess,onFailed,userContext) {SBKHotel.Web.GoogleMapWS._staticInstance.GetAjaxHotelNamesList(prefixText,onSuccess,onFailed,userContext); }
SBKHotel.Web.GoogleMapWS.GetAjaxPostCodesList= function(prefixText,onSuccess,onFailed,userContext) {SBKHotel.Web.GoogleMapWS._staticInstance.GetAjaxPostCodesList(prefixText,onSuccess,onFailed,userContext); }
SBKHotel.Web.GoogleMapWS.GetHotelsArray= function(iFromStar,iToStar,fFromLat,fFromLng,fToLat,fToLng,iZoomLevel,onSuccess,onFailed,userContext) {SBKHotel.Web.GoogleMapWS._staticInstance.GetHotelsArray(iFromStar,iToStar,fFromLat,fFromLng,fToLat,fToLng,iZoomLevel,onSuccess,onFailed,userContext); }
SBKHotel.Web.GoogleMapWS.GetHotelsArrayById= function(sHotelIdList,bShowDetailLink,bShowZoomInLink,onSuccess,onFailed,userContext) {SBKHotel.Web.GoogleMapWS._staticInstance.GetHotelsArrayById(sHotelIdList,bShowDetailLink,bShowZoomInLink,onSuccess,onFailed,userContext); }
