// 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 (SuzukiMotoWarrantyPrice == null) var SuzukiMotoWarrantyPrice = {}; SuzukiMotoWarrantyPrice._path = '/dwr'; SuzukiMotoWarrantyPrice.setProductModelRepository = function(p0, callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'setProductModelRepository', p0, callback); } SuzukiMotoWarrantyPrice.findWarrantyPrice = function(p0, p1, p2, callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'findWarrantyPrice', p0, p1, p2, callback); } SuzukiMotoWarrantyPrice.getDealerRepository = function(callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'getDealerRepository', callback); } SuzukiMotoWarrantyPrice.setDealerRepository = function(p0, callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'setDealerRepository', p0, callback); } SuzukiMotoWarrantyPrice.getProductModelRepository = function(callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'getProductModelRepository', callback); } SuzukiMotoWarrantyPrice.setFindWarrantyService = function(p0, callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'setFindWarrantyService', p0, callback); } SuzukiMotoWarrantyPrice.getFindWarrantyService = function(callback) { dwr.engine._execute(SuzukiMotoWarrantyPrice._path, 'SuzukiMotoWarrantyPrice', 'getFindWarrantyService', callback); }