
function updateQuantity2DWR() { }
updateQuantity2DWR._path = '/springapp/dwr';

updateQuantity2DWR.setBambooManager = function(p0, callback) {
    DWREngine._execute(updateQuantity2DWR._path, 'updateQuantity2DWR', 'setBambooManager', p0, callback);
}

updateQuantity2DWR.getBambooManager = function(callback) {
    DWREngine._execute(updateQuantity2DWR._path, 'updateQuantity2DWR', 'getBambooManager', callback);
}

updateQuantity2DWR.update = function(p0, p1, callback) {
    DWREngine._execute(updateQuantity2DWR._path, 'updateQuantity2DWR', 'update', p0, p1, callback);
}
