Type.registerNamespace('DNNCentric.AJAXFAQ');
DNNCentric.AJAXFAQ.AJAXFAQServicesController=function() {
DNNCentric.AJAXFAQ.AJAXFAQServicesController.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DNNCentric.AJAXFAQ.AJAXFAQServicesController.prototype={
FetchFAQs:function(iPortalID,iTabID,iModuleId,iCatID,strBaseCulture,strCurrentCulture,iPageNo,strThemeName,strNoQMsg,succeededCallback, failedCallback, userContext) {
return this._invoke(DNNCentric.AJAXFAQ.AJAXFAQServicesController.get_path(), 'FetchFAQs',true,{iPortalID:iPortalID,iTabID:iTabID,iModuleId:iModuleId,iCatID:iCatID,strBaseCulture:strBaseCulture,strCurrentCulture:strCurrentCulture,iPageNo:iPageNo,strThemeName:strThemeName,strNoQMsg:strNoQMsg},succeededCallback,failedCallback,userContext); }}
DNNCentric.AJAXFAQ.AJAXFAQServicesController.registerClass('DNNCentric.AJAXFAQ.AJAXFAQServicesController',Sys.Net.WebServiceProxy);
DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance = new DNNCentric.AJAXFAQ.AJAXFAQServicesController();
DNNCentric.AJAXFAQ.AJAXFAQServicesController.set_path = function(value) { DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._path = value; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.get_path = function() { return DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._path; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.set_timeout = function(value) { DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._timeout = value; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.get_timeout = function() { return DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._timeout; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.set_defaultUserContext = function(value) { DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._userContext = value; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.get_defaultUserContext = function() { return DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._userContext; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.set_defaultSucceededCallback = function(value) { DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._succeeded = value; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.get_defaultSucceededCallback = function() { return DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._succeeded; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.set_defaultFailedCallback = function(value) { DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._failed = value; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.get_defaultFailedCallback = function() { return DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance._failed; }
DNNCentric.AJAXFAQ.AJAXFAQServicesController.set_path("/DesktopModules/DNNCentric-AJAXFAQ/AJAXFAQServicesController.asmx");
DNNCentric.AJAXFAQ.AJAXFAQServicesController.FetchFAQs= function(iPortalID,iTabID,iModuleId,iCatID,strBaseCulture,strCurrentCulture,iPageNo,strThemeName,strNoQMsg,onSuccess,onFailed,userContext) {DNNCentric.AJAXFAQ.AJAXFAQServicesController._staticInstance.FetchFAQs(iPortalID,iTabID,iModuleId,iCatID,strBaseCulture,strCurrentCulture,iPageNo,strThemeName,strNoQMsg,onSuccess,onFailed,userContext); }
