// 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 (StoresCmd == null) var StoresCmd = {}; StoresCmd._path = '/storelocatordwr/dwr'; StoresCmd.getAllStores = function(p0, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getAllStores', p0, callback); } StoresCmd.getAllStoresOrderBy = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getAllStoresOrderBy', p0, p1, callback); } StoresCmd.getMainStores = function(p0, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getMainStores', p0, callback); } StoresCmd.getStoresNoClinica = function(p0, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getStoresNoClinica', p0, callback); } StoresCmd.getPartnersStores = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getPartnersStores', p0, p1, callback); } StoresCmd.getStoresByZipCodeMinMax = function(p0, p1, p2, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getStoresByZipCodeMinMax', p0, p1, p2, callback); } StoresCmd.getStoresByZipCodeLike = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getStoresByZipCodeLike', p0, p1, callback); } StoresCmd.getStoresByCityLike = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getStoresByCityLike', p0, p1, callback); } StoresCmd.getStoreByIdBranch = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getStoreByIdBranch', p0, p1, callback); } StoresCmd.getStoreByIdBranchString = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getStoreByIdBranchString', p0, p1, callback); } StoresCmd.getImagesArrayForJs = function(p0, p1, callback) { dwr.engine._execute(StoresCmd._path, 'StoresCmd', 'getImagesArrayForJs', p0, p1, callback); }