// 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 (StoreRegistry == null) var StoreRegistry = {}; StoreRegistry._path = '/iphone/dwr'; StoreRegistry.getStoreViewByStreet = function(p0, p1, p2, p3, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreViewByStreet', p0, p1, p2, p3, callback); } StoreRegistry.getStoreById = function(p0, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreById', p0, callback); } StoreRegistry.getStoreViewStartingFrom = function(p0, p1, p2, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreViewStartingFrom', p0, p1, p2, callback); } StoreRegistry.getStoreViewAlphaFromUndefinedCities = function(p0, p1, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreViewAlphaFromUndefinedCities', p0, p1, callback); } StoreRegistry.getStoresByStreetBetween = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoresByStreetBetween', p0, p1, p2, p3, p4, callback); } StoreRegistry.getStoresBySearch = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoresBySearch', p0, p1, p2, p3, p4, callback); } StoreRegistry.getStoresByStreet = function(p0, p1, p2, p3, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoresByStreet', p0, p1, p2, p3, callback); } StoreRegistry.getStoreViewAlphaByCity = function(p0, p1, p2, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreViewAlphaByCity', p0, p1, p2, callback); } StoreRegistry.getStoreViewAlphaByCityStartingWith = function(p0, p1, p2, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreViewAlphaByCityStartingWith', p0, p1, p2, callback); } StoreRegistry.getStoreViewAlphaFromUndefinedCitiesStartingWith = function(p0, p1, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getStoreViewAlphaFromUndefinedCitiesStartingWith', p0, p1, callback); } StoreRegistry.getOneStoreViewById = function(p0, callback) { dwr.engine._execute(StoreRegistry._path, 'StoreRegistry', 'getOneStoreViewById', p0, callback); }