Type.registerNamespace('Pulte08.AjaxWebServices');
Pulte08.AjaxWebServices.CommunitySoftJoinService=function() {
Pulte08.AjaxWebServices.CommunitySoftJoinService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Pulte08.AjaxWebServices.CommunitySoftJoinService.prototype={
SaveSoftJoinForm:function(siteID,isLoggedIn,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,succeededCallback, failedCallback, userContext) {
return this._invoke(Pulte08.AjaxWebServices.CommunitySoftJoinService.get_path(), 'SaveSoftJoinForm',false,{siteID:siteID,isLoggedIn:isLoggedIn,communityID:communityID,firstName:firstName,lastName:lastName,email:email,stateAbbreviation:stateAbbreviation,isInternational:isInternational,country:country},succeededCallback,failedCallback,userContext); },
GetUserDetails:function(communityID,succeededCallback, failedCallback, userContext) {
return this._invoke(Pulte08.AjaxWebServices.CommunitySoftJoinService.get_path(), 'GetUserDetails',false,{communityID:communityID},succeededCallback,failedCallback,userContext); }}
Pulte08.AjaxWebServices.CommunitySoftJoinService.registerClass('Pulte08.AjaxWebServices.CommunitySoftJoinService',Sys.Net.WebServiceProxy);
Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance = new Pulte08.AjaxWebServices.CommunitySoftJoinService();
Pulte08.AjaxWebServices.CommunitySoftJoinService.set_path = function(value) { Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._path = value; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.get_path = function() { return Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._path; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.set_timeout = function(value) { Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._timeout = value; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.get_timeout = function() { return Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._timeout; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.set_defaultUserContext = function(value) { Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._userContext = value; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.get_defaultUserContext = function() { return Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._userContext; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.set_defaultSucceededCallback = function(value) { Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._succeeded = value; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.get_defaultSucceededCallback = function() { return Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._succeeded; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.set_defaultFailedCallback = function(value) { Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._failed = value; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.get_defaultFailedCallback = function() { return Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance._failed; }
Pulte08.AjaxWebServices.CommunitySoftJoinService.set_path("/AjaxWebServices/CommunitySoftJoinService.asmx");
Pulte08.AjaxWebServices.CommunitySoftJoinService.SaveSoftJoinForm= function(siteID,isLoggedIn,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance.SaveSoftJoinForm(siteID,isLoggedIn,communityID,firstName,lastName,email,stateAbbreviation,isInternational,country,onSuccess,onFailed,userContext); }
Pulte08.AjaxWebServices.CommunitySoftJoinService.GetUserDetails= function(communityID,onSuccess,onFailed,userContext) {Pulte08.AjaxWebServices.CommunitySoftJoinService._staticInstance.GetUserDetails(communityID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Pulte08.BusinessServices');
if (typeof(Pulte08.BusinessServices.BusinessDescription) === 'undefined') {
Pulte08.BusinessServices.BusinessDescription=gtc("Pulte08.BusinessServices.BusinessDescription");
Pulte08.BusinessServices.BusinessDescription.registerClass('Pulte08.BusinessServices.BusinessDescription');
}
Type.registerNamespace('Pulte08.BusinessServices.User');
if (typeof(Pulte08.BusinessServices.User.UserCommunitiesList_UserCommunityResults) === 'undefined') {
Pulte08.BusinessServices.User.UserCommunitiesList_UserCommunityResults=gtc("Pulte08.BusinessServices.User.UserCommunitiesList+UserCommunityResults");
Pulte08.BusinessServices.User.UserCommunitiesList_UserCommunityResults.registerClass('Pulte08.BusinessServices.User.UserCommunitiesList_UserCommunityResults');
}
