// 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 (CheckExistingUserService == null) var CheckExistingUserService = {}; CheckExistingUserService._path = '/dwr'; CheckExistingUserService.checkUserByEmail = function(p0, callback) { dwr.engine._execute(CheckExistingUserService._path, 'CheckExistingUserService', 'checkUserByEmail', p0, callback); } CheckExistingUserService.checkValidLogin = function(p0, p1, callback) { dwr.engine._execute(CheckExistingUserService._path, 'CheckExistingUserService', 'checkValidLogin', p0, p1, callback); } CheckExistingUserService.importLayoutsByProperties = function(p0, callback) { dwr.engine._execute(CheckExistingUserService._path, 'CheckExistingUserService', 'importLayoutsByProperties', p0, callback); }