var Migmap_pageMethods=function() {
Migmap_pageMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Migmap_pageMethods.prototype={
GetReportDetails:function(lat,lon,city,state,showBackToSearchResults,isCurrentSeasonReports,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'GetReportDetails',false,{lat:lat,lon:lon,city:city,state:state,showBackToSearchResults:showBackToSearchResults,isCurrentSeasonReports:isCurrentSeasonReports},succeededCallback,failedCallback,userContext); },
GetAveryReportDetails:function(lat,lon,city,state,reportID,showBackToSearchResults,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'GetAveryReportDetails',false,{lat:lat,lon:lon,city:city,state:state,reportID:reportID,showBackToSearchResults:showBackToSearchResults},succeededCallback,failedCallback,userContext); },
SubmitReport:function(firstName,lastName,email,allowContact,classificationID,countryID,city,stateProvinceID,zip,veLong,veLat,activityLevelID,timeID,weatherID,tempID,windID,windDirectionID,newsletter,comments,clientBrowser,clientScreenSize,clientIP,stateProvName,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'SubmitReport',false,{firstName:firstName,lastName:lastName,email:email,allowContact:allowContact,classificationID:classificationID,countryID:countryID,city:city,stateProvinceID:stateProvinceID,zip:zip,veLong:veLong,veLat:veLat,activityLevelID:activityLevelID,timeID:timeID,weatherID:weatherID,tempID:tempID,windID:windID,windDirectionID:windDirectionID,newsletter:newsletter,comments:comments,clientBrowser:clientBrowser,clientScreenSize:clientScreenSize,clientIP:clientIP,stateProvName:stateProvName},succeededCallback,failedCallback,userContext); },
ValidateLocation:function(city,stateProvinceName,countryID,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'ValidateLocation',false,{city:city,stateProvinceName:stateProvinceName,countryID:countryID},succeededCallback,failedCallback,userContext); },
LocationSearchReports:function(lat,lon,countryID,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'LocationSearchReports',false,{lat:lat,lon:lon,countryID:countryID},succeededCallback,failedCallback,userContext); },
GetLocationWeather:function(lat,lon,location,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'GetLocationWeather',false,{lat:lat,lon:lon,location:location},succeededCallback,failedCallback,userContext); },
SaveSubscription:function(lat,lon,email,succeededCallback, failedCallback, userContext) {
return this._invoke(Migmap_pageMethods.get_path(), 'SaveSubscription',false,{lat:lat,lon:lon,email:email},succeededCallback,failedCallback,userContext); }}
Migmap_pageMethods.registerClass('Migmap_pageMethods',Sys.Net.WebServiceProxy);
Migmap_pageMethods._staticInstance = new Migmap_pageMethods();
Migmap_pageMethods.set_path = function(value) { Migmap_pageMethods._staticInstance._path = value; }
Migmap_pageMethods.get_path = function() { return Migmap_pageMethods._staticInstance._path; }
Migmap_pageMethods.set_timeout = function(value) { Migmap_pageMethods._staticInstance._timeout = value; }
Migmap_pageMethods.get_timeout = function() { return Migmap_pageMethods._staticInstance._timeout; }
Migmap_pageMethods.set_defaultUserContext = function(value) { Migmap_pageMethods._staticInstance._userContext = value; }
Migmap_pageMethods.get_defaultUserContext = function() { return Migmap_pageMethods._staticInstance._userContext; }
Migmap_pageMethods.set_defaultSucceededCallback = function(value) { Migmap_pageMethods._staticInstance._succeeded = value; }
Migmap_pageMethods.get_defaultSucceededCallback = function() { return Migmap_pageMethods._staticInstance._succeeded; }
Migmap_pageMethods.set_defaultFailedCallback = function(value) { Migmap_pageMethods._staticInstance._failed = value; }
Migmap_pageMethods.get_defaultFailedCallback = function() { return Migmap_pageMethods._staticInstance._failed; }
Migmap_pageMethods.set_path("/migrationmap/migmap_pageMethods.asmx");
Migmap_pageMethods.GetReportDetails= function(lat,lon,city,state,showBackToSearchResults,isCurrentSeasonReports,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.GetReportDetails(lat,lon,city,state,showBackToSearchResults,isCurrentSeasonReports,onSuccess,onFailed,userContext); }
Migmap_pageMethods.GetAveryReportDetails= function(lat,lon,city,state,reportID,showBackToSearchResults,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.GetAveryReportDetails(lat,lon,city,state,reportID,showBackToSearchResults,onSuccess,onFailed,userContext); }
Migmap_pageMethods.SubmitReport= function(firstName,lastName,email,allowContact,classificationID,countryID,city,stateProvinceID,zip,veLong,veLat,activityLevelID,timeID,weatherID,tempID,windID,windDirectionID,newsletter,comments,clientBrowser,clientScreenSize,clientIP,stateProvName,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.SubmitReport(firstName,lastName,email,allowContact,classificationID,countryID,city,stateProvinceID,zip,veLong,veLat,activityLevelID,timeID,weatherID,tempID,windID,windDirectionID,newsletter,comments,clientBrowser,clientScreenSize,clientIP,stateProvName,onSuccess,onFailed,userContext); }
Migmap_pageMethods.ValidateLocation= function(city,stateProvinceName,countryID,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.ValidateLocation(city,stateProvinceName,countryID,onSuccess,onFailed,userContext); }
Migmap_pageMethods.LocationSearchReports= function(lat,lon,countryID,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.LocationSearchReports(lat,lon,countryID,onSuccess,onFailed,userContext); }
Migmap_pageMethods.GetLocationWeather= function(lat,lon,location,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.GetLocationWeather(lat,lon,location,onSuccess,onFailed,userContext); }
Migmap_pageMethods.SaveSubscription= function(lat,lon,email,onSuccess,onFailed,userContext) {Migmap_pageMethods._staticInstance.SaveSubscription(lat,lon,email,onSuccess,onFailed,userContext); }
