// 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 (shoppingcart_list == null) var shoppingcart_list = {}; shoppingcart_list._path = '/MAIN/sti-dwr'; shoppingcart_list.getCartItemCatalogIdArray = function(p1, callback) { dwr.engine._execute(shoppingcart_list._path, 'shoppingcart_list', 'getCartItemCatalogIdArray', false, p1, callback); } shoppingcart_list.clearShoppingCartDataInSession = function(p1, callback) { dwr.engine._execute(shoppingcart_list._path, 'shoppingcart_list', 'clearShoppingCartDataInSession', false, p1, callback); } shoppingcart_list.getAllItems = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(shoppingcart_list._path, 'shoppingcart_list', 'getAllItems', p0, p1, p2, p3, p4, p5, false, callback); } shoppingcart_list.getAllItems1 = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(shoppingcart_list._path, 'shoppingcart_list', 'getAllItems1', p0, p1, p2, p3, p4, p5, p6, p7, p8, false, callback); } shoppingcart_list.checkItems = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(shoppingcart_list._path, 'shoppingcart_list', 'checkItems', p0, p1, p2, p3, p4, p5, callback); }