Type.registerNamespace('ribo.workflow');
ribo.workflow.iworkflowclientaccountrequestlight=function() {
ribo.workflow.iworkflowclientaccountrequestlight.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ribo.workflow.iworkflowclientaccountrequestlight.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ribo.workflow.iworkflowclientaccountrequestlight._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.iworkflowclientaccountrequestlight.registerClass('ribo.workflow.iworkflowclientaccountrequestlight',Sys.Net.WebServiceProxy);
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance = new ribo.workflow.iworkflowclientaccountrequestlight();
ribo.workflow.iworkflowclientaccountrequestlight.set_path = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_path(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_path = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_path(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_timeout = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_timeout(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_timeout = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_timeout(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_defaultUserContext = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_defaultUserContext(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_defaultUserContext = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_defaultUserContext(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_defaultSucceededCallback = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_defaultSucceededCallback(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_defaultSucceededCallback = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_defaultSucceededCallback(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_defaultFailedCallback = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_defaultFailedCallback(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_defaultFailedCallback = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_defaultFailedCallback(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_enableJsonp = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_enableJsonp(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_enableJsonp = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_enableJsonp(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_jsonpCallbackParameter = function(value) { ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.set_jsonpCallbackParameter(value); }
ribo.workflow.iworkflowclientaccountrequestlight.get_jsonpCallbackParameter = function() { return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_jsonpCallbackParameter(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_path("http://www.biological-markers.com/wf/client/AccountRequestLightWs.svc");
ribo.workflow.iworkflowclientaccountrequestlight.Next= function(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Next(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Filter= function(jsonstringparam,optionsJson,filterJson,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Filter(jsonstringparam,optionsJson,filterJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Back= function(jsonstringparam,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Back(jsonstringparam,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Abort= function(WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Abort(WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Start= function(jsonstringparam,settingsJson,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Start(jsonstringparam,settingsJson,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Complete= function(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Complete(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Initialize= function(onSuccess,onFailed,userContext) {ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Initialize(onSuccess,onFailed,userContext); }

