Type.registerNamespace('PowerEasy.Module.Government.WebSite.Government.Interview'); PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService=function() { PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.prototype={ GetDetailListById:function(id,succeededCallback, failedCallback, userContext) { return this._invoke(PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.get_path(), 'GetDetailListById',false,{id:id},succeededCallback,failedCallback,userContext); }} PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.registerClass('PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService',Sys.Net.WebServiceProxy); PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance = new PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService(); PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.set_path = function(value) { PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._path = value; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.get_path = function() { return PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._path; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.set_timeout = function(value) { PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._timeout = value; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.get_timeout = function() { return PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._timeout; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.set_defaultUserContext = function(value) { PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._userContext = value; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.get_defaultUserContext = function() { return PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._userContext; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.set_defaultSucceededCallback = function(value) { PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._succeeded = value; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.get_defaultSucceededCallback = function() { return PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._succeeded; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.set_defaultFailedCallback = function(value) { PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._failed = value; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.get_defaultFailedCallback = function() { return PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance._failed; } PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.set_path("/Government/Interview/DetailListService.asmx"); PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService.GetDetailListById= function(id,onSuccess,onFailed,userContext) {PowerEasy.Module.Government.WebSite.Government.Interview.DetailListService._staticInstance.GetDetailListById(id,onSuccess,onFailed,userContext); } var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor; Type.registerNamespace('PowerEasy.Module.Government.Model'); if (typeof(PowerEasy.Module.Government.Model.InterviewContentInfo) === 'undefined') { PowerEasy.Module.Government.Model.InterviewContentInfo=gtc("PowerEasy.Module.Government.Model.InterviewContentInfo"); PowerEasy.Module.Government.Model.InterviewContentInfo.registerClass('PowerEasy.Module.Government.Model.InterviewContentInfo'); }