// 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 (UserProfileService == null) var UserProfileService = {}; UserProfileService._path = '/dwr'; UserProfileService.setUserProfileDAO = function(p0, callback) { dwr.engine._execute(UserProfileService._path, 'UserProfileService', 'setUserProfileDAO', p0, callback); } UserProfileService.isExistUserId = function(p0, callback) { dwr.engine._execute(UserProfileService._path, 'UserProfileService', 'isExistUserId', p0, callback); }