Type.registerNamespace('SI.Community.Web.Services');
SI.Community.Web.Services.SIScriptService=function() {
SI.Community.Web.Services.SIScriptService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SI.Community.Web.Services.SIScriptService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SI.Community.Web.Services.SIScriptService._staticInstance.get_path();},
LogIn:function(username,password,succeededCallback, failedCallback, userContext) {
/// <param name="username" type="String">System.String</param>
/// <param name="password" 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(), 'LogIn',false,{username:username,password:password},succeededCallback,failedCallback,userContext); },
GetExportedAlumni:function(username,password,succeededCallback, failedCallback, userContext) {
/// <param name="username" type="String">System.String</param>
/// <param name="password" 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(), 'GetExportedAlumni',false,{username:username,password:password},succeededCallback,failedCallback,userContext); },
GetNumMessagesInInbox:function(unread,succeededCallback, failedCallback, userContext) {
/// <param name="unread" 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(), 'GetNumMessagesInInbox',false,{unread:unread},succeededCallback,failedCallback,userContext); },
AddNetworkMembership:function(networkId,succeededCallback, failedCallback, userContext) {
/// <param name="networkId" 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(), 'AddNetworkMembership',false,{networkId:networkId},succeededCallback,failedCallback,userContext); },
AddSubNetworkMembership:function(networkId,succeededCallback, failedCallback, userContext) {
/// <param name="networkId" 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(), 'AddSubNetworkMembership',false,{networkId:networkId},succeededCallback,failedCallback,userContext); },
ApplyForSubNetworkMembership:function(networkId,succeededCallback, failedCallback, userContext) {
/// <param name="networkId" 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(), 'ApplyForSubNetworkMembership',false,{networkId:networkId},succeededCallback,failedCallback,userContext); },
ApplyForNetworkMembership:function(networkId,succeededCallback, failedCallback, userContext) {
/// <param name="networkId" 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(), 'ApplyForNetworkMembership',false,{networkId:networkId},succeededCallback,failedCallback,userContext); },
ConfirmApplyForNetworkMembership:function(membershipId,messageId,succeededCallback, failedCallback, userContext) {
/// <param name="membershipId" type="Number">System.Int32</param>
/// <param name="messageId" 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(), 'ConfirmApplyForNetworkMembership',false,{membershipId:membershipId,messageId:messageId},succeededCallback,failedCallback,userContext); },
IgnoreApplyForNetworkMembership:function(membershipId,messageId,succeededCallback, failedCallback, userContext) {
/// <param name="membershipId" type="Number">System.Int32</param>
/// <param name="messageId" 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(), 'IgnoreApplyForNetworkMembership',false,{membershipId:membershipId,messageId:messageId},succeededCallback,failedCallback,userContext); },
AddContactRelation:function(userId,succeededCallback, failedCallback, userContext) {
/// <param name="userId" 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(), 'AddContactRelation',false,{userId:userId},succeededCallback,failedCallback,userContext); },
ConfirmAddContactRelation:function(relationId,messageId,succeededCallback, failedCallback, userContext) {
/// <param name="relationId" type="Number">System.Int32</param>
/// <param name="messageId" 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(), 'ConfirmAddContactRelation',false,{relationId:relationId,messageId:messageId},succeededCallback,failedCallback,userContext); },
IgnoreAddContactRelation:function(relationId,messageId,succeededCallback, failedCallback, userContext) {
/// <param name="relationId" type="Number">System.Int32</param>
/// <param name="messageId" 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(), 'IgnoreAddContactRelation',false,{relationId:relationId,messageId:messageId},succeededCallback,failedCallback,userContext); },
AddEventToUserCalendar:function(eventId,succeededCallback, failedCallback, userContext) {
/// <param name="eventId" 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(), 'AddEventToUserCalendar',false,{eventId:eventId},succeededCallback,failedCallback,userContext); },
SendMessage:function(subject,body,recipientUserId,succeededCallback, failedCallback, userContext) {
/// <param name="subject" type="String">System.String</param>
/// <param name="body" type="String">System.String</param>
/// <param name="recipientUserId" 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(), 'SendMessage',false,{subject:subject,body:body,recipientUserId:recipientUserId},succeededCallback,failedCallback,userContext); },
InviteAFriend:function(friendEmail,friendName,yourName,yourEmail,message,succeededCallback, failedCallback, userContext) {
/// <param name="friendEmail" type="String">System.String</param>
/// <param name="friendName" type="String">System.String</param>
/// <param name="yourName" type="String">System.String</param>
/// <param name="yourEmail" type="String">System.String</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(), 'InviteAFriend',false,{friendEmail:friendEmail,friendName:friendName,yourName:yourName,yourEmail:yourEmail,message:message},succeededCallback,failedCallback,userContext); },
ReportThis:function(justification,objId,objTypeId,nid,url,succeededCallback, failedCallback, userContext) {
/// <param name="justification" type="String">System.String</param>
/// <param name="objId" type="Number">System.Int32</param>
/// <param name="objTypeId" type="Number">System.Int32</param>
/// <param name="nid" type="Number">System.Int32</param>
/// <param name="url" 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(), 'ReportThis',false,{justification:justification,objId:objId,objTypeId:objTypeId,nid:nid,url:url},succeededCallback,failedCallback,userContext); },
GetCalendarEventComments:function(eventId,panelCommentsClientId,panelAjaxLoaderClientId,linkShowCommentsClientId,linkHideCommentsClientId,succeededCallback, failedCallback, userContext) {
/// <param name="eventId" type="Number">System.Int32</param>
/// <param name="panelCommentsClientId" type="String">System.String</param>
/// <param name="panelAjaxLoaderClientId" type="String">System.String</param>
/// <param name="linkShowCommentsClientId" type="String">System.String</param>
/// <param name="linkHideCommentsClientId" 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(), 'GetCalendarEventComments',false,{eventId:eventId,panelCommentsClientId:panelCommentsClientId,panelAjaxLoaderClientId:panelAjaxLoaderClientId,linkShowCommentsClientId:linkShowCommentsClientId,linkHideCommentsClientId:linkHideCommentsClientId},succeededCallback,failedCallback,userContext); },
GetTagSuggestionsForBlog: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(), 'GetTagSuggestionsForBlog',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetTagSuggestionsForNetwork: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(), 'GetTagSuggestionsForNetwork',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetTagSuggestionsForUser: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(), 'GetTagSuggestionsForUser',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
SetHotTopic:function(entityId,entityType,addHotTopic,succeededCallback, failedCallback, userContext) {
/// <param name="entityId" type="Number">System.Int32</param>
/// <param name="entityType" type="String">System.String</param>
/// <param name="addHotTopic" 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(), 'SetHotTopic',false,{entityId:entityId,entityType:entityType,addHotTopic:addHotTopic},succeededCallback,failedCallback,userContext); }}
SI.Community.Web.Services.SIScriptService.registerClass('SI.Community.Web.Services.SIScriptService',Sys.Net.WebServiceProxy);
SI.Community.Web.Services.SIScriptService._staticInstance = new SI.Community.Web.Services.SIScriptService();
SI.Community.Web.Services.SIScriptService.set_path = function(value) {
SI.Community.Web.Services.SIScriptService._staticInstance.set_path(value); }
SI.Community.Web.Services.SIScriptService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SI.Community.Web.Services.SIScriptService._staticInstance.get_path();}
SI.Community.Web.Services.SIScriptService.set_timeout = function(value) {
SI.Community.Web.Services.SIScriptService._staticInstance.set_timeout(value); }
SI.Community.Web.Services.SIScriptService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SI.Community.Web.Services.SIScriptService._staticInstance.get_timeout(); }
SI.Community.Web.Services.SIScriptService.set_defaultUserContext = function(value) { 
SI.Community.Web.Services.SIScriptService._staticInstance.set_defaultUserContext(value); }
SI.Community.Web.Services.SIScriptService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SI.Community.Web.Services.SIScriptService._staticInstance.get_defaultUserContext(); }
SI.Community.Web.Services.SIScriptService.set_defaultSucceededCallback = function(value) { 
 SI.Community.Web.Services.SIScriptService._staticInstance.set_defaultSucceededCallback(value); }
SI.Community.Web.Services.SIScriptService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SI.Community.Web.Services.SIScriptService._staticInstance.get_defaultSucceededCallback(); }
SI.Community.Web.Services.SIScriptService.set_defaultFailedCallback = function(value) { 
SI.Community.Web.Services.SIScriptService._staticInstance.set_defaultFailedCallback(value); }
SI.Community.Web.Services.SIScriptService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SI.Community.Web.Services.SIScriptService._staticInstance.get_defaultFailedCallback(); }
SI.Community.Web.Services.SIScriptService.set_path("/Services/SIScriptService.asmx");
SI.Community.Web.Services.SIScriptService.LogIn= function(username,password,onSuccess,onFailed,userContext) {
/// <param name="username" type="String">System.String</param>
/// <param name="password" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.LogIn(username,password,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.GetExportedAlumni= function(username,password,onSuccess,onFailed,userContext) {
/// <param name="username" type="String">System.String</param>
/// <param name="password" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.GetExportedAlumni(username,password,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.GetNumMessagesInInbox= function(unread,onSuccess,onFailed,userContext) {
/// <param name="unread" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.GetNumMessagesInInbox(unread,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.AddNetworkMembership= function(networkId,onSuccess,onFailed,userContext) {
/// <param name="networkId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.AddNetworkMembership(networkId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.AddSubNetworkMembership= function(networkId,onSuccess,onFailed,userContext) {
/// <param name="networkId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.AddSubNetworkMembership(networkId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.ApplyForSubNetworkMembership= function(networkId,onSuccess,onFailed,userContext) {
/// <param name="networkId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.ApplyForSubNetworkMembership(networkId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.ApplyForNetworkMembership= function(networkId,onSuccess,onFailed,userContext) {
/// <param name="networkId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.ApplyForNetworkMembership(networkId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.ConfirmApplyForNetworkMembership= function(membershipId,messageId,onSuccess,onFailed,userContext) {
/// <param name="membershipId" type="Number">System.Int32</param>
/// <param name="messageId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.ConfirmApplyForNetworkMembership(membershipId,messageId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.IgnoreApplyForNetworkMembership= function(membershipId,messageId,onSuccess,onFailed,userContext) {
/// <param name="membershipId" type="Number">System.Int32</param>
/// <param name="messageId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.IgnoreApplyForNetworkMembership(membershipId,messageId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.AddContactRelation= function(userId,onSuccess,onFailed,userContext) {
/// <param name="userId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.AddContactRelation(userId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.ConfirmAddContactRelation= function(relationId,messageId,onSuccess,onFailed,userContext) {
/// <param name="relationId" type="Number">System.Int32</param>
/// <param name="messageId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.ConfirmAddContactRelation(relationId,messageId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.IgnoreAddContactRelation= function(relationId,messageId,onSuccess,onFailed,userContext) {
/// <param name="relationId" type="Number">System.Int32</param>
/// <param name="messageId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.IgnoreAddContactRelation(relationId,messageId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.AddEventToUserCalendar= function(eventId,onSuccess,onFailed,userContext) {
/// <param name="eventId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.AddEventToUserCalendar(eventId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.SendMessage= function(subject,body,recipientUserId,onSuccess,onFailed,userContext) {
/// <param name="subject" type="String">System.String</param>
/// <param name="body" type="String">System.String</param>
/// <param name="recipientUserId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.SendMessage(subject,body,recipientUserId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.InviteAFriend= function(friendEmail,friendName,yourName,yourEmail,message,onSuccess,onFailed,userContext) {
/// <param name="friendEmail" type="String">System.String</param>
/// <param name="friendName" type="String">System.String</param>
/// <param name="yourName" type="String">System.String</param>
/// <param name="yourEmail" type="String">System.String</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>
SI.Community.Web.Services.SIScriptService._staticInstance.InviteAFriend(friendEmail,friendName,yourName,yourEmail,message,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.ReportThis= function(justification,objId,objTypeId,nid,url,onSuccess,onFailed,userContext) {
/// <param name="justification" type="String">System.String</param>
/// <param name="objId" type="Number">System.Int32</param>
/// <param name="objTypeId" type="Number">System.Int32</param>
/// <param name="nid" type="Number">System.Int32</param>
/// <param name="url" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.ReportThis(justification,objId,objTypeId,nid,url,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.GetCalendarEventComments= function(eventId,panelCommentsClientId,panelAjaxLoaderClientId,linkShowCommentsClientId,linkHideCommentsClientId,onSuccess,onFailed,userContext) {
/// <param name="eventId" type="Number">System.Int32</param>
/// <param name="panelCommentsClientId" type="String">System.String</param>
/// <param name="panelAjaxLoaderClientId" type="String">System.String</param>
/// <param name="linkShowCommentsClientId" type="String">System.String</param>
/// <param name="linkHideCommentsClientId" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.GetCalendarEventComments(eventId,panelCommentsClientId,panelAjaxLoaderClientId,linkShowCommentsClientId,linkHideCommentsClientId,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.GetTagSuggestionsForBlog= 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>
SI.Community.Web.Services.SIScriptService._staticInstance.GetTagSuggestionsForBlog(prefixText,count,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.GetTagSuggestionsForNetwork= 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>
SI.Community.Web.Services.SIScriptService._staticInstance.GetTagSuggestionsForNetwork(prefixText,count,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.GetTagSuggestionsForUser= 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>
SI.Community.Web.Services.SIScriptService._staticInstance.GetTagSuggestionsForUser(prefixText,count,onSuccess,onFailed,userContext); }
SI.Community.Web.Services.SIScriptService.SetHotTopic= function(entityId,entityType,addHotTopic,onSuccess,onFailed,userContext) {
/// <param name="entityId" type="Number">System.Int32</param>
/// <param name="entityType" type="String">System.String</param>
/// <param name="addHotTopic" 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>
SI.Community.Web.Services.SIScriptService._staticInstance.SetHotTopic(entityId,entityType,addHotTopic,onSuccess,onFailed,userContext); }

