
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (BasketMgt == null) var BasketMgt = {};
BasketMgt._path = '/v3/processachat-dwr';
BasketMgt.addItemFromListeCourse = function(p0, callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'addItemFromListeCourse', p0, callback);
}
BasketMgt.addProduct = function(p0, p1, callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'addProduct', p0, p1, callback);
}
BasketMgt.showLightBasket = function(callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'showLightBasket', callback);
}
BasketMgt.getPhoto = function(p0, callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'getPhoto', p0, callback);
}
BasketMgt.isBasketEmpty = function(callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'isBasketEmpty', callback);
}
BasketMgt.emptyBasket = function(callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'emptyBasket', callback);
}
BasketMgt.updateCaddie = function(p0, p1, p2, callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'updateCaddie', p0, p1, p2, callback);
}
BasketMgt.computeBasket = function(callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'computeBasket', callback);
}
BasketMgt.removeProduct = function(p0, callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'removeProduct', p0, callback);
}
BasketMgt.CheckLineProduct = function(callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'CheckLineProduct', callback);
}
BasketMgt.showLineCaddie = function(p0, callback) {
  dwr.engine._execute(BasketMgt._path, 'BasketMgt', 'showLineCaddie', p0, callback);
}

