Type.registerNamespace('Pulte08.AjaxWebServices');
Pulte08.AjaxWebServices.PredefinedLandingService=function() {
Pulte08.AjaxWebServices.PredefinedLandingService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Pulte08.AjaxWebServices.PredefinedLandingService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.get_path();},
GetPredefinedResults:function(communityID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPredefinedResults',false,{communityID:communityID},succeededCallback,failedCallback,userContext); },
SavePredefinedLandingForm:function(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SavePredefinedLandingForm',false,{siteID:siteID,formName:formName,isLoggedIn:isLoggedIn,topicID:topicID,communityID:communityID,firstName:firstName,lastName:lastName,email:email,stateAbbreviation:stateAbbreviation,isInternational:isInternational,country:country},succeededCallback,failedCallback,userContext); },
SavePredefinedLandingFormWithLeadSourceCode:function(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,leadSourceCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SavePredefinedLandingFormWithLeadSourceCode',false,{siteID:siteID,formName:formName,isLoggedIn:isLoggedIn,topicID:topicID,communityID:communityID,firstName:firstName,lastName:lastName,email:email,stateAbbreviation:stateAbbreviation,isInternational:isInternational,country:country,leadSourceCode:leadSourceCode},succeededCallback,failedCallback,userContext); },
SubmitSignUpWithLeadSourceCodeAndMessage:function(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,area,prefix,suffix,isInternational,country,leadSourceCode,message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubmitSignUpWithLeadSourceCodeAndMessage',false,{siteID:siteID,formName:formName,isLoggedIn:isLoggedIn,topicID:topicID,communityID:communityID,firstName:firstName,lastName:lastName,email:email,stateAbbreviation:stateAbbreviation,area:area,prefix:prefix,suffix:suffix,isInternational:isInternational,country:country,leadSourceCode:leadSourceCode,message:message},succeededCallback,failedCallback,userContext); },
ProcessURL:function(webinar1,webinar2,fname,lname,email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ProcessURL',false,{webinar1:webinar1,webinar2:webinar2,fname:fname,lname:lname,email:email},succeededCallback,failedCallback,userContext); },
ValidateRecaptcha:function(challenge,response,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateRecaptcha',false,{challenge:challenge,response:response},succeededCallback,failedCallback,userContext); },
ValidateRestrictedMarketing:function(state,communityID,email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateRestrictedMarketing',false,{state:state,communityID:communityID,email:email},succeededCallback,failedCallback,userContext); },
ValidateRestrictedMarketingStates:function(userState,otherState,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateRestrictedMarketingStates',false,{userState:userState,otherState:otherState},succeededCallback,failedCallback,userContext); }}
Pulte08.AjaxWebServices.PredefinedLandingService.registerClass('Pulte08.AjaxWebServices.PredefinedLandingService',Sys.Net.WebServiceProxy);
Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance = new Pulte08.AjaxWebServices.PredefinedLandingService();
Pulte08.AjaxWebServices.PredefinedLandingService.set_path = function(value) { Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.set_path(value); }
Pulte08.AjaxWebServices.PredefinedLandingService.get_path = function() { return Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.get_path(); }
Pulte08.AjaxWebServices.PredefinedLandingService.set_timeout = function(value) { Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.set_timeout(value); }
Pulte08.AjaxWebServices.PredefinedLandingService.get_timeout = function() { return Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.get_timeout(); }
Pulte08.AjaxWebServices.PredefinedLandingService.set_defaultUserContext = function(value) { Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.set_defaultUserContext(value); }
Pulte08.AjaxWebServices.PredefinedLandingService.get_defaultUserContext = function() { return Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.get_defaultUserContext(); }
Pulte08.AjaxWebServices.PredefinedLandingService.set_defaultSucceededCallback = function(value) { Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.set_defaultSucceededCallback(value); }
Pulte08.AjaxWebServices.PredefinedLandingService.get_defaultSucceededCallback = function() { return Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.get_defaultSucceededCallback(); }
Pulte08.AjaxWebServices.PredefinedLandingService.set_defaultFailedCallback = function(value) { Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.set_defaultFailedCallback(value); }
Pulte08.AjaxWebServices.PredefinedLandingService.get_defaultFailedCallback = function() { return Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.get_defaultFailedCallback(); }
Pulte08.AjaxWebServices.PredefinedLandingService.set_path("/AjaxWebServices/PredefinedLandingService.asmx");
Pulte08.AjaxWebServices.PredefinedLandingService.GetPredefinedResults= function(communityID,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.GetPredefinedResults(communityID,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.SavePredefinedLandingForm= function(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.SavePredefinedLandingForm(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.SavePredefinedLandingFormWithLeadSourceCode= function(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,leadSourceCode,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.SavePredefinedLandingFormWithLeadSourceCode(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,leadSourceCode,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.SubmitSignUpWithLeadSourceCodeAndMessage= function(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,area,prefix,suffix,isInternational,country,leadSourceCode,message,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.SubmitSignUpWithLeadSourceCodeAndMessage(siteID,formName,isLoggedIn,topicID,communityID,firstName,lastName,email,stateAbbreviation,area,prefix,suffix,isInternational,country,leadSourceCode,message,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.ProcessURL= function(webinar1,webinar2,fname,lname,email,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.ProcessURL(webinar1,webinar2,fname,lname,email,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.ValidateRecaptcha= function(challenge,response,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.ValidateRecaptcha(challenge,response,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.ValidateRestrictedMarketing= function(state,communityID,email,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.ValidateRestrictedMarketing(state,communityID,email,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.PredefinedLandingService.ValidateRestrictedMarketingStates= function(userState,otherState,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.PredefinedLandingService._staticInstance.ValidateRestrictedMarketingStates(userState,otherState,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Pulte08.BusinessServices');
if (typeof(Pulte08.BusinessServices.PredefinedLandingSummary) === 'undefined') {
Pulte08.BusinessServices.PredefinedLandingSummary=gtc("Pulte08.BusinessServices.PredefinedLandingSummary");
Pulte08.BusinessServices.PredefinedLandingSummary.registerClass('Pulte08.BusinessServices.PredefinedLandingSummary');
}
if (typeof(Pulte08.BusinessServices.BusinessDescription) === 'undefined') {
Pulte08.BusinessServices.BusinessDescription=gtc("Pulte08.BusinessServices.BusinessDescription");
Pulte08.BusinessServices.BusinessDescription.registerClass('Pulte08.BusinessServices.BusinessDescription');
}

