Type.registerNamespace('Jo.WebApp.common.webservices');
Jo.WebApp.common.webservices.events=function() {
Jo.WebApp.common.webservices.events.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Jo.WebApp.common.webservices.events.prototype={
SetEvent02:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Jo.WebApp.common.webservices.events.get_path(), 'SetEvent02',true,{},succeededCallback,failedCallback,userContext); },
SetEvent03:function(gubun,succeededCallback, failedCallback, userContext) {
return this._invoke(Jo.WebApp.common.webservices.events.get_path(), 'SetEvent03',true,{gubun:gubun},succeededCallback,failedCallback,userContext); },
SetEvent04:function(gubun,succeededCallback, failedCallback, userContext) {
return this._invoke(Jo.WebApp.common.webservices.events.get_path(), 'SetEvent04',true,{gubun:gubun},succeededCallback,failedCallback,userContext); },
CheckEvent02:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Jo.WebApp.common.webservices.events.get_path(), 'CheckEvent02',true,{},succeededCallback,failedCallback,userContext); },
CheckEvent0304:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Jo.WebApp.common.webservices.events.get_path(), 'CheckEvent0304',true,{},succeededCallback,failedCallback,userContext); },
SetEventJoin:function(configId,succeededCallback, failedCallback, userContext) {
return this._invoke(Jo.WebApp.common.webservices.events.get_path(), 'SetEventJoin',true,{configId:configId},succeededCallback,failedCallback,userContext); }}
Jo.WebApp.common.webservices.events.registerClass('Jo.WebApp.common.webservices.events',Sys.Net.WebServiceProxy);
Jo.WebApp.common.webservices.events._staticInstance = new Jo.WebApp.common.webservices.events();
Jo.WebApp.common.webservices.events.set_path = function(value) { Jo.WebApp.common.webservices.events._staticInstance._path = value; }
Jo.WebApp.common.webservices.events.get_path = function() { return Jo.WebApp.common.webservices.events._staticInstance._path; }
Jo.WebApp.common.webservices.events.set_timeout = function(value) { Jo.WebApp.common.webservices.events._staticInstance._timeout = value; }
Jo.WebApp.common.webservices.events.get_timeout = function() { return Jo.WebApp.common.webservices.events._staticInstance._timeout; }
Jo.WebApp.common.webservices.events.set_defaultUserContext = function(value) { Jo.WebApp.common.webservices.events._staticInstance._userContext = value; }
Jo.WebApp.common.webservices.events.get_defaultUserContext = function() { return Jo.WebApp.common.webservices.events._staticInstance._userContext; }
Jo.WebApp.common.webservices.events.set_defaultSucceededCallback = function(value) { Jo.WebApp.common.webservices.events._staticInstance._succeeded = value; }
Jo.WebApp.common.webservices.events.get_defaultSucceededCallback = function() { return Jo.WebApp.common.webservices.events._staticInstance._succeeded; }
Jo.WebApp.common.webservices.events.set_defaultFailedCallback = function(value) { Jo.WebApp.common.webservices.events._staticInstance._failed = value; }
Jo.WebApp.common.webservices.events.get_defaultFailedCallback = function() { return Jo.WebApp.common.webservices.events._staticInstance._failed; }
Jo.WebApp.common.webservices.events.set_path("/common/webservices/events.asmx");
Jo.WebApp.common.webservices.events.SetEvent02= function(onSuccess,onFailed,userContext) {Jo.WebApp.common.webservices.events._staticInstance.SetEvent02(onSuccess,onFailed,userContext); }
Jo.WebApp.common.webservices.events.SetEvent03= function(gubun,onSuccess,onFailed,userContext) {Jo.WebApp.common.webservices.events._staticInstance.SetEvent03(gubun,onSuccess,onFailed,userContext); }
Jo.WebApp.common.webservices.events.SetEvent04= function(gubun,onSuccess,onFailed,userContext) {Jo.WebApp.common.webservices.events._staticInstance.SetEvent04(gubun,onSuccess,onFailed,userContext); }
Jo.WebApp.common.webservices.events.CheckEvent02= function(onSuccess,onFailed,userContext) {Jo.WebApp.common.webservices.events._staticInstance.CheckEvent02(onSuccess,onFailed,userContext); }
Jo.WebApp.common.webservices.events.CheckEvent0304= function(onSuccess,onFailed,userContext) {Jo.WebApp.common.webservices.events._staticInstance.CheckEvent0304(onSuccess,onFailed,userContext); }
Jo.WebApp.common.webservices.events.SetEventJoin= function(configId,onSuccess,onFailed,userContext) {Jo.WebApp.common.webservices.events._staticInstance.SetEventJoin(configId,onSuccess,onFailed,userContext); }
