Type.registerNamespace('ribo.workflow');
ribo.workflow.iworkflowclientaccountactivation=function() {
ribo.workflow.iworkflowclientaccountactivation.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ribo.workflow.iworkflowclientaccountactivation.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_path();},
Next:function(jsonstringparam,optionsJson,WorkflowId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Next',false,{jsonstringparam:jsonstringparam,optionsJson:optionsJson,WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Filter:function(jsonstringparam,optionsJson,filterJson,WorkflowId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Filter',false,{jsonstringparam:jsonstringparam,optionsJson:optionsJson,filterJson:filterJson,WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Back:function(jsonstringparam,WorkflowId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Back',false,{jsonstringparam:jsonstringparam,WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Abort:function(WorkflowId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Abort',false,{WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Start:function(jsonstringparam,settingsJson,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Start',false,{jsonstringparam:jsonstringparam,settingsJson:settingsJson},succeededCallback,failedCallback,userContext); },
Complete:function(jsonstringparam,optionsJson,WorkflowId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Complete',false,{jsonstringparam:jsonstringparam,optionsJson:optionsJson,WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Initialize:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Initialize',false,{},succeededCallback,failedCallback,userContext); }}
ribo.workflow.iworkflowclientaccountactivation.registerClass('ribo.workflow.iworkflowclientaccountactivation',Sys.Net.WebServiceProxy);
ribo.workflow.iworkflowclientaccountactivation._staticInstance = new ribo.workflow.iworkflowclientaccountactivation();
ribo.workflow.iworkflowclientaccountactivation.set_path = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_path(value); }
ribo.workflow.iworkflowclientaccountactivation.get_path = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_path(); }
ribo.workflow.iworkflowclientaccountactivation.set_timeout = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_timeout(value); }
ribo.workflow.iworkflowclientaccountactivation.get_timeout = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_timeout(); }
ribo.workflow.iworkflowclientaccountactivation.set_defaultUserContext = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_defaultUserContext(value); }
ribo.workflow.iworkflowclientaccountactivation.get_defaultUserContext = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_defaultUserContext(); }
ribo.workflow.iworkflowclientaccountactivation.set_defaultSucceededCallback = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_defaultSucceededCallback(value); }
ribo.workflow.iworkflowclientaccountactivation.get_defaultSucceededCallback = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_defaultSucceededCallback(); }
ribo.workflow.iworkflowclientaccountactivation.set_defaultFailedCallback = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_defaultFailedCallback(value); }
ribo.workflow.iworkflowclientaccountactivation.get_defaultFailedCallback = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_defaultFailedCallback(); }
ribo.workflow.iworkflowclientaccountactivation.set_enableJsonp = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_enableJsonp(value); }
ribo.workflow.iworkflowclientaccountactivation.get_enableJsonp = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_enableJsonp(); }
ribo.workflow.iworkflowclientaccountactivation.set_jsonpCallbackParameter = function(value) { ribo.workflow.iworkflowclientaccountactivation._staticInstance.set_jsonpCallbackParameter(value); }
ribo.workflow.iworkflowclientaccountactivation.get_jsonpCallbackParameter = function() { return ribo.workflow.iworkflowclientaccountactivation._staticInstance.get_jsonpCallbackParameter(); }
ribo.workflow.iworkflowclientaccountactivation.set_path("http://www.jabb.biz/wf/client/AccountActivationWs.svc");
ribo.workflow.iworkflowclientaccountactivation.Next= function(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Next(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountactivation.Filter= function(jsonstringparam,optionsJson,filterJson,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Filter(jsonstringparam,optionsJson,filterJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountactivation.Back= function(jsonstringparam,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Back(jsonstringparam,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountactivation.Abort= function(WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Abort(WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountactivation.Start= function(jsonstringparam,settingsJson,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Start(jsonstringparam,settingsJson,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountactivation.Complete= function(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Complete(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountactivation.Initialize= function(onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountactivation._staticInstance.Initialize(onSuccess,onFailed,userContext); }

