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

ShopperAction.unspecified = function(p0, p1, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'unspecified', p0, p1, false, false, callback);
}

ShopperAction.updateProfile = function(p0, p1, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'updateProfile', p0, p1, false, false, callback);
}

ShopperAction.showOrderedProducts = function(p0, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'showOrderedProducts', p0, callback);
}

ShopperAction.updatePassword = function(p0, p1, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'updatePassword', p0, p1, false, false, callback);
}

ShopperAction.setProperties = function(p0, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'setProperties', p0, false, callback);
}

ShopperAction.execute = function(p0, p1, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'execute', p0, p1, false, false, callback);
}

ShopperAction.execute = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'execute', p0, p1, p2, p3, callback);
}

ShopperAction.getServlet = function(callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'getServlet', callback);
}

ShopperAction.setServlet = function(p0, callback) {
    DWREngine._execute(ShopperAction._path, 'ShopperAction', 'setServlet', p0, callback);
}

