Type.registerNamespace('HeliosEos.WebUI.AjaxWebServices');
HeliosEos.WebUI.AjaxWebServices.PanierLight=function() {
HeliosEos.WebUI.AjaxWebServices.PanierLight.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HeliosEos.WebUI.AjaxWebServices.PanierLight.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.get_path();},
ViderPanier:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ViderPanier',false,{},succeededCallback,failedCallback,userContext); },
SupprimerLignePanier:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SupprimerLignePanier',false,{id:id},succeededCallback,failedCallback,userContext); },
GetLignesAAfficher:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLignesAAfficher',false,{},succeededCallback,failedCallback,userContext); }}
HeliosEos.WebUI.AjaxWebServices.PanierLight.registerClass('HeliosEos.WebUI.AjaxWebServices.PanierLight',Sys.Net.WebServiceProxy);
HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance = new HeliosEos.WebUI.AjaxWebServices.PanierLight();
HeliosEos.WebUI.AjaxWebServices.PanierLight.set_path = function(value) { HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.set_path(value); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.get_path = function() { return HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.get_path(); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.set_timeout = function(value) { HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.set_timeout(value); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.get_timeout = function() { return HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.get_timeout(); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.set_defaultUserContext = function(value) { HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.set_defaultUserContext(value); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.get_defaultUserContext = function() { return HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.get_defaultUserContext(); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.set_defaultSucceededCallback = function(value) { HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.set_defaultSucceededCallback(value); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.get_defaultSucceededCallback = function() { return HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.get_defaultSucceededCallback(); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.set_defaultFailedCallback = function(value) { HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.set_defaultFailedCallback(value); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.get_defaultFailedCallback = function() { return HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.get_defaultFailedCallback(); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.set_path("/AjaxWebServices/PanierLight.asmx");
HeliosEos.WebUI.AjaxWebServices.PanierLight.ViderPanier= function(onSuccess,onFailed,userContext) {HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.ViderPanier(onSuccess,onFailed,userContext); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.SupprimerLignePanier= function(id,onSuccess,onFailed,userContext) {HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.SupprimerLignePanier(id,onSuccess,onFailed,userContext); }
HeliosEos.WebUI.AjaxWebServices.PanierLight.GetLignesAAfficher= function(onSuccess,onFailed,userContext) {HeliosEos.WebUI.AjaxWebServices.PanierLight._staticInstance.GetLignesAAfficher(onSuccess,onFailed,userContext); }

