Type.registerNamespace('TM');
TM.ForumListService=function() {
TM.ForumListService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TM.ForumListService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TM.ForumListService._staticInstance.get_path();},
GetThreads:function(ForumID,defaultlink,CacheMinutes,NrOfComments,Pager,succeededCallback, failedCallback, userContext) {
/// <param name="ForumID" type="Number">System.Int32</param>
/// <param name="defaultlink" type="String">System.String</param>
/// <param name="CacheMinutes" type="Number">System.Int32</param>
/// <param name="NrOfComments" type="Number">System.Int32</param>
/// <param name="Pager" 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(), 'GetThreads',false,{ForumID:ForumID,defaultlink:defaultlink,CacheMinutes:CacheMinutes,NrOfComments:NrOfComments,Pager:Pager},succeededCallback,failedCallback,userContext); }}
TM.ForumListService.registerClass('TM.ForumListService',Sys.Net.WebServiceProxy);
TM.ForumListService._staticInstance = new TM.ForumListService();
TM.ForumListService.set_path = function(value) {
TM.ForumListService._staticInstance.set_path(value); }
TM.ForumListService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return TM.ForumListService._staticInstance.get_path();}
TM.ForumListService.set_timeout = function(value) {
TM.ForumListService._staticInstance.set_timeout(value); }
TM.ForumListService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return TM.ForumListService._staticInstance.get_timeout(); }
TM.ForumListService.set_defaultUserContext = function(value) { 
TM.ForumListService._staticInstance.set_defaultUserContext(value); }
TM.ForumListService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return TM.ForumListService._staticInstance.get_defaultUserContext(); }
TM.ForumListService.set_defaultSucceededCallback = function(value) { 
 TM.ForumListService._staticInstance.set_defaultSucceededCallback(value); }
TM.ForumListService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return TM.ForumListService._staticInstance.get_defaultSucceededCallback(); }
TM.ForumListService.set_defaultFailedCallback = function(value) { 
TM.ForumListService._staticInstance.set_defaultFailedCallback(value); }
TM.ForumListService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return TM.ForumListService._staticInstance.get_defaultFailedCallback(); }
TM.ForumListService.set_path("/e2wc/ws/ForumList.asmx");
TM.ForumListService.GetThreads= function(ForumID,defaultlink,CacheMinutes,NrOfComments,Pager,onSuccess,onFailed,userContext) {
/// <param name="ForumID" type="Number">System.Int32</param>
/// <param name="defaultlink" type="String">System.String</param>
/// <param name="CacheMinutes" type="Number">System.Int32</param>
/// <param name="NrOfComments" type="Number">System.Int32</param>
/// <param name="Pager" 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>
TM.ForumListService._staticInstance.GetThreads(ForumID,defaultlink,CacheMinutes,NrOfComments,Pager,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Teknomedia.EdgeII.WebServices');
if (typeof(Teknomedia.EdgeII.WebServices.Result) === 'undefined') {
Teknomedia.EdgeII.WebServices.Result=gtc("Teknomedia.EdgeII.WebServices.Result");
Teknomedia.EdgeII.WebServices.Result.registerClass('Teknomedia.EdgeII.WebServices.Result');
}

