Type.registerNamespace('CashbackBids.WebServices');
CashbackBids.WebServices.AgentBidsWebService=function() {
CashbackBids.WebServices.AgentBidsWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CashbackBids.WebServices.AgentBidsWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_path();},
CheckNickName:function(nickName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckNickName',false,{nickName:nickName},succeededCallback,failedCallback,userContext); },
ClosePersonalDivMessage:function(data,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClosePersonalDivMessage',false,{data:data},succeededCallback,failedCallback,userContext); },
CheckEmail:function(mail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckEmail',false,{mail:mail},succeededCallback,failedCallback,userContext); },
GetAgentRecentBids:function(countB,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAgentRecentBids',false,{countB:countB},succeededCallback,failedCallback,userContext); },
ValidateFaceBookUser:function(fbid_agentId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateFaceBookUser',false,{fbid_agentId:fbid_agentId},succeededCallback,failedCallback,userContext); },
ValidateAgentProfileUrl:function(url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateAgentProfileUrl',false,{url:url},succeededCallback,failedCallback,userContext); },
ValidateFacebookId:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ValidateFacebookId',false,{id:id},succeededCallback,failedCallback,userContext); },
SendContactUsMessage:function(name,email,msg,url,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendContactUsMessage',false,{name:name,email:email,msg:msg,url:url},succeededCallback,failedCallback,userContext); },
IsZipOrCityExist:function(zip,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsZipOrCityExist',false,{zip:zip},succeededCallback,failedCallback,userContext); },
GetImagesByHomeId:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetImagesByHomeId',false,{id:id},succeededCallback,failedCallback,userContext); },
LoginUser:function(userName,pwd,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoginUser',false,{userName:userName,pwd:pwd},succeededCallback,failedCallback,userContext); },
LogoutUser:function(q,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LogoutUser',false,{q:q},succeededCallback,failedCallback,userContext); },
RegisterUser:function(fname,lname,email,pwd,pwd2,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RegisterUser',false,{fname:fname,lname:lname,email:email,pwd:pwd,pwd2:pwd2},succeededCallback,failedCallback,userContext); },
GetPropertyHomeObjects:function(zipCode,bedCountFrom,bedCountTo,bathCountTo,bathCountFrom,priceFrom,priceTo,Apartment,Commercial,Condo,Coop,Farm,Land,Manufactured,Multifamily,Ranch,Single_family,Tic,Townhouse,Radius,PageIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyHomeObjects',false,{zipCode:zipCode,bedCountFrom:bedCountFrom,bedCountTo:bedCountTo,bathCountTo:bathCountTo,bathCountFrom:bathCountFrom,priceFrom:priceFrom,priceTo:priceTo,Apartment:Apartment,Commercial:Commercial,Condo:Condo,Coop:Coop,Farm:Farm,Land:Land,Manufactured:Manufactured,Multifamily:Multifamily,Ranch:Ranch,Single_family:Single_family,Tic:Tic,Townhouse:Townhouse,Radius:Radius,PageIndex:PageIndex},succeededCallback,failedCallback,userContext); },
UnSaveHouse:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UnSaveHouse',false,{id:id},succeededCallback,failedCallback,userContext); },
UnSaveLpsHouse:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UnSaveLpsHouse',false,{id:id},succeededCallback,failedCallback,userContext); },
SaveHouse:function(id,address,bh,bd,img,price,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveHouse',false,{id:id,address:address,bh:bh,bd:bd,img:img,price:price},succeededCallback,failedCallback,userContext); },
SaveHouseForList:function(id,address,bh,bd,img,price,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveHouseForList',false,{id:id,address:address,bh:bh,bd:bd,img:img,price:price},succeededCallback,failedCallback,userContext); },
SaveHouseLps:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveHouseLps',false,{id:id},succeededCallback,failedCallback,userContext); }}
CashbackBids.WebServices.AgentBidsWebService.registerClass('CashbackBids.WebServices.AgentBidsWebService',Sys.Net.WebServiceProxy);
CashbackBids.WebServices.AgentBidsWebService._staticInstance = new CashbackBids.WebServices.AgentBidsWebService();
CashbackBids.WebServices.AgentBidsWebService.set_path = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_path(value); }
CashbackBids.WebServices.AgentBidsWebService.get_path = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_path(); }
CashbackBids.WebServices.AgentBidsWebService.set_timeout = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_timeout(value); }
CashbackBids.WebServices.AgentBidsWebService.get_timeout = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_timeout(); }
CashbackBids.WebServices.AgentBidsWebService.set_defaultUserContext = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_defaultUserContext(value); }
CashbackBids.WebServices.AgentBidsWebService.get_defaultUserContext = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_defaultUserContext(); }
CashbackBids.WebServices.AgentBidsWebService.set_defaultSucceededCallback = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_defaultSucceededCallback(value); }
CashbackBids.WebServices.AgentBidsWebService.get_defaultSucceededCallback = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_defaultSucceededCallback(); }
CashbackBids.WebServices.AgentBidsWebService.set_defaultFailedCallback = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_defaultFailedCallback(value); }
CashbackBids.WebServices.AgentBidsWebService.get_defaultFailedCallback = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_defaultFailedCallback(); }
CashbackBids.WebServices.AgentBidsWebService.set_enableJsonp = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_enableJsonp(value); }
CashbackBids.WebServices.AgentBidsWebService.get_enableJsonp = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_enableJsonp(); }
CashbackBids.WebServices.AgentBidsWebService.set_jsonpCallbackParameter = function(value) { CashbackBids.WebServices.AgentBidsWebService._staticInstance.set_jsonpCallbackParameter(value); }
CashbackBids.WebServices.AgentBidsWebService.get_jsonpCallbackParameter = function() { return CashbackBids.WebServices.AgentBidsWebService._staticInstance.get_jsonpCallbackParameter(); }
CashbackBids.WebServices.AgentBidsWebService.set_path("/WebServices/AgentBidsWebService.asmx");
CashbackBids.WebServices.AgentBidsWebService.CheckNickName= function(nickName,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.CheckNickName(nickName,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.ClosePersonalDivMessage= function(data,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.ClosePersonalDivMessage(data,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.CheckEmail= function(mail,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.CheckEmail(mail,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.GetAgentRecentBids= function(countB,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.GetAgentRecentBids(countB,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.ValidateFaceBookUser= function(fbid_agentId,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.ValidateFaceBookUser(fbid_agentId,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.ValidateAgentProfileUrl= function(url,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.ValidateAgentProfileUrl(url,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.ValidateFacebookId= function(id,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.ValidateFacebookId(id,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.SendContactUsMessage= function(name,email,msg,url,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.SendContactUsMessage(name,email,msg,url,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.IsZipOrCityExist= function(zip,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.IsZipOrCityExist(zip,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.GetImagesByHomeId= function(id,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.GetImagesByHomeId(id,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.LoginUser= function(userName,pwd,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.LoginUser(userName,pwd,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.LogoutUser= function(q,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.LogoutUser(q,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.RegisterUser= function(fname,lname,email,pwd,pwd2,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.RegisterUser(fname,lname,email,pwd,pwd2,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.GetPropertyHomeObjects= function(zipCode,bedCountFrom,bedCountTo,bathCountTo,bathCountFrom,priceFrom,priceTo,Apartment,Commercial,Condo,Coop,Farm,Land,Manufactured,Multifamily,Ranch,Single_family,Tic,Townhouse,Radius,PageIndex,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.GetPropertyHomeObjects(zipCode,bedCountFrom,bedCountTo,bathCountTo,bathCountFrom,priceFrom,priceTo,Apartment,Commercial,Condo,Coop,Farm,Land,Manufactured,Multifamily,Ranch,Single_family,Tic,Townhouse,Radius,PageIndex,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.UnSaveHouse= function(id,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.UnSaveHouse(id,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.UnSaveLpsHouse= function(id,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.UnSaveLpsHouse(id,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.SaveHouse= function(id,address,bh,bd,img,price,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.SaveHouse(id,address,bh,bd,img,price,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.SaveHouseForList= function(id,address,bh,bd,img,price,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.SaveHouseForList(id,address,bh,bd,img,price,onSuccess,onFailed,userContext); }
CashbackBids.WebServices.AgentBidsWebService.SaveHouseLps= function(id,onSuccess,onFailed,userContext) {CashbackBids.WebServices.AgentBidsWebService._staticInstance.SaveHouseLps(id,onSuccess,onFailed,userContext); }

