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) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="optionsJson" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="optionsJson" type="String">System.String</param>
/// <param name="filterJson" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Back',false,{jsonstringparam:jsonstringparam,WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Abort:function(WorkflowId,succeededCallback, failedCallback, userContext) {
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Abort',false,{WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Start:function(jsonstringparam,settingsJson,succeededCallback, failedCallback, userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="settingsJson" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Start',false,{jsonstringparam:jsonstringparam,settingsJson:settingsJson},succeededCallback,failedCallback,userContext); },
Complete:function(jsonstringparam,optionsJson,WorkflowId,succeededCallback, failedCallback, userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="optionsJson" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Complete',false,{jsonstringparam:jsonstringparam,optionsJson:optionsJson,WorkflowId:WorkflowId},succeededCallback,failedCallback,userContext); },
Initialize:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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() { 
/// <value type="String" mayBeNull="true">The service url.</value>
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() { 
/// <value type="Number">The service timeout.</value>
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() { 
/// <value mayBeNull="true">The service default user context.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
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() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
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() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.get_jsonpCallbackParameter(); }
ribo.workflow.iworkflowclientaccountrequestlight.set_path("http://www.jnephrol.com/wf/client/AccountRequestLightWs.svc");
ribo.workflow.iworkflowclientaccountrequestlight.Next= function(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="optionsJson" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Next(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Filter= function(jsonstringparam,optionsJson,filterJson,WorkflowId,onSuccess,onFailed,userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="optionsJson" type="String">System.String</param>
/// <param name="filterJson" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Filter(jsonstringparam,optionsJson,filterJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Back= function(jsonstringparam,WorkflowId,onSuccess,onFailed,userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Back(jsonstringparam,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Abort= function(WorkflowId,onSuccess,onFailed,userContext) {
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Abort(WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Start= function(jsonstringparam,settingsJson,onSuccess,onFailed,userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="settingsJson" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Start(jsonstringparam,settingsJson,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Complete= function(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext) {
/// <param name="jsonstringparam" type="String">System.String</param>
/// <param name="optionsJson" type="String">System.String</param>
/// <param name="WorkflowId" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Complete(jsonstringparam,optionsJson,WorkflowId,onSuccess,onFailed,userContext); }
ribo.workflow.iworkflowclientaccountrequestlight.Initialize= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
ribo.workflow.iworkflowclientaccountrequestlight._staticInstance.Initialize(onSuccess,onFailed,userContext); }

