var Proxy=function() {
Proxy.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Proxy.prototype={
GetAverageRating:function(recordid,from,cookie_rating,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetAverageRating',false,{recordid:recordid,from:from,cookie_rating:cookie_rating},succeededCallback,failedCallback,userContext); },
GetRatingsByRecordID:function(CompanyList,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetRatingsByRecordID',false,{CompanyList:CompanyList},succeededCallback,failedCallback,userContext); },
GetRatingsByRecordIDPUID:function(recordId,PUID,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetRatingsByRecordIDPUID',false,{recordId:recordId,PUID:PUID},succeededCallback,failedCallback,userContext); },
GetCategoriesBySearchTerm:function(what,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetCategoriesBySearchTerm',false,{what:what},succeededCallback,failedCallback,userContext); },
GetListingsByBusinessName:function(what,where,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetListingsByBusinessName',false,{what:what,where:where,includesurrounds:includesurrounds,includeservicing:includeservicing,sortbyrelevance:sortbyrelevance,sortbyname:sortbyname,sortbydistance:sortbydistance,startrec:startrec,endrec:endrec},succeededCallback,failedCallback,userContext); },
GetListingsByCategoryID:function(categoryID,what,postcode,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetListingsByCategoryID',false,{categoryID:categoryID,what:what,postcode:postcode,includesurrounds:includesurrounds,includeservicing:includeservicing,sortbyrelevance:sortbyrelevance,sortbyname:sortbyname,sortbydistance:sortbydistance,startrec:startrec,endrec:endrec},succeededCallback,failedCallback,userContext); },
GetListingByBusinessID:function(recordId,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetListingByBusinessID',false,{recordId:recordId},succeededCallback,failedCallback,userContext); },
GetPlatinumAds:function(heading_id,identifier,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetPlatinumAds',false,{heading_id:heading_id,identifier:identifier},succeededCallback,failedCallback,userContext); },
GetPostcodeBySuburb:function(suburbPartial,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetPostcodeBySuburb',false,{suburbPartial:suburbPartial},succeededCallback,failedCallback,userContext); },
GetSessionKey:function(ibl_id,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetSessionKey',false,{ibl_id:ibl_id},succeededCallback,failedCallback,userContext); },
InsertRating:function(rating,profileid,recordid,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'InsertRating',false,{rating:rating,profileid:profileid,recordid:recordid},succeededCallback,failedCallback,userContext); },
SendToMobile:function(businessName,businessPhone,mobileNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'SendToMobile',false,{businessName:businessName,businessPhone:businessPhone,mobileNumber:mobileNumber},succeededCallback,failedCallback,userContext); },
UpdateRating:function(rating,profileid,recordid,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'UpdateRating',false,{rating:rating,profileid:profileid,recordid:recordid},succeededCallback,failedCallback,userContext); },
GetListingsRatings:function(recordid,profileid,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetListingsRatings',false,{recordid:recordid,profileid:profileid},succeededCallback,failedCallback,userContext); },
GenericGetSuburbsByPartial:function(suburbPartial,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GenericGetSuburbsByPartial',false,{suburbPartial:suburbPartial},succeededCallback,failedCallback,userContext); },
GenericGetListingsByBusinessName:function(what,where,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GenericGetListingsByBusinessName',false,{what:what,where:where,includesurrounds:includesurrounds,includeservicing:includeservicing,sortbyrelevance:sortbyrelevance,sortbyname:sortbyname,sortbydistance:sortbydistance,startrec:startrec,endrec:endrec},succeededCallback,failedCallback,userContext); },
GenericGetListingByID:function(companyID,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GenericGetListingByID',false,{companyID:companyID},succeededCallback,failedCallback,userContext); },
GetSponsoredListingsByBoundingBox:function(sponsorID,topLeftLat,topLeftLon,bottomRightLat,bottomRightLon,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetSponsoredListingsByBoundingBox',false,{sponsorID:sponsorID,topLeftLat:topLeftLat,topLeftLon:topLeftLon,bottomRightLat:bottomRightLat,bottomRightLon:bottomRightLon},succeededCallback,failedCallback,userContext); },
GetMotorMouthListingsByBoundingBox:function(topLeftLat,topLeftLon,bottomRightLat,bottomRightLon,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetMotorMouthListingsByBoundingBox',false,{topLeftLat:topLeftLat,topLeftLon:topLeftLon,bottomRightLat:bottomRightLat,bottomRightLon:bottomRightLon},succeededCallback,failedCallback,userContext); },
GetMotorMouthListingsByCenterPoint:function(lat,lon,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetMotorMouthListingsByCenterPoint',false,{lat:lat,lon:lon},succeededCallback,failedCallback,userContext); },
GetUserPUID:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GetUserPUID',false,{},succeededCallback,failedCallback,userContext); },
GenericOrderedListingsByBoundingBox:function(what,topLeftLat,topLeftLon,botRightLat,botLeftLon,centerLat,centerLon,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,succeededCallback, failedCallback, userContext) {
return this._invoke(Proxy.get_path(), 'GenericOrderedListingsByBoundingBox',false,{what:what,topLeftLat:topLeftLat,topLeftLon:topLeftLon,botRightLat:botRightLat,botLeftLon:botLeftLon,centerLat:centerLat,centerLon:centerLon,includesurrounds:includesurrounds,includeservicing:includeservicing,sortbyrelevance:sortbyrelevance,sortbyname:sortbyname,sortbydistance:sortbydistance,startrec:startrec,endrec:endrec},succeededCallback,failedCallback,userContext); }}
Proxy.registerClass('Proxy',Sys.Net.WebServiceProxy);
Proxy._staticInstance = new Proxy();
Proxy.set_path = function(value) { Proxy._staticInstance._path = value; }
Proxy.get_path = function() { return Proxy._staticInstance._path; }
Proxy.set_timeout = function(value) { Proxy._staticInstance._timeout = value; }
Proxy.get_timeout = function() { return Proxy._staticInstance._timeout; }
Proxy.set_defaultUserContext = function(value) { Proxy._staticInstance._userContext = value; }
Proxy.get_defaultUserContext = function() { return Proxy._staticInstance._userContext; }
Proxy.set_defaultSucceededCallback = function(value) { Proxy._staticInstance._succeeded = value; }
Proxy.get_defaultSucceededCallback = function() { return Proxy._staticInstance._succeeded; }
Proxy.set_defaultFailedCallback = function(value) { Proxy._staticInstance._failed = value; }
Proxy.get_defaultFailedCallback = function() { return Proxy._staticInstance._failed; }
Proxy.set_path("/Proxy.asmx");
Proxy.GetAverageRating= function(recordid,from,cookie_rating,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetAverageRating(recordid,from,cookie_rating,onSuccess,onFailed,userContext); }
Proxy.GetRatingsByRecordID= function(CompanyList,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetRatingsByRecordID(CompanyList,onSuccess,onFailed,userContext); }
Proxy.GetRatingsByRecordIDPUID= function(recordId,PUID,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetRatingsByRecordIDPUID(recordId,PUID,onSuccess,onFailed,userContext); }
Proxy.GetCategoriesBySearchTerm= function(what,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetCategoriesBySearchTerm(what,onSuccess,onFailed,userContext); }
Proxy.GetListingsByBusinessName= function(what,where,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetListingsByBusinessName(what,where,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext); }
Proxy.GetListingsByCategoryID= function(categoryID,what,postcode,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetListingsByCategoryID(categoryID,what,postcode,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext); }
Proxy.GetListingByBusinessID= function(recordId,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetListingByBusinessID(recordId,onSuccess,onFailed,userContext); }
Proxy.GetPlatinumAds= function(heading_id,identifier,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetPlatinumAds(heading_id,identifier,onSuccess,onFailed,userContext); }
Proxy.GetPostcodeBySuburb= function(suburbPartial,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetPostcodeBySuburb(suburbPartial,onSuccess,onFailed,userContext); }
Proxy.GetSessionKey= function(ibl_id,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetSessionKey(ibl_id,onSuccess,onFailed,userContext); }
Proxy.InsertRating= function(rating,profileid,recordid,onSuccess,onFailed,userContext) {Proxy._staticInstance.InsertRating(rating,profileid,recordid,onSuccess,onFailed,userContext); }
Proxy.SendToMobile= function(businessName,businessPhone,mobileNumber,onSuccess,onFailed,userContext) {Proxy._staticInstance.SendToMobile(businessName,businessPhone,mobileNumber,onSuccess,onFailed,userContext); }
Proxy.UpdateRating= function(rating,profileid,recordid,onSuccess,onFailed,userContext) {Proxy._staticInstance.UpdateRating(rating,profileid,recordid,onSuccess,onFailed,userContext); }
Proxy.GetListingsRatings= function(recordid,profileid,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetListingsRatings(recordid,profileid,onSuccess,onFailed,userContext); }
Proxy.GenericGetSuburbsByPartial= function(suburbPartial,onSuccess,onFailed,userContext) {Proxy._staticInstance.GenericGetSuburbsByPartial(suburbPartial,onSuccess,onFailed,userContext); }
Proxy.GenericGetListingsByBusinessName= function(what,where,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext) {Proxy._staticInstance.GenericGetListingsByBusinessName(what,where,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext); }
Proxy.GenericGetListingByID= function(companyID,onSuccess,onFailed,userContext) {Proxy._staticInstance.GenericGetListingByID(companyID,onSuccess,onFailed,userContext); }
Proxy.GetSponsoredListingsByBoundingBox= function(sponsorID,topLeftLat,topLeftLon,bottomRightLat,bottomRightLon,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetSponsoredListingsByBoundingBox(sponsorID,topLeftLat,topLeftLon,bottomRightLat,bottomRightLon,onSuccess,onFailed,userContext); }
Proxy.GetMotorMouthListingsByBoundingBox= function(topLeftLat,topLeftLon,bottomRightLat,bottomRightLon,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetMotorMouthListingsByBoundingBox(topLeftLat,topLeftLon,bottomRightLat,bottomRightLon,onSuccess,onFailed,userContext); }
Proxy.GetMotorMouthListingsByCenterPoint= function(lat,lon,onSuccess,onFailed,userContext) {Proxy._staticInstance.GetMotorMouthListingsByCenterPoint(lat,lon,onSuccess,onFailed,userContext); }
Proxy.GetUserPUID= function(onSuccess,onFailed,userContext) {Proxy._staticInstance.GetUserPUID(onSuccess,onFailed,userContext); }
Proxy.GenericOrderedListingsByBoundingBox= function(what,topLeftLat,topLeftLon,botRightLat,botLeftLon,centerLat,centerLon,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext) {Proxy._staticInstance.GenericOrderedListingsByBoundingBox(what,topLeftLat,topLeftLon,botRightLat,botLeftLon,centerLat,centerLon,includesurrounds,includeservicing,sortbyrelevance,sortbyname,sortbydistance,startrec,endrec,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}
