Type.registerNamespace('KaizennetCorp');
KaizennetCorp.KaizennetCorpService=function() {
KaizennetCorp.KaizennetCorpService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
KaizennetCorp.KaizennetCorpService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return KaizennetCorp.KaizennetCorpService._staticInstance.get_path();},
LoadTranslations:function(language,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadTranslations',false,{language:language},succeededCallback,failedCallback,userContext); },
Get_imgLogo:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_imgLogo',false,{},succeededCallback,failedCallback,userContext); },
Get_divWelcome:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_divWelcome',false,{},succeededCallback,failedCallback,userContext); },
Get_divServices:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_divServices',false,{},succeededCallback,failedCallback,userContext); },
Get_divProducts:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_divProducts',false,{},succeededCallback,failedCallback,userContext); },
Get_divKaizennet:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_divKaizennet',false,{},succeededCallback,failedCallback,userContext); },
Get_option1:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_option1',false,{},succeededCallback,failedCallback,userContext); },
Get_option2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_option2',false,{},succeededCallback,failedCallback,userContext); },
Get_option3:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_option3',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_optionsPane:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_optionsPane',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Products_optionsPane:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Products_optionsPane',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Services_optionsPane:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Services_optionsPane',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_Profile:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_Profile',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_Staff:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_Staff',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_Employement:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_Employement',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_Contact:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_Contact',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_SQLServer:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_SQLServer',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_Interests:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_Interests',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Kaizennet_This_Site:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Kaizennet_This_Site',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Products_Frontier:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Products_Frontier',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Services_Development:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Services_Development',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Services_Analytics:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Services_Analytics',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Services_Database:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Services_Database',false,{},succeededCallback,failedCallback,userContext); },
Get_div_Services_SAP_BPC:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Get_div_Services_SAP_BPC',false,{},succeededCallback,failedCallback,userContext); }}
KaizennetCorp.KaizennetCorpService.registerClass('KaizennetCorp.KaizennetCorpService',Sys.Net.WebServiceProxy);
KaizennetCorp.KaizennetCorpService._staticInstance = new KaizennetCorp.KaizennetCorpService();
KaizennetCorp.KaizennetCorpService.set_path = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_path(value); }
KaizennetCorp.KaizennetCorpService.get_path = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_path(); }
KaizennetCorp.KaizennetCorpService.set_timeout = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_timeout(value); }
KaizennetCorp.KaizennetCorpService.get_timeout = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_timeout(); }
KaizennetCorp.KaizennetCorpService.set_defaultUserContext = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_defaultUserContext(value); }
KaizennetCorp.KaizennetCorpService.get_defaultUserContext = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_defaultUserContext(); }
KaizennetCorp.KaizennetCorpService.set_defaultSucceededCallback = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_defaultSucceededCallback(value); }
KaizennetCorp.KaizennetCorpService.get_defaultSucceededCallback = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_defaultSucceededCallback(); }
KaizennetCorp.KaizennetCorpService.set_defaultFailedCallback = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_defaultFailedCallback(value); }
KaizennetCorp.KaizennetCorpService.get_defaultFailedCallback = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_defaultFailedCallback(); }
KaizennetCorp.KaizennetCorpService.set_enableJsonp = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_enableJsonp(value); }
KaizennetCorp.KaizennetCorpService.get_enableJsonp = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_enableJsonp(); }
KaizennetCorp.KaizennetCorpService.set_jsonpCallbackParameter = function(value) { KaizennetCorp.KaizennetCorpService._staticInstance.set_jsonpCallbackParameter(value); }
KaizennetCorp.KaizennetCorpService.get_jsonpCallbackParameter = function() { return KaizennetCorp.KaizennetCorpService._staticInstance.get_jsonpCallbackParameter(); }
KaizennetCorp.KaizennetCorpService.set_path("/KaizennetCorpService.asmx");
KaizennetCorp.KaizennetCorpService.LoadTranslations= function(language,onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.LoadTranslations(language,onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_imgLogo= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_imgLogo(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_divWelcome= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_divWelcome(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_divServices= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_divServices(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_divProducts= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_divProducts(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_divKaizennet= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_divKaizennet(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_option1= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_option1(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_option2= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_option2(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_option3= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_option3(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_optionsPane= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_optionsPane(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Products_optionsPane= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Products_optionsPane(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Services_optionsPane= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Services_optionsPane(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_Profile= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_Profile(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_Staff= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_Staff(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_Employement= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_Employement(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_Contact= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_Contact(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_SQLServer= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_SQLServer(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_Interests= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_Interests(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Kaizennet_This_Site= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Kaizennet_This_Site(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Products_Frontier= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Products_Frontier(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Services_Development= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Services_Development(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Services_Analytics= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Services_Analytics(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Services_Database= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Services_Database(onSuccess,onFailed,userContext); }
KaizennetCorp.KaizennetCorpService.Get_div_Services_SAP_BPC= function(onSuccess,onFailed,userContext) {KaizennetCorp.KaizennetCorpService._staticInstance.Get_div_Services_SAP_BPC(onSuccess,onFailed,userContext); }

