Type.registerNamespace('DeDeNet.DeDeNet.Web.Application.Services');
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService=function() {
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.get_path();},
ClearCache:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearCache',false,{},succeededCallback,failedCallback,userContext); },
ClearCachePart:function(keyPart,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ClearCachePart',false,{keyPart:keyPart},succeededCallback,failedCallback,userContext); },
GetCommentTitle:function(guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommentTitle',false,{guid:guid},succeededCallback,failedCallback,userContext); },
GetCommentContent:function(guid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCommentContent',false,{guid:guid},succeededCallback,failedCallback,userContext); }}
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.registerClass('DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService',Sys.Net.WebServiceProxy);
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance = new DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService();
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.set_path = function(value) { DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.set_path(value); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.get_path = function() { return DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.get_path(); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.set_timeout = function(value) { DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.set_timeout(value); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.get_timeout = function() { return DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.get_timeout(); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.set_defaultUserContext = function(value) { DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.set_defaultUserContext(value); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.get_defaultUserContext = function() { return DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.get_defaultUserContext(); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.set_defaultSucceededCallback = function(value) { DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.set_defaultSucceededCallback(value); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.get_defaultSucceededCallback = function() { return DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.get_defaultSucceededCallback(); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.set_defaultFailedCallback = function(value) { DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.set_defaultFailedCallback(value); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.get_defaultFailedCallback = function() { return DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.get_defaultFailedCallback(); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.set_path("/Services/DeDeContentService.asmx");
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.ClearCache= function(onSuccess,onFailed,userContext) {DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.ClearCache(onSuccess,onFailed,userContext); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.ClearCachePart= function(keyPart,onSuccess,onFailed,userContext) {DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.ClearCachePart(keyPart,onSuccess,onFailed,userContext); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.GetCommentTitle= function(guid,onSuccess,onFailed,userContext) {DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.GetCommentTitle(guid,onSuccess,onFailed,userContext); }
DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService.GetCommentContent= function(guid,onSuccess,onFailed,userContext) {DeDeNet.DeDeNet.Web.Application.Services.DeDeContentService._staticInstance.GetCommentContent(guid,onSuccess,onFailed,userContext); }

