Type.registerNamespace('Newshore.Modules.GridConciertos');
Newshore.Modules.GridConciertos.IntencionCompra=function() {
Newshore.Modules.GridConciertos.IntencionCompra.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Newshore.Modules.GridConciertos.IntencionCompra.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.get_path();},
GuardarIntencionCompra:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GuardarIntencionCompra',false,{},succeededCallback,failedCallback,userContext); }}
Newshore.Modules.GridConciertos.IntencionCompra.registerClass('Newshore.Modules.GridConciertos.IntencionCompra',Sys.Net.WebServiceProxy);
Newshore.Modules.GridConciertos.IntencionCompra._staticInstance = new Newshore.Modules.GridConciertos.IntencionCompra();
Newshore.Modules.GridConciertos.IntencionCompra.set_path = function(value) { Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.set_path(value); }
Newshore.Modules.GridConciertos.IntencionCompra.get_path = function() { return Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.get_path(); }
Newshore.Modules.GridConciertos.IntencionCompra.set_timeout = function(value) { Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.set_timeout(value); }
Newshore.Modules.GridConciertos.IntencionCompra.get_timeout = function() { return Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.get_timeout(); }
Newshore.Modules.GridConciertos.IntencionCompra.set_defaultUserContext = function(value) { Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.set_defaultUserContext(value); }
Newshore.Modules.GridConciertos.IntencionCompra.get_defaultUserContext = function() { return Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.get_defaultUserContext(); }
Newshore.Modules.GridConciertos.IntencionCompra.set_defaultSucceededCallback = function(value) { Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.set_defaultSucceededCallback(value); }
Newshore.Modules.GridConciertos.IntencionCompra.get_defaultSucceededCallback = function() { return Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.get_defaultSucceededCallback(); }
Newshore.Modules.GridConciertos.IntencionCompra.set_defaultFailedCallback = function(value) { Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.set_defaultFailedCallback(value); }
Newshore.Modules.GridConciertos.IntencionCompra.get_defaultFailedCallback = function() { return Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.get_defaultFailedCallback(); }
Newshore.Modules.GridConciertos.IntencionCompra.set_path("/DesktopModules/GridConciertos/IntencionCompra.asmx");
Newshore.Modules.GridConciertos.IntencionCompra.GuardarIntencionCompra= function(onSuccess,onFailed,userContext) {Newshore.Modules.GridConciertos.IntencionCompra._staticInstance.GuardarIntencionCompra(onSuccess,onFailed,userContext); }
