Type.registerNamespace('AjaxWebServices');
AjaxWebServices.CommonServices=function() {
AjaxWebServices.CommonServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AjaxWebServices.CommonServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AjaxWebServices.CommonServices._staticInstance.get_path();},
GetCities:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCities',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetAreasForCity:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetAreasForCity',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
AddOfferToNotebook:function(offerID,comment,succeededCallback, failedCallback, userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddOfferToNotebook',false,{offerID:offerID,comment:comment},succeededCallback,failedCallback,userContext); },
SuggestPriceForAnOffer:function(offerID,userID,userDetailsid,price,currency,succeededCallback, failedCallback, userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="userID" type="String">System.String</param>
/// <param name="userDetailsid" type="Number">System.Int32</param>
/// <param name="price" type="String">System.String</param>
/// <param name="currency" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SuggestPriceForAnOffer',false,{offerID:offerID,userID:userID,userDetailsid:userDetailsid,price:price,currency:currency},succeededCallback,failedCallback,userContext); },
SuggestOfferToAFriend:function(offerID,nameOfPersonThatSuggests,emailOfPersonThatSuggests,textOfSuggestion,friendsEmail,succeededCallback, failedCallback, userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="nameOfPersonThatSuggests" type="String">System.String</param>
/// <param name="emailOfPersonThatSuggests" type="String">System.String</param>
/// <param name="textOfSuggestion" type="String">System.String</param>
/// <param name="friendsEmail" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SuggestOfferToAFriend',false,{offerID:offerID,nameOfPersonThatSuggests:nameOfPersonThatSuggests,emailOfPersonThatSuggests:emailOfPersonThatSuggests,textOfSuggestion:textOfSuggestion,friendsEmail:friendsEmail},succeededCallback,failedCallback,userContext); },
AddToSearchUserNotebook:function(SearchID,FilterName,IsUserSubscribedForNotification,isQuickLink,succeededCallback, failedCallback, userContext) {
/// <param name="SearchID" type="Number">System.Int32</param>
/// <param name="FilterName" type="String">System.String</param>
/// <param name="IsUserSubscribedForNotification" type="Boolean">System.Boolean</param>
/// <param name="isQuickLink" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'AddToSearchUserNotebook',false,{SearchID:SearchID,FilterName:FilterName,IsUserSubscribedForNotification:IsUserSubscribedForNotification,isQuickLink:isQuickLink},succeededCallback,failedCallback,userContext); },
MakeVIPOffer:function(offerID,succeededCallback, failedCallback, userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'MakeVIPOffer',false,{offerID:offerID},succeededCallback,failedCallback,userContext); },
ResetOffer:function(offerID,offerType,succeededCallback, failedCallback, userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="offerType" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ResetOffer',false,{offerID:offerID,offerType:offerType},succeededCallback,failedCallback,userContext); },
GetContact:function(userDetailsID,aspUserId,offerId,notificationId,succeededCallback, failedCallback, userContext) {
/// <param name="userDetailsID" type="Number">System.Int32</param>
/// <param name="aspUserId" type="String">System.String</param>
/// <param name="offerId" type="Number">System.Int32</param>
/// <param name="notificationId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetContact',false,{userDetailsID:userDetailsID,aspUserId:aspUserId,offerId:offerId,notificationId:notificationId},succeededCallback,failedCallback,userContext); },
GetUserMessage:function(notificationId,senderUserId,succeededCallback, failedCallback, userContext) {
/// <param name="notificationId" type="Number">System.Int32</param>
/// <param name="senderUserId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetUserMessage',false,{notificationId:notificationId,senderUserId:senderUserId},succeededCallback,failedCallback,userContext); },
SendUserMessage:function(messageReceiverUserId,userDetailsID,subjectNotificationId,subjectOfferId,message,succeededCallback, failedCallback, userContext) {
/// <param name="messageReceiverUserId" type="String">System.String</param>
/// <param name="userDetailsID" type="Number">System.Int32</param>
/// <param name="subjectNotificationId" type="Number">System.Int32</param>
/// <param name="subjectOfferId" type="Number">System.Int32</param>
/// <param name="message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SendUserMessage',false,{messageReceiverUserId:messageReceiverUserId,userDetailsID:userDetailsID,subjectNotificationId:subjectNotificationId,subjectOfferId:subjectOfferId,message:message},succeededCallback,failedCallback,userContext); },
RechargeCredits:function(smsCode,succeededCallback, failedCallback, userContext) {
/// <param name="smsCode" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RechargeCredits',false,{smsCode:smsCode},succeededCallback,failedCallback,userContext); },
RemoveOfferFromUserNotebook:function(offersNotebookID,succeededCallback, failedCallback, userContext) {
/// <param name="offersNotebookID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'RemoveOfferFromUserNotebook',false,{offersNotebookID:offersNotebookID},succeededCallback,failedCallback,userContext); },
GetTelCodesList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTelCodesList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
SubmitUserIssueReport:function(userId,email,comment,userReportType,offerID,succeededCallback, failedCallback, userContext) {
/// <param name="userId" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="userReportType" type="Number">System.Int32</param>
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SubmitUserIssueReport',false,{userId:userId,email:email,comment:comment,userReportType:userReportType,offerID:offerID},succeededCallback,failedCallback,userContext); },
ConsultLawyer:function(userQuestion,succeededCallback, failedCallback, userContext) {
/// <param name="userQuestion" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ConsultLawyer',false,{userQuestion:userQuestion},succeededCallback,failedCallback,userContext); },
ChangeStateByID:function(ID,currentState,newState,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="currentState" type="Number">System.Int32</param>
/// <param name="newState" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'ChangeStateByID',false,{ID:ID,currentState:currentState,newState:newState},succeededCallback,failedCallback,userContext); },
OnUserSessionExit:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'OnUserSessionExit',false,{},succeededCallback,failedCallback,userContext); }}
AjaxWebServices.CommonServices.registerClass('AjaxWebServices.CommonServices',Sys.Net.WebServiceProxy);
AjaxWebServices.CommonServices._staticInstance = new AjaxWebServices.CommonServices();
AjaxWebServices.CommonServices.set_path = function(value) {
AjaxWebServices.CommonServices._staticInstance.set_path(value); }
AjaxWebServices.CommonServices.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return AjaxWebServices.CommonServices._staticInstance.get_path();}
AjaxWebServices.CommonServices.set_timeout = function(value) {
AjaxWebServices.CommonServices._staticInstance.set_timeout(value); }
AjaxWebServices.CommonServices.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return AjaxWebServices.CommonServices._staticInstance.get_timeout(); }
AjaxWebServices.CommonServices.set_defaultUserContext = function(value) { 
AjaxWebServices.CommonServices._staticInstance.set_defaultUserContext(value); }
AjaxWebServices.CommonServices.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return AjaxWebServices.CommonServices._staticInstance.get_defaultUserContext(); }
AjaxWebServices.CommonServices.set_defaultSucceededCallback = function(value) { 
 AjaxWebServices.CommonServices._staticInstance.set_defaultSucceededCallback(value); }
AjaxWebServices.CommonServices.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return AjaxWebServices.CommonServices._staticInstance.get_defaultSucceededCallback(); }
AjaxWebServices.CommonServices.set_defaultFailedCallback = function(value) { 
AjaxWebServices.CommonServices._staticInstance.set_defaultFailedCallback(value); }
AjaxWebServices.CommonServices.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return AjaxWebServices.CommonServices._staticInstance.get_defaultFailedCallback(); }
AjaxWebServices.CommonServices.set_path("/WebServices/CommonServices.asmx");
AjaxWebServices.CommonServices.GetCities= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.GetCities(knownCategoryValues,category,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.GetAreasForCity= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.GetAreasForCity(knownCategoryValues,category,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.AddOfferToNotebook= function(offerID,comment,onSuccess,onFailed,userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.AddOfferToNotebook(offerID,comment,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.SuggestPriceForAnOffer= function(offerID,userID,userDetailsid,price,currency,onSuccess,onFailed,userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="userID" type="String">System.String</param>
/// <param name="userDetailsid" type="Number">System.Int32</param>
/// <param name="price" type="String">System.String</param>
/// <param name="currency" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.SuggestPriceForAnOffer(offerID,userID,userDetailsid,price,currency,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.SuggestOfferToAFriend= function(offerID,nameOfPersonThatSuggests,emailOfPersonThatSuggests,textOfSuggestion,friendsEmail,onSuccess,onFailed,userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="nameOfPersonThatSuggests" type="String">System.String</param>
/// <param name="emailOfPersonThatSuggests" type="String">System.String</param>
/// <param name="textOfSuggestion" type="String">System.String</param>
/// <param name="friendsEmail" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.SuggestOfferToAFriend(offerID,nameOfPersonThatSuggests,emailOfPersonThatSuggests,textOfSuggestion,friendsEmail,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.AddToSearchUserNotebook= function(SearchID,FilterName,IsUserSubscribedForNotification,isQuickLink,onSuccess,onFailed,userContext) {
/// <param name="SearchID" type="Number">System.Int32</param>
/// <param name="FilterName" type="String">System.String</param>
/// <param name="IsUserSubscribedForNotification" type="Boolean">System.Boolean</param>
/// <param name="isQuickLink" type="Boolean">System.Boolean</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.AddToSearchUserNotebook(SearchID,FilterName,IsUserSubscribedForNotification,isQuickLink,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.MakeVIPOffer= function(offerID,onSuccess,onFailed,userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.MakeVIPOffer(offerID,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.ResetOffer= function(offerID,offerType,onSuccess,onFailed,userContext) {
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="offerType" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.ResetOffer(offerID,offerType,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.GetContact= function(userDetailsID,aspUserId,offerId,notificationId,onSuccess,onFailed,userContext) {
/// <param name="userDetailsID" type="Number">System.Int32</param>
/// <param name="aspUserId" type="String">System.String</param>
/// <param name="offerId" type="Number">System.Int32</param>
/// <param name="notificationId" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.GetContact(userDetailsID,aspUserId,offerId,notificationId,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.GetUserMessage= function(notificationId,senderUserId,onSuccess,onFailed,userContext) {
/// <param name="notificationId" type="Number">System.Int32</param>
/// <param name="senderUserId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.GetUserMessage(notificationId,senderUserId,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.SendUserMessage= function(messageReceiverUserId,userDetailsID,subjectNotificationId,subjectOfferId,message,onSuccess,onFailed,userContext) {
/// <param name="messageReceiverUserId" type="String">System.String</param>
/// <param name="userDetailsID" type="Number">System.Int32</param>
/// <param name="subjectNotificationId" type="Number">System.Int32</param>
/// <param name="subjectOfferId" type="Number">System.Int32</param>
/// <param name="message" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.SendUserMessage(messageReceiverUserId,userDetailsID,subjectNotificationId,subjectOfferId,message,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.RechargeCredits= function(smsCode,onSuccess,onFailed,userContext) {
/// <param name="smsCode" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.RechargeCredits(smsCode,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.RemoveOfferFromUserNotebook= function(offersNotebookID,onSuccess,onFailed,userContext) {
/// <param name="offersNotebookID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.RemoveOfferFromUserNotebook(offersNotebookID,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.GetTelCodesList= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.GetTelCodesList(prefixText,count,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.SubmitUserIssueReport= function(userId,email,comment,userReportType,offerID,onSuccess,onFailed,userContext) {
/// <param name="userId" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="userReportType" type="Number">System.Int32</param>
/// <param name="offerID" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.SubmitUserIssueReport(userId,email,comment,userReportType,offerID,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.ConsultLawyer= function(userQuestion,onSuccess,onFailed,userContext) {
/// <param name="userQuestion" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.ConsultLawyer(userQuestion,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.ChangeStateByID= function(ID,currentState,newState,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="currentState" type="Number">System.Int32</param>
/// <param name="newState" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.ChangeStateByID(ID,currentState,newState,onSuccess,onFailed,userContext); }
AjaxWebServices.CommonServices.OnUserSessionExit= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
AjaxWebServices.CommonServices._staticInstance.OnUserSessionExit(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
if (typeof(AjaxWebServices.ServiceResult) === 'undefined') {
AjaxWebServices.ServiceResult=gtc("AjaxWebServices.ServiceResult");
AjaxWebServices.ServiceResult.registerClass('AjaxWebServices.ServiceResult');
}
if (typeof(AjaxWebServices.ContactsInfo) === 'undefined') {
AjaxWebServices.ContactsInfo=gtc("AjaxWebServices.ContactsInfo");
AjaxWebServices.ContactsInfo.registerClass('AjaxWebServices.ContactsInfo');
}
if (typeof(AjaxWebServices.UserMessageResult) === 'undefined') {
AjaxWebServices.UserMessageResult=gtc("AjaxWebServices.UserMessageResult");
AjaxWebServices.UserMessageResult.registerClass('AjaxWebServices.UserMessageResult');
}
if (typeof(AjaxWebServices.RechargeResult) === 'undefined') {
AjaxWebServices.RechargeResult=gtc("AjaxWebServices.RechargeResult");
AjaxWebServices.RechargeResult.registerClass('AjaxWebServices.RechargeResult');
}
if (typeof(AjaxWebServices.WebMethodResult) === 'undefined') {
AjaxWebServices.WebMethodResult=gtc("AjaxWebServices.WebMethodResult");
AjaxWebServices.WebMethodResult.registerClass('AjaxWebServices.WebMethodResult');
}
