// 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 (TestDWR == null) var TestDWR = {}; TestDWR._path = '/dwr'; TestDWR.getProductByProductTypeCode = function(p0, callback) { dwr.engine._execute(TestDWR._path, 'TestDWR', 'getProductByProductTypeCode', p0, callback); } TestDWR.getSubProductByProductCode = function(p0, callback) { dwr.engine._execute(TestDWR._path, 'TestDWR', 'getSubProductByProductCode', p0, callback); } TestDWR.loadAllProductType = function(p0, callback) { dwr.engine._execute(TestDWR._path, 'TestDWR', 'loadAllProductType', p0, callback); } TestDWR.loadPayTypeBySubProductId = function(p0, callback) { dwr.engine._execute(TestDWR._path, 'TestDWR', 'loadPayTypeBySubProductId', p0, callback); } TestDWR.getProductPrice = function(p0, p1, callback) { dwr.engine._execute(TestDWR._path, 'TestDWR', 'getProductPrice', p0, p1, callback); }