var PlatformService=function() {
PlatformService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PlatformService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return PlatformService._staticInstance.get_path();},
Vote:function(positive,itemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Vote',false,{positive:positive,itemId:itemId},succeededCallback,failedCallback,userContext); },
VoteDoeMee:function(positive,itemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VoteDoeMee',false,{positive:positive,itemId:itemId},succeededCallback,failedCallback,userContext); },
VoteSmall:function(positive,itemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VoteSmall',false,{positive:positive,itemId:itemId},succeededCallback,failedCallback,userContext); },
VoteEnrichment:function(itemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VoteEnrichment',false,{itemId:itemId},succeededCallback,failedCallback,userContext); },
VoteNotDesired:function(itemId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'VoteNotDesired',false,{itemId:itemId},succeededCallback,failedCallback,userContext); },
GenerateRss:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GenerateRss',false,{},succeededCallback,failedCallback,userContext); },
UpdateSubscription:function(itemId,subscribe,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSubscription',false,{itemId:itemId,subscribe:subscribe},succeededCallback,failedCallback,userContext); },
UpdateSpotlight:function(itemId,subscribe,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSpotlight',false,{itemId:itemId,subscribe:subscribe},succeededCallback,failedCallback,userContext); },
ListQuestions:function(parentId,pageNumber,sortExpression,sortOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ListQuestions',false,{parentId:parentId,pageNumber:pageNumber,sortExpression:sortExpression,sortOrder:sortOrder},succeededCallback,failedCallback,userContext); },
PagingHorizontal:function(parentId,pageNumber,sortExpression,sortOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PagingHorizontal',false,{parentId:parentId,pageNumber:pageNumber,sortExpression:sortExpression,sortOrder:sortOrder},succeededCallback,failedCallback,userContext); },
ShowNews:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowNews',false,{id:id},succeededCallback,failedCallback,userContext); },
ShowLatestProject:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowLatestProject',false,{id:id},succeededCallback,failedCallback,userContext); },
ReactionEdit:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReactionEdit',false,{id:id},succeededCallback,failedCallback,userContext); },
ReactionCancelEdit:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReactionCancelEdit',false,{id:id},succeededCallback,failedCallback,userContext); },
ReactionUpdate:function(id,text,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReactionUpdate',false,{id:id,text:text},succeededCallback,failedCallback,userContext); },
ReactionDelete:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReactionDelete',false,{id:id},succeededCallback,failedCallback,userContext); },
ReactionQuote:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReactionQuote',false,{id:id},succeededCallback,failedCallback,userContext); },
ShoutboxAdd:function(text,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShoutboxAdd',false,{text:text},succeededCallback,failedCallback,userContext); },
UpdateDossierSubscription:function(dossierId,subscribe,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateDossierSubscription',false,{dossierId:dossierId,subscribe:subscribe},succeededCallback,failedCallback,userContext); },
AddTag:function(tag,itemId,types,categoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddTag',false,{tag:tag,itemId:itemId,types:types,categoryId:categoryId},succeededCallback,failedCallback,userContext); },
RemoveTag:function(tag,itemId,types,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveTag',false,{tag:tag,itemId:itemId,types:types},succeededCallback,failedCallback,userContext); },
GetClients:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetClients',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetProjects:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetProjects',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetChildrenForParent:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChildrenForParent',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetTagCompletionList:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTagCompletionList',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetMainTagCategories:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMainTagCategories',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetSubTagCategories:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSubTagCategories',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetDossiers:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDossiers',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetHistoryForDossier:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHistoryForDossier',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetPresence:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPresence',false,{},succeededCallback,failedCallback,userContext); }}
PlatformService.registerClass('PlatformService',Sys.Net.WebServiceProxy);
PlatformService._staticInstance = new PlatformService();
PlatformService.set_path = function(value) { PlatformService._staticInstance.set_path(value); }
PlatformService.get_path = function() { return PlatformService._staticInstance.get_path(); }
PlatformService.set_timeout = function(value) { PlatformService._staticInstance.set_timeout(value); }
PlatformService.get_timeout = function() { return PlatformService._staticInstance.get_timeout(); }
PlatformService.set_defaultUserContext = function(value) { PlatformService._staticInstance.set_defaultUserContext(value); }
PlatformService.get_defaultUserContext = function() { return PlatformService._staticInstance.get_defaultUserContext(); }
PlatformService.set_defaultSucceededCallback = function(value) { PlatformService._staticInstance.set_defaultSucceededCallback(value); }
PlatformService.get_defaultSucceededCallback = function() { return PlatformService._staticInstance.get_defaultSucceededCallback(); }
PlatformService.set_defaultFailedCallback = function(value) { PlatformService._staticInstance.set_defaultFailedCallback(value); }
PlatformService.get_defaultFailedCallback = function() { return PlatformService._staticInstance.get_defaultFailedCallback(); }
PlatformService.set_path("/WebServices/PlatformService.asmx");
PlatformService.Vote= function(positive,itemId,onSuccess,onFailed,userContext) {PlatformService._staticInstance.Vote(positive,itemId,onSuccess,onFailed,userContext); }
PlatformService.VoteDoeMee= function(positive,itemId,onSuccess,onFailed,userContext) {PlatformService._staticInstance.VoteDoeMee(positive,itemId,onSuccess,onFailed,userContext); }
PlatformService.VoteSmall= function(positive,itemId,onSuccess,onFailed,userContext) {PlatformService._staticInstance.VoteSmall(positive,itemId,onSuccess,onFailed,userContext); }
PlatformService.VoteEnrichment= function(itemId,onSuccess,onFailed,userContext) {PlatformService._staticInstance.VoteEnrichment(itemId,onSuccess,onFailed,userContext); }
PlatformService.VoteNotDesired= function(itemId,onSuccess,onFailed,userContext) {PlatformService._staticInstance.VoteNotDesired(itemId,onSuccess,onFailed,userContext); }
PlatformService.GenerateRss= function(onSuccess,onFailed,userContext) {PlatformService._staticInstance.GenerateRss(onSuccess,onFailed,userContext); }
PlatformService.UpdateSubscription= function(itemId,subscribe,onSuccess,onFailed,userContext) {PlatformService._staticInstance.UpdateSubscription(itemId,subscribe,onSuccess,onFailed,userContext); }
PlatformService.UpdateSpotlight= function(itemId,subscribe,onSuccess,onFailed,userContext) {PlatformService._staticInstance.UpdateSpotlight(itemId,subscribe,onSuccess,onFailed,userContext); }
PlatformService.ListQuestions= function(parentId,pageNumber,sortExpression,sortOrder,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ListQuestions(parentId,pageNumber,sortExpression,sortOrder,onSuccess,onFailed,userContext); }
PlatformService.PagingHorizontal= function(parentId,pageNumber,sortExpression,sortOrder,onSuccess,onFailed,userContext) {PlatformService._staticInstance.PagingHorizontal(parentId,pageNumber,sortExpression,sortOrder,onSuccess,onFailed,userContext); }
PlatformService.ShowNews= function(id,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ShowNews(id,onSuccess,onFailed,userContext); }
PlatformService.ShowLatestProject= function(id,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ShowLatestProject(id,onSuccess,onFailed,userContext); }
PlatformService.ReactionEdit= function(id,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ReactionEdit(id,onSuccess,onFailed,userContext); }
PlatformService.ReactionCancelEdit= function(id,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ReactionCancelEdit(id,onSuccess,onFailed,userContext); }
PlatformService.ReactionUpdate= function(id,text,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ReactionUpdate(id,text,onSuccess,onFailed,userContext); }
PlatformService.ReactionDelete= function(id,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ReactionDelete(id,onSuccess,onFailed,userContext); }
PlatformService.ReactionQuote= function(id,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ReactionQuote(id,onSuccess,onFailed,userContext); }
PlatformService.ShoutboxAdd= function(text,onSuccess,onFailed,userContext) {PlatformService._staticInstance.ShoutboxAdd(text,onSuccess,onFailed,userContext); }
PlatformService.UpdateDossierSubscription= function(dossierId,subscribe,onSuccess,onFailed,userContext) {PlatformService._staticInstance.UpdateDossierSubscription(dossierId,subscribe,onSuccess,onFailed,userContext); }
PlatformService.AddTag= function(tag,itemId,types,categoryId,onSuccess,onFailed,userContext) {PlatformService._staticInstance.AddTag(tag,itemId,types,categoryId,onSuccess,onFailed,userContext); }
PlatformService.RemoveTag= function(tag,itemId,types,onSuccess,onFailed,userContext) {PlatformService._staticInstance.RemoveTag(tag,itemId,types,onSuccess,onFailed,userContext); }
PlatformService.GetClients= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetClients(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetProjects= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetProjects(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetChildrenForParent= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetChildrenForParent(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetTagCompletionList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetTagCompletionList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
PlatformService.GetMainTagCategories= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetMainTagCategories(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetSubTagCategories= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetSubTagCategories(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetDossiers= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetDossiers(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetHistoryForDossier= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetHistoryForDossier(knownCategoryValues,category,onSuccess,onFailed,userContext); }
PlatformService.GetPresence= function(onSuccess,onFailed,userContext) {PlatformService._staticInstance.GetPresence(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');
}
