// 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; dwr.engine._defaultPath = '/dwr'; if (orderDateTableAction == null) var orderDateTableAction = {}; orderDateTableAction._path = '/dwr'; orderDateTableAction.getCurrDate = function(callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getCurrDate', callback); } orderDateTableAction.deleteRow = function(p0, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'deleteRow', p0, callback); } orderDateTableAction.getRuleIdsWithDWR = function(p0, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getRuleIdsWithDWR', p0, callback); } orderDateTableAction.getResultWithDWR = function(p0, p1, p2, p3, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getResultWithDWR', p0, p1, p2, p3, callback); } orderDateTableAction.getAllReusltWithDWR = function(p0, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getAllReusltWithDWR', p0, callback); } orderDateTableAction.getWeakDates = function(p0, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getWeakDates', p0, callback); } orderDateTableAction.getWeakNames = function(p0, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getWeakNames', p0, callback); } orderDateTableAction.getNextPreviousWeakDates = function(p0, p1, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getNextPreviousWeakDates', p0, p1, callback); } orderDateTableAction.getOrderDateTableDisplay = function(p0, callback) { dwr.engine._execute(orderDateTableAction._path, 'orderDateTableAction', 'getOrderDateTableDisplay', p0, callback); }