Type.registerNamespace('ProfilesV1dot5');
ProfilesV1dot5.SendSMS=function() {
ProfilesV1dot5.SendSMS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ProfilesV1dot5.SendSMS.prototype={
TabClicked:function(TabName,jsonRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(ProfilesV1dot5.SendSMS.get_path(), 'TabClicked',false,{TabName:TabName,jsonRequest:jsonRequest},succeededCallback,failedCallback,userContext); },
linkClicked:function(url,jsonRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(ProfilesV1dot5.SendSMS.get_path(), 'linkClicked',false,{url:url,jsonRequest:jsonRequest},succeededCallback,failedCallback,userContext); },
toolbarClicked:function(ToolName,jsonRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(ProfilesV1dot5.SendSMS.get_path(), 'toolbarClicked',false,{ToolName:ToolName,jsonRequest:jsonRequest},succeededCallback,failedCallback,userContext); },
profileLoaded:function(url,jsonRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(ProfilesV1dot5.SendSMS.get_path(), 'profileLoaded',false,{url:url,jsonRequest:jsonRequest},succeededCallback,failedCallback,userContext); },
linkClickedExpanded:function(actionName,url,jsonRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(ProfilesV1dot5.SendSMS.get_path(), 'linkClickedExpanded',false,{actionName:actionName,url:url,jsonRequest:jsonRequest},succeededCallback,failedCallback,userContext); },
printSpecialOffer:function(url,jsonRequest,succeededCallback, failedCallback, userContext) {
return this._invoke(ProfilesV1dot5.SendSMS.get_path(), 'printSpecialOffer',false,{url:url,jsonRequest:jsonRequest},succeededCallback,failedCallback,userContext); }}
ProfilesV1dot5.SendSMS.registerClass('ProfilesV1dot5.SendSMS',Sys.Net.WebServiceProxy);
ProfilesV1dot5.SendSMS._staticInstance = new ProfilesV1dot5.SendSMS();
ProfilesV1dot5.SendSMS.set_path = function(value) { ProfilesV1dot5.SendSMS._staticInstance._path = value; }
ProfilesV1dot5.SendSMS.get_path = function() { return ProfilesV1dot5.SendSMS._staticInstance._path; }
ProfilesV1dot5.SendSMS.set_timeout = function(value) { ProfilesV1dot5.SendSMS._staticInstance._timeout = value; }
ProfilesV1dot5.SendSMS.get_timeout = function() { return ProfilesV1dot5.SendSMS._staticInstance._timeout; }
ProfilesV1dot5.SendSMS.set_defaultUserContext = function(value) { ProfilesV1dot5.SendSMS._staticInstance._userContext = value; }
ProfilesV1dot5.SendSMS.get_defaultUserContext = function() { return ProfilesV1dot5.SendSMS._staticInstance._userContext; }
ProfilesV1dot5.SendSMS.set_defaultSucceededCallback = function(value) { ProfilesV1dot5.SendSMS._staticInstance._succeeded = value; }
ProfilesV1dot5.SendSMS.get_defaultSucceededCallback = function() { return ProfilesV1dot5.SendSMS._staticInstance._succeeded; }
ProfilesV1dot5.SendSMS.set_defaultFailedCallback = function(value) { ProfilesV1dot5.SendSMS._staticInstance._failed = value; }
ProfilesV1dot5.SendSMS.get_defaultFailedCallback = function() { return ProfilesV1dot5.SendSMS._staticInstance._failed; }
ProfilesV1dot5.SendSMS.set_path("/WebServices/SendSMS.asmx");
ProfilesV1dot5.SendSMS.TabClicked= function(TabName,jsonRequest,onSuccess,onFailed,userContext) {ProfilesV1dot5.SendSMS._staticInstance.TabClicked(TabName,jsonRequest,onSuccess,onFailed,userContext); }
ProfilesV1dot5.SendSMS.linkClicked= function(url,jsonRequest,onSuccess,onFailed,userContext) {ProfilesV1dot5.SendSMS._staticInstance.linkClicked(url,jsonRequest,onSuccess,onFailed,userContext); }
ProfilesV1dot5.SendSMS.toolbarClicked= function(ToolName,jsonRequest,onSuccess,onFailed,userContext) {ProfilesV1dot5.SendSMS._staticInstance.toolbarClicked(ToolName,jsonRequest,onSuccess,onFailed,userContext); }
ProfilesV1dot5.SendSMS.profileLoaded= function(url,jsonRequest,onSuccess,onFailed,userContext) {ProfilesV1dot5.SendSMS._staticInstance.profileLoaded(url,jsonRequest,onSuccess,onFailed,userContext); }
ProfilesV1dot5.SendSMS.linkClickedExpanded= function(actionName,url,jsonRequest,onSuccess,onFailed,userContext) {ProfilesV1dot5.SendSMS._staticInstance.linkClickedExpanded(actionName,url,jsonRequest,onSuccess,onFailed,userContext); }
ProfilesV1dot5.SendSMS.printSpecialOffer= function(url,jsonRequest,onSuccess,onFailed,userContext) {ProfilesV1dot5.SendSMS._staticInstance.printSpecialOffer(url,jsonRequest,onSuccess,onFailed,userContext); }
