Type.registerNamespace('Kingpin.Services.Agora');
Kingpin.Services.Agora.Agora=function() {
Kingpin.Services.Agora.Agora.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Kingpin.Services.Agora.Agora.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Kingpin.Services.Agora.Agora._staticInstance.get_path();},
GetTags:function(subject,content,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTags',false,{subject:subject,content:content},succeededCallback,failedCallback,userContext); },
SendAcceptedAssistedEmail:function(authorId,responseId,type,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendAcceptedAssistedEmail',false,{authorId:authorId,responseId:responseId,type:type},succeededCallback,failedCallback,userContext); },
RemoveSubscription:function(subscriptionId,bIsThread,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveSubscription',false,{subscriptionId:subscriptionId,bIsThread:bIsThread},succeededCallback,failedCallback,userContext); },
ChangeSubscription:function(subscriptionId,originalValue,newValue,bIsThread,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ChangeSubscription',false,{subscriptionId:subscriptionId,originalValue:originalValue,newValue:newValue,bIsThread:bIsThread},succeededCallback,failedCallback,userContext); },
InsertSubscription:function(userId,topicId,email,bChecked,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertSubscription',false,{userId:userId,topicId:topicId,email:email,bChecked:bChecked},succeededCallback,failedCallback,userContext); },
InsertSubscriptionToCategory:function(userId,discId,discTypeId,email,bChecked,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertSubscriptionToCategory',false,{userId:userId,discId:discId,discTypeId:discTypeId,email:email,bChecked:bChecked},succeededCallback,failedCallback,userContext); },
UpdateSolutionType:function(responseId,typeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSolutionType',false,{responseId:responseId,typeId:typeId},succeededCallback,failedCallback,userContext); },
GetTierTwoForMenu:function(path,groupId,bMainPage,tierLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTierTwoForMenu',false,{path:path,groupId:groupId,bMainPage:bMainPage,tierLevel:tierLevel},succeededCallback,failedCallback,userContext); },
GetTierThreeForMenu:function(path,catId,bMainPage,tierLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTierThreeForMenu',false,{path:path,catId:catId,bMainPage:bMainPage,tierLevel:tierLevel},succeededCallback,failedCallback,userContext); },
GetTierFourForMenu:function(path,catId,bMainPage,tierLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTierFourForMenu',false,{path:path,catId:catId,bMainPage:bMainPage,tierLevel:tierLevel},succeededCallback,failedCallback,userContext); },
GetTierFiveForMenu:function(path,catId,bMainPage,tierLevel,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTierFiveForMenu',false,{path:path,catId:catId,bMainPage:bMainPage,tierLevel:tierLevel},succeededCallback,failedCallback,userContext); },
GetTier1:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTier1',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetTier2:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTier2',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetTier3:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTier3',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetTier4:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTier4',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetTier5:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTier5',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
Kingpin.Services.Agora.Agora.registerClass('Kingpin.Services.Agora.Agora',Sys.Net.WebServiceProxy);
Kingpin.Services.Agora.Agora._staticInstance = new Kingpin.Services.Agora.Agora();
Kingpin.Services.Agora.Agora.set_path = function(value) { Kingpin.Services.Agora.Agora._staticInstance.set_path(value); }
Kingpin.Services.Agora.Agora.get_path = function() { return Kingpin.Services.Agora.Agora._staticInstance.get_path(); }
Kingpin.Services.Agora.Agora.set_timeout = function(value) { Kingpin.Services.Agora.Agora._staticInstance.set_timeout(value); }
Kingpin.Services.Agora.Agora.get_timeout = function() { return Kingpin.Services.Agora.Agora._staticInstance.get_timeout(); }
Kingpin.Services.Agora.Agora.set_defaultUserContext = function(value) { Kingpin.Services.Agora.Agora._staticInstance.set_defaultUserContext(value); }
Kingpin.Services.Agora.Agora.get_defaultUserContext = function() { return Kingpin.Services.Agora.Agora._staticInstance.get_defaultUserContext(); }
Kingpin.Services.Agora.Agora.set_defaultSucceededCallback = function(value) { Kingpin.Services.Agora.Agora._staticInstance.set_defaultSucceededCallback(value); }
Kingpin.Services.Agora.Agora.get_defaultSucceededCallback = function() { return Kingpin.Services.Agora.Agora._staticInstance.get_defaultSucceededCallback(); }
Kingpin.Services.Agora.Agora.set_defaultFailedCallback = function(value) { Kingpin.Services.Agora.Agora._staticInstance.set_defaultFailedCallback(value); }
Kingpin.Services.Agora.Agora.get_defaultFailedCallback = function() { return Kingpin.Services.Agora.Agora._staticInstance.get_defaultFailedCallback(); }
Kingpin.Services.Agora.Agora.set_path("/Services/Agora/Agora.asmx");
Kingpin.Services.Agora.Agora.GetTags= function(subject,content,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTags(subject,content,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.SendAcceptedAssistedEmail= function(authorId,responseId,type,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.SendAcceptedAssistedEmail(authorId,responseId,type,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.RemoveSubscription= function(subscriptionId,bIsThread,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.RemoveSubscription(subscriptionId,bIsThread,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.ChangeSubscription= function(subscriptionId,originalValue,newValue,bIsThread,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.ChangeSubscription(subscriptionId,originalValue,newValue,bIsThread,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.InsertSubscription= function(userId,topicId,email,bChecked,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.InsertSubscription(userId,topicId,email,bChecked,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.InsertSubscriptionToCategory= function(userId,discId,discTypeId,email,bChecked,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.InsertSubscriptionToCategory(userId,discId,discTypeId,email,bChecked,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.UpdateSolutionType= function(responseId,typeId,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.UpdateSolutionType(responseId,typeId,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTierTwoForMenu= function(path,groupId,bMainPage,tierLevel,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTierTwoForMenu(path,groupId,bMainPage,tierLevel,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTierThreeForMenu= function(path,catId,bMainPage,tierLevel,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTierThreeForMenu(path,catId,bMainPage,tierLevel,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTierFourForMenu= function(path,catId,bMainPage,tierLevel,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTierFourForMenu(path,catId,bMainPage,tierLevel,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTierFiveForMenu= function(path,catId,bMainPage,tierLevel,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTierFiveForMenu(path,catId,bMainPage,tierLevel,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTier1= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTier1(knownCategoryValues,category,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTier2= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTier2(knownCategoryValues,category,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTier3= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTier3(knownCategoryValues,category,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTier4= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTier4(knownCategoryValues,category,onSuccess,onFailed,userContext); }
Kingpin.Services.Agora.Agora.GetTier5= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Kingpin.Services.Agora.Agora._staticInstance.GetTier5(knownCategoryValues,category,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');
}
