Type.registerNamespace('InstantASP.InstantForum.UI.WebServices');
InstantASP.InstantForum.UI.WebServices.WhosOn=function() {
InstantASP.InstantForum.UI.WebServices.WhosOn.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
InstantASP.InstantForum.UI.WebServices.WhosOn.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_path();},
SelectWhosOnPaged:function(intPageIndex,intPageSize,strSearchEventArgsXML,bolAsJSON,ForceDatabaseLookup,succeededCallback, failedCallback, userContext) {
/// <param name="intPageIndex" type="Number">System.Int32</param>
/// <param name="intPageSize" type="Number">System.Int32</param>
/// <param name="strSearchEventArgsXML" type="String">System.String</param>
/// <param name="bolAsJSON" type="Boolean">System.Boolean</param>
/// <param name="ForceDatabaseLookup" 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(), 'SelectWhosOnPaged',false,{intPageIndex:intPageIndex,intPageSize:intPageSize,strSearchEventArgsXML:strSearchEventArgsXML,bolAsJSON:bolAsJSON,ForceDatabaseLookup:ForceDatabaseLookup},succeededCallback,failedCallback,userContext); },
SelectForumActivityAsJSON:function(intForumID,intGroupID,intTopicID,intEventID,succeededCallback, failedCallback, userContext) {
/// <param name="intForumID" type="Number">System.Int32</param>
/// <param name="intGroupID" type="Number">System.Int32</param>
/// <param name="intTopicID" type="Number">System.Int32</param>
/// <param name="intEventID" 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(), 'SelectForumActivityAsJSON',false,{intForumID:intForumID,intGroupID:intGroupID,intTopicID:intTopicID,intEventID:intEventID},succeededCallback,failedCallback,userContext); }}
InstantASP.InstantForum.UI.WebServices.WhosOn.registerClass('InstantASP.InstantForum.UI.WebServices.WhosOn',Sys.Net.WebServiceProxy);
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance = new InstantASP.InstantForum.UI.WebServices.WhosOn();
InstantASP.InstantForum.UI.WebServices.WhosOn.set_path = function(value) {
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_path(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_path();}
InstantASP.InstantForum.UI.WebServices.WhosOn.set_timeout = function(value) {
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_timeout(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_timeout(); }
InstantASP.InstantForum.UI.WebServices.WhosOn.set_defaultUserContext = function(value) { 
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_defaultUserContext(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_defaultUserContext(); }
InstantASP.InstantForum.UI.WebServices.WhosOn.set_defaultSucceededCallback = function(value) { 
 InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_defaultSucceededCallback(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_defaultSucceededCallback(); }
InstantASP.InstantForum.UI.WebServices.WhosOn.set_defaultFailedCallback = function(value) { 
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_defaultFailedCallback(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_defaultFailedCallback(); }
InstantASP.InstantForum.UI.WebServices.WhosOn.set_enableJsonp = function(value) { InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_enableJsonp(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_enableJsonp(); }
InstantASP.InstantForum.UI.WebServices.WhosOn.set_jsonpCallbackParameter = function(value) { InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.set_jsonpCallbackParameter(value); }
InstantASP.InstantForum.UI.WebServices.WhosOn.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.get_jsonpCallbackParameter(); }
InstantASP.InstantForum.UI.WebServices.WhosOn.set_path("/WebServices/WhosOn.asmx");
InstantASP.InstantForum.UI.WebServices.WhosOn.SelectWhosOnPaged= function(intPageIndex,intPageSize,strSearchEventArgsXML,bolAsJSON,ForceDatabaseLookup,onSuccess,onFailed,userContext) {
/// <param name="intPageIndex" type="Number">System.Int32</param>
/// <param name="intPageSize" type="Number">System.Int32</param>
/// <param name="strSearchEventArgsXML" type="String">System.String</param>
/// <param name="bolAsJSON" type="Boolean">System.Boolean</param>
/// <param name="ForceDatabaseLookup" 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>
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.SelectWhosOnPaged(intPageIndex,intPageSize,strSearchEventArgsXML,bolAsJSON,ForceDatabaseLookup,onSuccess,onFailed,userContext); }
InstantASP.InstantForum.UI.WebServices.WhosOn.SelectForumActivityAsJSON= function(intForumID,intGroupID,intTopicID,intEventID,onSuccess,onFailed,userContext) {
/// <param name="intForumID" type="Number">System.Int32</param>
/// <param name="intGroupID" type="Number">System.Int32</param>
/// <param name="intTopicID" type="Number">System.Int32</param>
/// <param name="intEventID" 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>
InstantASP.InstantForum.UI.WebServices.WhosOn._staticInstance.SelectForumActivityAsJSON(intForumID,intGroupID,intTopicID,intEventID,onSuccess,onFailed,userContext); }

