if (typeof RequestFormData != "function") { function RequestFormData() { this.publicationName = null; this.contentLocale = null; this.contentName = null; this.contentID = null; this.data = null; this.contentTitle = null; this.meta = null; } } // 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 (RegistrationService == null) var RegistrationService = {}; RegistrationService._path = '/site/dwr'; RegistrationService.account = function(p0, callback) { dwr.engine._execute(RegistrationService._path, 'RegistrationService', 'account', p0, callback); } RegistrationService.changePassword = function(p0, callback) { dwr.engine._execute(RegistrationService._path, 'RegistrationService', 'changePassword', p0, callback); } RegistrationService.lostPassword = function(p0, callback) { dwr.engine._execute(RegistrationService._path, 'RegistrationService', 'lostPassword', p0, callback); } RegistrationService.updateProfile = function(p0, callback) { dwr.engine._execute(RegistrationService._path, 'RegistrationService', 'updateProfile', p0, callback); } RegistrationService.getRegistrationData = function(callback) { dwr.engine._execute(RegistrationService._path, 'RegistrationService', 'getRegistrationData', callback); }