var Service=function() {
Service.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Service.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Service._staticInstance.get_path();},
SubjectIDGet:function(SearchTerm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubjectIDGet',false,{SearchTerm:SearchTerm},succeededCallback,failedCallback,userContext); },
TakeTheTest:function(Answers,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TakeTheTest',false,{Answers:Answers},succeededCallback,failedCallback,userContext); },
ContactUs:function(FromName,EmailSender,DepartmentID,Message,Captcha,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactUs',false,{FromName:FromName,EmailSender:EmailSender,DepartmentID:DepartmentID,Message:Message,Captcha:Captcha},succeededCallback,failedCallback,userContext); },
CreditsPrice:function(Credits,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreditsPrice',false,{Credits:Credits},succeededCallback,failedCallback,userContext); },
ChangeLanguage:function(CultureCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangeLanguage',false,{CultureCode:CultureCode},succeededCallback,failedCallback,userContext); },
GetTime:function(Time,Minutes,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTime',false,{Time:Time,Minutes:Minutes},succeededCallback,failedCallback,userContext); },
CreditsTotalGet:function(BookingTypeID,People,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreditsTotalGet',false,{BookingTypeID:BookingTypeID,People:People},succeededCallback,failedCallback,userContext); },
AddComment:function(PageID,Comment,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddComment',false,{PageID:PageID,Comment:Comment},succeededCallback,failedCallback,userContext); },
DeleteComment:function(PageCommentID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteComment',false,{PageCommentID:PageCommentID},succeededCallback,failedCallback,userContext); },
LoadPage:function(PageID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadPage',false,{PageID:PageID},succeededCallback,failedCallback,userContext); },
SavePage:function(PageID,ttl,content,intro,IsLive,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SavePage',false,{PageID:PageID,ttl:ttl,content:content,intro:intro,IsLive:IsLive},succeededCallback,failedCallback,userContext); },
FBConnect2:function(FBUID,MembershipTypeID,CanStream,FirstName,LastName,Email,PhotoSquare,PhotoBig,Location,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FBConnect2',false,{FBUID:FBUID,MembershipTypeID:MembershipTypeID,CanStream:CanStream,FirstName:FirstName,LastName:LastName,Email:Email,PhotoSquare:PhotoSquare,PhotoBig:PhotoBig,Location:Location},succeededCallback,failedCallback,userContext); },
FBMerge2:function(FBUID,PublishToStream,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FBMerge2',false,{FBUID:FBUID,PublishToStream:PublishToStream},succeededCallback,failedCallback,userContext); },
NotifySet:function(Notify,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'NotifySet',false,{Notify:Notify},succeededCallback,failedCallback,userContext); },
VerifyEmail:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VerifyEmail',false,{},succeededCallback,failedCallback,userContext); },
CreateAccount:function(Username,Email,Password,PasswordConfirm,FirstName,LastName,CountryID,Newsletter,BasedIn,AgreeTerms,MembershipTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateAccount',false,{Username:Username,Email:Email,Password:Password,PasswordConfirm:PasswordConfirm,FirstName:FirstName,LastName:LastName,CountryID:CountryID,Newsletter:Newsletter,BasedIn:BasedIn,AgreeTerms:AgreeTerms,MembershipTypeID:MembershipTypeID},succeededCallback,failedCallback,userContext); },
UpdateAccount:function(Email,Password,PasswordConfirm,FirstName,LastName,ReferrerCode,Newsletter,MobilePhone,Address1,Address2,City,State,TimeZone,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateAccount',false,{Email:Email,Password:Password,PasswordConfirm:PasswordConfirm,FirstName:FirstName,LastName:LastName,ReferrerCode:ReferrerCode,Newsletter:Newsletter,MobilePhone:MobilePhone,Address1:Address1,Address2:Address2,City:City,State:State,TimeZone:TimeZone},succeededCallback,failedCallback,userContext); },
CloseAccount:function(Understand,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CloseAccount',false,{Understand:Understand},succeededCallback,failedCallback,userContext); },
NotificationSet:function(NotifyTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'NotificationSet',false,{NotifyTypeID:NotifyTypeID},succeededCallback,failedCallback,userContext); },
SetLocationByName:function(BasedIn,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetLocationByName',false,{BasedIn:BasedIn},succeededCallback,failedCallback,userContext); },
SetLocation:function(Lat,Lng,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetLocation',false,{Lat:Lat,Lng:Lng},succeededCallback,failedCallback,userContext); },
TeacherMiniProfile:function(TeacherProfileID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TeacherMiniProfile',false,{TeacherProfileID:TeacherProfileID},succeededCallback,failedCallback,userContext); },
AddFriends:function(EmailAddresses,Message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddFriends',false,{EmailAddresses:EmailAddresses,Message:Message},succeededCallback,failedCallback,userContext); },
GetCalendar:function(Ticks,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCalendar',false,{Ticks:Ticks},succeededCallback,failedCallback,userContext); },
BookingUpdate:function(BookingID,UserTypeID,StatusID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BookingUpdate',false,{BookingID:BookingID,UserTypeID:UserTypeID,StatusID:StatusID},succeededCallback,failedCallback,userContext); },
CheckBooking:function(BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckBooking',false,{BookingTypeID:BookingTypeID,BookingDateTime:BookingDateTime,WHID:WHID,People:People,LocationMode:LocationMode,Location:Location},succeededCallback,failedCallback,userContext); },
CheckBookingUpdate:function(BookingID,BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,Confirm,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckBookingUpdate',false,{BookingID:BookingID,BookingTypeID:BookingTypeID,BookingDateTime:BookingDateTime,WHID:WHID,People:People,LocationMode:LocationMode,Location:Location,Confirm:Confirm},succeededCallback,failedCallback,userContext); },
Book:function(BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Book',false,{BookingTypeID:BookingTypeID,BookingDateTime:BookingDateTime,WHID:WHID,People:People,LocationMode:LocationMode,Location:Location},succeededCallback,failedCallback,userContext); },
BookingModify:function(BookingID,BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BookingModify',false,{BookingID:BookingID,BookingTypeID:BookingTypeID,BookingDateTime:BookingDateTime,WHID:WHID,People:People,LocationMode:LocationMode,Location:Location},succeededCallback,failedCallback,userContext); },
CreditPriceGet:function(Credits,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreditPriceGet',false,{Credits:Credits},succeededCallback,failedCallback,userContext); },
ConvertEarningsToCreditsQuote:function(Amount,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ConvertEarningsToCreditsQuote',false,{Amount:Amount},succeededCallback,failedCallback,userContext); },
ConvertEarningsToCredits:function(Amount,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ConvertEarningsToCredits',false,{Amount:Amount},succeededCallback,failedCallback,userContext); },
GetCreditsTotal:function(BookingTypeID,NumberOfPeople,NumberOfBookings,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCreditsTotal',false,{BookingTypeID:BookingTypeID,NumberOfPeople:NumberOfPeople,NumberOfBookings:NumberOfBookings},succeededCallback,failedCallback,userContext); },
GetBookingTypeOptions:function(BookingTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetBookingTypeOptions',false,{BookingTypeID:BookingTypeID},succeededCallback,failedCallback,userContext); },
ClaimPromoCode:function(PromoCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClaimPromoCode',false,{PromoCode:PromoCode},succeededCallback,failedCallback,userContext); },
Search:function(SearchTerm,TextBoxID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Search',false,{SearchTerm:SearchTerm,TextBoxID:TextBoxID},succeededCallback,failedCallback,userContext); },
SubjectSearch:function(SearchTerm,TextBoxID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubjectSearch',false,{SearchTerm:SearchTerm,TextBoxID:TextBoxID},succeededCallback,failedCallback,userContext); },
TeachersLoad:function(PageIndex,OrderMode,IncludeOnline,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TeachersLoad',false,{PageIndex:PageIndex,OrderMode:OrderMode,IncludeOnline:IncludeOnline},succeededCallback,failedCallback,userContext); },
SubjectAdd:function(SubjectID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubjectAdd',false,{SubjectID:SubjectID},succeededCallback,failedCallback,userContext); },
FeedbackLeave:function(BookingID,FeedbackTypeID,Feedback,MakePublic,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FeedbackLeave',false,{BookingID:BookingID,FeedbackTypeID:FeedbackTypeID,Feedback:Feedback,MakePublic:MakePublic},succeededCallback,failedCallback,userContext); },
AddTeacherSubject:function(SubjectName,Keywords,CategoryID,TeacherTitleID,BookingNameID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddTeacherSubject',false,{SubjectName:SubjectName,Keywords:Keywords,CategoryID:CategoryID,TeacherTitleID:TeacherTitleID,BookingNameID:BookingNameID},succeededCallback,failedCallback,userContext); },
FormatAboutBox:function(AboutLearn,IsUpdate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FormatAboutBox',false,{AboutLearn:AboutLearn,IsUpdate:IsUpdate},succeededCallback,failedCallback,userContext); },
GetTutorBookingTypes:function(TutorProfileID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTutorBookingTypes',false,{TutorProfileID:TutorProfileID},succeededCallback,failedCallback,userContext); },
TutorProfileUpdate:function(TutorProfileID,Experience,Keywords,MinimumAge,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TutorProfileUpdate',false,{TutorProfileID:TutorProfileID,Experience:Experience,Keywords:Keywords,MinimumAge:MinimumAge},succeededCallback,failedCallback,userContext); },
GetAvailability:function(UserID,StartDate,ReadOnly,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAvailability',false,{UserID:UserID,StartDate:StartDate,ReadOnly:ReadOnly},succeededCallback,failedCallback,userContext); },
CheckDateRange:function(StartDay,StartMonth,StartYear,EndDay,EndMonth,EndYear,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CheckDateRange',false,{StartDay:StartDay,StartMonth:StartMonth,StartYear:StartYear,EndDay:EndDay,EndMonth:EndMonth,EndYear:EndYear},succeededCallback,failedCallback,userContext); },
UpdateTeacherProfile:function(Details,Qualifications,SpokenLanguages,Suburbs,Workhours,WorkHourExemptions,SEOCourse,TeachOnline,WWCC,SpecialOffers,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateTeacherProfile',false,{Details:Details,Qualifications:Qualifications,SpokenLanguages:SpokenLanguages,Suburbs:Suburbs,Workhours:Workhours,WorkHourExemptions:WorkHourExemptions,SEOCourse:SEOCourse,TeachOnline:TeachOnline,WWCC:WWCC,SpecialOffers:SpecialOffers},succeededCallback,failedCallback,userContext); },
RemoveTutorProfile:function(TutorProfileID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveTutorProfile',false,{TutorProfileID:TutorProfileID},succeededCallback,failedCallback,userContext); },
RemoveBookingType:function(TutorProfileID,BookingTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveBookingType',false,{TutorProfileID:TutorProfileID,BookingTypeID:BookingTypeID},succeededCallback,failedCallback,userContext); },
TutorBookingOptionAdd:function(TutorProfileID,BookingName,DurationMinutes,MaxPeople,MinPeople,Charge,ExtraPersonCharge,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TutorBookingOptionAdd',false,{TutorProfileID:TutorProfileID,BookingName:BookingName,DurationMinutes:DurationMinutes,MaxPeople:MaxPeople,MinPeople:MinPeople,Charge:Charge,ExtraPersonCharge:ExtraPersonCharge},succeededCallback,failedCallback,userContext); },
SubjectAddToTeacher:function(SubjectID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubjectAddToTeacher',false,{SubjectID:SubjectID},succeededCallback,failedCallback,userContext); },
RecommendRate:function(SubjectID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RecommendRate',false,{SubjectID:SubjectID},succeededCallback,failedCallback,userContext); },
SubjectDelete:function(SubjectID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SubjectDelete',false,{SubjectID:SubjectID},succeededCallback,failedCallback,userContext); },
DeleteMessages:function(MessageCSV,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteMessages',false,{MessageCSV:MessageCSV},succeededCallback,failedCallback,userContext); },
MessagesGet:function(ListMode,PageIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MessagesGet',false,{ListMode:ListMode,PageIndex:PageIndex},succeededCallback,failedCallback,userContext); },
MessageGet:function(MessageID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MessageGet',false,{MessageID:MessageID},succeededCallback,failedCallback,userContext); },
MessageSend:function(To,Subject,Message,Captcha,Referer,Agree,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MessageSend',false,{To:To,Subject:Subject,Message:Message,Captcha:Captcha,Referer:Referer,Agree:Agree},succeededCallback,failedCallback,userContext); },
Login:function(Username,Password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Login',false,{Username:Username,Password:Password},succeededCallback,failedCallback,userContext); },
SendPassword:function(Email,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendPassword',false,{Email:Email},succeededCallback,failedCallback,userContext); },
UpdateBankAccount:function(TypeID,PayPalAddress,AccountName,BSB,AccountNumber,PayMethodID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateBankAccount',false,{TypeID:TypeID,PayPalAddress:PayPalAddress,AccountName:AccountName,BSB:BSB,AccountNumber:AccountNumber,PayMethodID:PayMethodID},succeededCallback,failedCallback,userContext); },
PaymentSummaryGet:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PaymentSummaryGet',false,{},succeededCallback,failedCallback,userContext); },
PlaceOrder:function(PaymentMethod,Credits,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PlaceOrder',false,{PaymentMethod:PaymentMethod,Credits:Credits},succeededCallback,failedCallback,userContext); },
PlaceOrderGift:function(SubjectID,Email,EmailConfirm,RecipientName,Message,FromName,PaymentMethod,Credits,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PlaceOrderGift',false,{SubjectID:SubjectID,Email:Email,EmailConfirm:EmailConfirm,RecipientName:RecipientName,Message:Message,FromName:FromName,PaymentMethod:PaymentMethod,Credits:Credits},succeededCallback,failedCallback,userContext); },
PlaceOrderPro:function(ProOption,PaymentMethod,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PlaceOrderPro',false,{ProOption:ProOption,PaymentMethod:PaymentMethod},succeededCallback,failedCallback,userContext); },
ClaimVoucher:function(VoucherCode,Captcha,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClaimVoucher',false,{VoucherCode:VoucherCode,Captcha:Captcha},succeededCallback,failedCallback,userContext); },
UpdateSchool:function(SchoolID,IsAgency,SchoolName,CountryID,Address1,Address2,City,State,SchoolInfo,Logo,Lat,Lng,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSchool',false,{SchoolID:SchoolID,IsAgency:IsAgency,SchoolName:SchoolName,CountryID:CountryID,Address1:Address1,Address2:Address2,City:City,State:State,SchoolInfo:SchoolInfo,Logo:Logo,Lat:Lat,Lng:Lng},succeededCallback,failedCallback,userContext); },
AddTeachers:function(SchoolID,EmailAddresses,Message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddTeachers',false,{SchoolID:SchoolID,EmailAddresses:EmailAddresses,Message:Message},succeededCallback,failedCallback,userContext); },
SchoolMiniProfile:function(SchoolID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SchoolMiniProfile',false,{SchoolID:SchoolID},succeededCallback,failedCallback,userContext); },
AffiliateLogin:function(EmailAddress,Password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AffiliateLogin',false,{EmailAddress:EmailAddress,Password:Password},succeededCallback,failedCallback,userContext); },
AffiliateCreate:function(EmailAddress,Password,PasswordConfirm,Name,AgreeTerms,PayDetails,WebsiteURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AffiliateCreate',false,{EmailAddress:EmailAddress,Password:Password,PasswordConfirm:PasswordConfirm,Name:Name,AgreeTerms:AgreeTerms,PayDetails:PayDetails,WebsiteURL:WebsiteURL},succeededCallback,failedCallback,userContext); },
AffiliateUpdate:function(EmailAddress,Password,PasswordConfirm,Name,PayDetails,WebsiteURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AffiliateUpdate',false,{EmailAddress:EmailAddress,Password:Password,PasswordConfirm:PasswordConfirm,Name:Name,PayDetails:PayDetails,WebsiteURL:WebsiteURL},succeededCallback,failedCallback,userContext); },
CompleteSurvey:function(SurveyID,SurveyAnswers,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CompleteSurvey',false,{SurveyID:SurveyID,SurveyAnswers:SurveyAnswers},succeededCallback,failedCallback,userContext); },
TwitterPollUpdate:function(Days,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TwitterPollUpdate',false,{Days:Days},succeededCallback,failedCallback,userContext); },
TwitterGetAuthenticationLink:function(MembershipTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TwitterGetAuthenticationLink',false,{MembershipTypeID:MembershipTypeID},succeededCallback,failedCallback,userContext); }}
Service.registerClass('Service',Sys.Net.WebServiceProxy);
Service._staticInstance = new Service();
Service.set_path = function(value) { Service._staticInstance.set_path(value); }
Service.get_path = function() { return Service._staticInstance.get_path(); }
Service.set_timeout = function(value) { Service._staticInstance.set_timeout(value); }
Service.get_timeout = function() { return Service._staticInstance.get_timeout(); }
Service.set_defaultUserContext = function(value) { Service._staticInstance.set_defaultUserContext(value); }
Service.get_defaultUserContext = function() { return Service._staticInstance.get_defaultUserContext(); }
Service.set_defaultSucceededCallback = function(value) { Service._staticInstance.set_defaultSucceededCallback(value); }
Service.get_defaultSucceededCallback = function() { return Service._staticInstance.get_defaultSucceededCallback(); }
Service.set_defaultFailedCallback = function(value) { Service._staticInstance.set_defaultFailedCallback(value); }
Service.get_defaultFailedCallback = function() { return Service._staticInstance.get_defaultFailedCallback(); }
Service.set_path("/Service.asmx");
Service.SubjectIDGet= function(SearchTerm,onSuccess,onFailed,userContext) {Service._staticInstance.SubjectIDGet(SearchTerm,onSuccess,onFailed,userContext); }
Service.TakeTheTest= function(Answers,onSuccess,onFailed,userContext) {Service._staticInstance.TakeTheTest(Answers,onSuccess,onFailed,userContext); }
Service.ContactUs= function(FromName,EmailSender,DepartmentID,Message,Captcha,onSuccess,onFailed,userContext) {Service._staticInstance.ContactUs(FromName,EmailSender,DepartmentID,Message,Captcha,onSuccess,onFailed,userContext); }
Service.CreditsPrice= function(Credits,onSuccess,onFailed,userContext) {Service._staticInstance.CreditsPrice(Credits,onSuccess,onFailed,userContext); }
Service.ChangeLanguage= function(CultureCode,onSuccess,onFailed,userContext) {Service._staticInstance.ChangeLanguage(CultureCode,onSuccess,onFailed,userContext); }
Service.GetTime= function(Time,Minutes,onSuccess,onFailed,userContext) {Service._staticInstance.GetTime(Time,Minutes,onSuccess,onFailed,userContext); }
Service.CreditsTotalGet= function(BookingTypeID,People,onSuccess,onFailed,userContext) {Service._staticInstance.CreditsTotalGet(BookingTypeID,People,onSuccess,onFailed,userContext); }
Service.AddComment= function(PageID,Comment,onSuccess,onFailed,userContext) {Service._staticInstance.AddComment(PageID,Comment,onSuccess,onFailed,userContext); }
Service.DeleteComment= function(PageCommentID,onSuccess,onFailed,userContext) {Service._staticInstance.DeleteComment(PageCommentID,onSuccess,onFailed,userContext); }
Service.LoadPage= function(PageID,onSuccess,onFailed,userContext) {Service._staticInstance.LoadPage(PageID,onSuccess,onFailed,userContext); }
Service.SavePage= function(PageID,ttl,content,intro,IsLive,onSuccess,onFailed,userContext) {Service._staticInstance.SavePage(PageID,ttl,content,intro,IsLive,onSuccess,onFailed,userContext); }
Service.FBConnect2= function(FBUID,MembershipTypeID,CanStream,FirstName,LastName,Email,PhotoSquare,PhotoBig,Location,onSuccess,onFailed,userContext) {Service._staticInstance.FBConnect2(FBUID,MembershipTypeID,CanStream,FirstName,LastName,Email,PhotoSquare,PhotoBig,Location,onSuccess,onFailed,userContext); }
Service.FBMerge2= function(FBUID,PublishToStream,onSuccess,onFailed,userContext) {Service._staticInstance.FBMerge2(FBUID,PublishToStream,onSuccess,onFailed,userContext); }
Service.NotifySet= function(Notify,onSuccess,onFailed,userContext) {Service._staticInstance.NotifySet(Notify,onSuccess,onFailed,userContext); }
Service.VerifyEmail= function(onSuccess,onFailed,userContext) {Service._staticInstance.VerifyEmail(onSuccess,onFailed,userContext); }
Service.CreateAccount= function(Username,Email,Password,PasswordConfirm,FirstName,LastName,CountryID,Newsletter,BasedIn,AgreeTerms,MembershipTypeID,onSuccess,onFailed,userContext) {Service._staticInstance.CreateAccount(Username,Email,Password,PasswordConfirm,FirstName,LastName,CountryID,Newsletter,BasedIn,AgreeTerms,MembershipTypeID,onSuccess,onFailed,userContext); }
Service.UpdateAccount= function(Email,Password,PasswordConfirm,FirstName,LastName,ReferrerCode,Newsletter,MobilePhone,Address1,Address2,City,State,TimeZone,onSuccess,onFailed,userContext) {Service._staticInstance.UpdateAccount(Email,Password,PasswordConfirm,FirstName,LastName,ReferrerCode,Newsletter,MobilePhone,Address1,Address2,City,State,TimeZone,onSuccess,onFailed,userContext); }
Service.CloseAccount= function(Understand,onSuccess,onFailed,userContext) {Service._staticInstance.CloseAccount(Understand,onSuccess,onFailed,userContext); }
Service.NotificationSet= function(NotifyTypeID,onSuccess,onFailed,userContext) {Service._staticInstance.NotificationSet(NotifyTypeID,onSuccess,onFailed,userContext); }
Service.SetLocationByName= function(BasedIn,onSuccess,onFailed,userContext) {Service._staticInstance.SetLocationByName(BasedIn,onSuccess,onFailed,userContext); }
Service.SetLocation= function(Lat,Lng,onSuccess,onFailed,userContext) {Service._staticInstance.SetLocation(Lat,Lng,onSuccess,onFailed,userContext); }
Service.TeacherMiniProfile= function(TeacherProfileID,onSuccess,onFailed,userContext) {Service._staticInstance.TeacherMiniProfile(TeacherProfileID,onSuccess,onFailed,userContext); }
Service.AddFriends= function(EmailAddresses,Message,onSuccess,onFailed,userContext) {Service._staticInstance.AddFriends(EmailAddresses,Message,onSuccess,onFailed,userContext); }
Service.GetCalendar= function(Ticks,onSuccess,onFailed,userContext) {Service._staticInstance.GetCalendar(Ticks,onSuccess,onFailed,userContext); }
Service.BookingUpdate= function(BookingID,UserTypeID,StatusID,onSuccess,onFailed,userContext) {Service._staticInstance.BookingUpdate(BookingID,UserTypeID,StatusID,onSuccess,onFailed,userContext); }
Service.CheckBooking= function(BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,onSuccess,onFailed,userContext) {Service._staticInstance.CheckBooking(BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,onSuccess,onFailed,userContext); }
Service.CheckBookingUpdate= function(BookingID,BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,Confirm,onSuccess,onFailed,userContext) {Service._staticInstance.CheckBookingUpdate(BookingID,BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,Confirm,onSuccess,onFailed,userContext); }
Service.Book= function(BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,onSuccess,onFailed,userContext) {Service._staticInstance.Book(BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,onSuccess,onFailed,userContext); }
Service.BookingModify= function(BookingID,BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,onSuccess,onFailed,userContext) {Service._staticInstance.BookingModify(BookingID,BookingTypeID,BookingDateTime,WHID,People,LocationMode,Location,onSuccess,onFailed,userContext); }
Service.CreditPriceGet= function(Credits,onSuccess,onFailed,userContext) {Service._staticInstance.CreditPriceGet(Credits,onSuccess,onFailed,userContext); }
Service.ConvertEarningsToCreditsQuote= function(Amount,onSuccess,onFailed,userContext) {Service._staticInstance.ConvertEarningsToCreditsQuote(Amount,onSuccess,onFailed,userContext); }
Service.ConvertEarningsToCredits= function(Amount,onSuccess,onFailed,userContext) {Service._staticInstance.ConvertEarningsToCredits(Amount,onSuccess,onFailed,userContext); }
Service.GetCreditsTotal= function(BookingTypeID,NumberOfPeople,NumberOfBookings,onSuccess,onFailed,userContext) {Service._staticInstance.GetCreditsTotal(BookingTypeID,NumberOfPeople,NumberOfBookings,onSuccess,onFailed,userContext); }
Service.GetBookingTypeOptions= function(BookingTypeID,onSuccess,onFailed,userContext) {Service._staticInstance.GetBookingTypeOptions(BookingTypeID,onSuccess,onFailed,userContext); }
Service.ClaimPromoCode= function(PromoCode,onSuccess,onFailed,userContext) {Service._staticInstance.ClaimPromoCode(PromoCode,onSuccess,onFailed,userContext); }
Service.Search= function(SearchTerm,TextBoxID,onSuccess,onFailed,userContext) {Service._staticInstance.Search(SearchTerm,TextBoxID,onSuccess,onFailed,userContext); }
Service.SubjectSearch= function(SearchTerm,TextBoxID,onSuccess,onFailed,userContext) {Service._staticInstance.SubjectSearch(SearchTerm,TextBoxID,onSuccess,onFailed,userContext); }
Service.TeachersLoad= function(PageIndex,OrderMode,IncludeOnline,onSuccess,onFailed,userContext) {Service._staticInstance.TeachersLoad(PageIndex,OrderMode,IncludeOnline,onSuccess,onFailed,userContext); }
Service.SubjectAdd= function(SubjectID,onSuccess,onFailed,userContext) {Service._staticInstance.SubjectAdd(SubjectID,onSuccess,onFailed,userContext); }
Service.FeedbackLeave= function(BookingID,FeedbackTypeID,Feedback,MakePublic,onSuccess,onFailed,userContext) {Service._staticInstance.FeedbackLeave(BookingID,FeedbackTypeID,Feedback,MakePublic,onSuccess,onFailed,userContext); }
Service.AddTeacherSubject= function(SubjectName,Keywords,CategoryID,TeacherTitleID,BookingNameID,onSuccess,onFailed,userContext) {Service._staticInstance.AddTeacherSubject(SubjectName,Keywords,CategoryID,TeacherTitleID,BookingNameID,onSuccess,onFailed,userContext); }
Service.FormatAboutBox= function(AboutLearn,IsUpdate,onSuccess,onFailed,userContext) {Service._staticInstance.FormatAboutBox(AboutLearn,IsUpdate,onSuccess,onFailed,userContext); }
Service.GetTutorBookingTypes= function(TutorProfileID,onSuccess,onFailed,userContext) {Service._staticInstance.GetTutorBookingTypes(TutorProfileID,onSuccess,onFailed,userContext); }
Service.TutorProfileUpdate= function(TutorProfileID,Experience,Keywords,MinimumAge,onSuccess,onFailed,userContext) {Service._staticInstance.TutorProfileUpdate(TutorProfileID,Experience,Keywords,MinimumAge,onSuccess,onFailed,userContext); }
Service.GetAvailability= function(UserID,StartDate,ReadOnly,onSuccess,onFailed,userContext) {Service._staticInstance.GetAvailability(UserID,StartDate,ReadOnly,onSuccess,onFailed,userContext); }
Service.CheckDateRange= function(StartDay,StartMonth,StartYear,EndDay,EndMonth,EndYear,onSuccess,onFailed,userContext) {Service._staticInstance.CheckDateRange(StartDay,StartMonth,StartYear,EndDay,EndMonth,EndYear,onSuccess,onFailed,userContext); }
Service.UpdateTeacherProfile= function(Details,Qualifications,SpokenLanguages,Suburbs,Workhours,WorkHourExemptions,SEOCourse,TeachOnline,WWCC,SpecialOffers,onSuccess,onFailed,userContext) {Service._staticInstance.UpdateTeacherProfile(Details,Qualifications,SpokenLanguages,Suburbs,Workhours,WorkHourExemptions,SEOCourse,TeachOnline,WWCC,SpecialOffers,onSuccess,onFailed,userContext); }
Service.RemoveTutorProfile= function(TutorProfileID,onSuccess,onFailed,userContext) {Service._staticInstance.RemoveTutorProfile(TutorProfileID,onSuccess,onFailed,userContext); }
Service.RemoveBookingType= function(TutorProfileID,BookingTypeID,onSuccess,onFailed,userContext) {Service._staticInstance.RemoveBookingType(TutorProfileID,BookingTypeID,onSuccess,onFailed,userContext); }
Service.TutorBookingOptionAdd= function(TutorProfileID,BookingName,DurationMinutes,MaxPeople,MinPeople,Charge,ExtraPersonCharge,onSuccess,onFailed,userContext) {Service._staticInstance.TutorBookingOptionAdd(TutorProfileID,BookingName,DurationMinutes,MaxPeople,MinPeople,Charge,ExtraPersonCharge,onSuccess,onFailed,userContext); }
Service.SubjectAddToTeacher= function(SubjectID,onSuccess,onFailed,userContext) {Service._staticInstance.SubjectAddToTeacher(SubjectID,onSuccess,onFailed,userContext); }
Service.RecommendRate= function(SubjectID,onSuccess,onFailed,userContext) {Service._staticInstance.RecommendRate(SubjectID,onSuccess,onFailed,userContext); }
Service.SubjectDelete= function(SubjectID,onSuccess,onFailed,userContext) {Service._staticInstance.SubjectDelete(SubjectID,onSuccess,onFailed,userContext); }
Service.DeleteMessages= function(MessageCSV,onSuccess,onFailed,userContext) {Service._staticInstance.DeleteMessages(MessageCSV,onSuccess,onFailed,userContext); }
Service.MessagesGet= function(ListMode,PageIndex,onSuccess,onFailed,userContext) {Service._staticInstance.MessagesGet(ListMode,PageIndex,onSuccess,onFailed,userContext); }
Service.MessageGet= function(MessageID,onSuccess,onFailed,userContext) {Service._staticInstance.MessageGet(MessageID,onSuccess,onFailed,userContext); }
Service.MessageSend= function(To,Subject,Message,Captcha,Referer,Agree,onSuccess,onFailed,userContext) {Service._staticInstance.MessageSend(To,Subject,Message,Captcha,Referer,Agree,onSuccess,onFailed,userContext); }
Service.Login= function(Username,Password,onSuccess,onFailed,userContext) {Service._staticInstance.Login(Username,Password,onSuccess,onFailed,userContext); }
Service.SendPassword= function(Email,onSuccess,onFailed,userContext) {Service._staticInstance.SendPassword(Email,onSuccess,onFailed,userContext); }
Service.UpdateBankAccount= function(TypeID,PayPalAddress,AccountName,BSB,AccountNumber,PayMethodID,onSuccess,onFailed,userContext) {Service._staticInstance.UpdateBankAccount(TypeID,PayPalAddress,AccountName,BSB,AccountNumber,PayMethodID,onSuccess,onFailed,userContext); }
Service.PaymentSummaryGet= function(onSuccess,onFailed,userContext) {Service._staticInstance.PaymentSummaryGet(onSuccess,onFailed,userContext); }
Service.PlaceOrder= function(PaymentMethod,Credits,onSuccess,onFailed,userContext) {Service._staticInstance.PlaceOrder(PaymentMethod,Credits,onSuccess,onFailed,userContext); }
Service.PlaceOrderGift= function(SubjectID,Email,EmailConfirm,RecipientName,Message,FromName,PaymentMethod,Credits,onSuccess,onFailed,userContext) {Service._staticInstance.PlaceOrderGift(SubjectID,Email,EmailConfirm,RecipientName,Message,FromName,PaymentMethod,Credits,onSuccess,onFailed,userContext); }
Service.PlaceOrderPro= function(ProOption,PaymentMethod,onSuccess,onFailed,userContext) {Service._staticInstance.PlaceOrderPro(ProOption,PaymentMethod,onSuccess,onFailed,userContext); }
Service.ClaimVoucher= function(VoucherCode,Captcha,onSuccess,onFailed,userContext) {Service._staticInstance.ClaimVoucher(VoucherCode,Captcha,onSuccess,onFailed,userContext); }
Service.UpdateSchool= function(SchoolID,IsAgency,SchoolName,CountryID,Address1,Address2,City,State,SchoolInfo,Logo,Lat,Lng,onSuccess,onFailed,userContext) {Service._staticInstance.UpdateSchool(SchoolID,IsAgency,SchoolName,CountryID,Address1,Address2,City,State,SchoolInfo,Logo,Lat,Lng,onSuccess,onFailed,userContext); }
Service.AddTeachers= function(SchoolID,EmailAddresses,Message,onSuccess,onFailed,userContext) {Service._staticInstance.AddTeachers(SchoolID,EmailAddresses,Message,onSuccess,onFailed,userContext); }
Service.SchoolMiniProfile= function(SchoolID,onSuccess,onFailed,userContext) {Service._staticInstance.SchoolMiniProfile(SchoolID,onSuccess,onFailed,userContext); }
Service.AffiliateLogin= function(EmailAddress,Password,onSuccess,onFailed,userContext) {Service._staticInstance.AffiliateLogin(EmailAddress,Password,onSuccess,onFailed,userContext); }
Service.AffiliateCreate= function(EmailAddress,Password,PasswordConfirm,Name,AgreeTerms,PayDetails,WebsiteURL,onSuccess,onFailed,userContext) {Service._staticInstance.AffiliateCreate(EmailAddress,Password,PasswordConfirm,Name,AgreeTerms,PayDetails,WebsiteURL,onSuccess,onFailed,userContext); }
Service.AffiliateUpdate= function(EmailAddress,Password,PasswordConfirm,Name,PayDetails,WebsiteURL,onSuccess,onFailed,userContext) {Service._staticInstance.AffiliateUpdate(EmailAddress,Password,PasswordConfirm,Name,PayDetails,WebsiteURL,onSuccess,onFailed,userContext); }
Service.CompleteSurvey= function(SurveyID,SurveyAnswers,onSuccess,onFailed,userContext) {Service._staticInstance.CompleteSurvey(SurveyID,SurveyAnswers,onSuccess,onFailed,userContext); }
Service.TwitterPollUpdate= function(Days,onSuccess,onFailed,userContext) {Service._staticInstance.TwitterPollUpdate(Days,onSuccess,onFailed,userContext); }
Service.TwitterGetAuthenticationLink= function(MembershipTypeID,onSuccess,onFailed,userContext) {Service._staticInstance.TwitterGetAuthenticationLink(MembershipTypeID,onSuccess,onFailed,userContext); }
