// 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 (Applyorderview == null) var Applyorderview = {}; Applyorderview._path = '/dwr'; Applyorderview.getWhereStr = function(p0, p1, p2, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getWhereStr', p0, p1, p2, callback); } Applyorderview.getTotalCount = function(p0, p1, p2, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getTotalCount', p0, p1, p2, callback); } Applyorderview.getInfos = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getInfos', p0, p1, p2, p3, p4, callback); } Applyorderview.getPointInfos = function(p0, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getPointInfos', p0, callback); } Applyorderview.getPointWhere = function(p0, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getPointWhere', p0, callback); } Applyorderview.getOrderbyorderNum = function(p0, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getOrderbyorderNum', p0, callback); } Applyorderview.getSessionFactory = function(callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getSessionFactory', callback); } Applyorderview.setSessionFactory = function(p0, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'setSessionFactory', p0, callback); } Applyorderview.getHibernateTemplate = function(callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'getHibernateTemplate', callback); } Applyorderview.setHibernateTemplate = function(p0, callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'setHibernateTemplate', p0, callback); } Applyorderview.afterPropertiesSet = function(callback) { dwr.engine._execute(Applyorderview._path, 'Applyorderview', 'afterPropertiesSet', callback); }