// 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 (RemoteFunctions == null) var RemoteFunctions = {}; RemoteFunctions._path = '/forum/dwr'; RemoteFunctions.setPostTransaction = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setPostTransaction', p0, callback); } RemoteFunctions.getForumDAO = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getForumDAO', callback); } RemoteFunctions.setForumDAO = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setForumDAO', p0, callback); } RemoteFunctions.setTopicTransaction = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setTopicTransaction', p0, callback); } RemoteFunctions.setGroupTransaction = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setGroupTransaction', p0, callback); } RemoteFunctions.addFavoriteTopic = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'addFavoriteTopic', p0, callback); } RemoteFunctions.deleteFavoriteTopic = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'deleteFavoriteTopic', p0, callback); } RemoteFunctions.addWatchTopic = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'addWatchTopic', p0, callback); } RemoteFunctions.deleteWatchTopic = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'deleteWatchTopic', p0, callback); } RemoteFunctions.spyTemplate = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'spyTemplate', callback); } RemoteFunctions.deleteFile = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'deleteFile', p0, callback); } RemoteFunctions.deleteGroupAvatarFile = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'deleteGroupAvatarFile', p0, p1, callback); } RemoteFunctions.getForumsByCategory = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getForumsByCategory', p0, p1, callback); } RemoteFunctions.getPage = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getPage', callback); } RemoteFunctions.getSessionAttribute = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getSessionAttribute', p0, callback); } RemoteFunctions.setSessionAttribute = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setSessionAttribute', p0, p1, callback); } RemoteFunctions.getApplication = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getApplication', callback); } RemoteFunctions.setPage = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setPage', p0, callback); } RemoteFunctions.getUrl = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getUrl', callback); } RemoteFunctions.setUrl = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setUrl', p0, callback); } RemoteFunctions.getPages = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getPages', callback); } RemoteFunctions.htmlEscape = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'htmlEscape', p0, callback); } RemoteFunctions.setOnline = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setOnline', p0, callback); } RemoteFunctions.setForum4JConfig = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setForum4JConfig', p0, callback); } RemoteFunctions.getForum4JConfig = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getForum4JConfig', callback); } RemoteFunctions.getTimer = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getTimer', callback); } RemoteFunctions.getOnline = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getOnline', callback); } RemoteFunctions.getLastPage = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getLastPage', callback); } RemoteFunctions.getTemp = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getTemp', callback); } RemoteFunctions.setTemp = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setTemp', p0, callback); } RemoteFunctions.removeSessionAttribute = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'removeSessionAttribute', p0, callback); } RemoteFunctions.getPagedResult = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getPagedResult', callback); } RemoteFunctions.setPagedResult = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setPagedResult', p0, callback); } RemoteFunctions.isTopicRead = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'isTopicRead', p0, callback); } RemoteFunctions.isForumRead = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'isForumRead', p0, callback); } RemoteFunctions.getNmbUnreadsInCat = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getNmbUnreadsInCat', p0, callback); } RemoteFunctions.checkCaptcha = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'checkCaptcha', callback); } RemoteFunctions.getUserLogged = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getUserLogged', callback); } RemoteFunctions.getCaptchafield = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getCaptchafield', callback); } RemoteFunctions.setCaptchafield = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setCaptchafield', p0, callback); } RemoteFunctions.getTopicViews = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getTopicViews', callback); } RemoteFunctions.clone = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'clone', callback); } RemoteFunctions.doInput = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'doInput', callback); } RemoteFunctions.execute = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'execute', callback); } RemoteFunctions.validate = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'validate', callback); } RemoteFunctions.pause = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'pause', p0, callback); } RemoteFunctions.getLocale = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getLocale', callback); } RemoteFunctions.getText = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, callback); } RemoteFunctions.getText = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, callback); } RemoteFunctions.getText = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, p2, callback); } RemoteFunctions.getText = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, callback); } RemoteFunctions.getText = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, callback); } RemoteFunctions.getText = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, p2, callback); } RemoteFunctions.getText = function(p0, p1, p2, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, p2, callback); } RemoteFunctions.getText = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, p2, p3, callback); } RemoteFunctions.getText = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getText', p0, p1, p2, p3, callback); } RemoteFunctions.getErrors = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getErrors', callback); } RemoteFunctions.getActionMessages = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getActionMessages', callback); } RemoteFunctions.getActionErrors = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getActionErrors', callback); } RemoteFunctions.setActionErrors = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setActionErrors', p0, callback); } RemoteFunctions.setActionMessages = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setActionMessages', p0, callback); } RemoteFunctions.getErrorMessages = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getErrorMessages', callback); } RemoteFunctions.setFieldErrors = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'setFieldErrors', p0, callback); } RemoteFunctions.getFieldErrors = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getFieldErrors', callback); } RemoteFunctions.hasKey = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'hasKey', p0, callback); } RemoteFunctions.getTexts = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getTexts', callback); } RemoteFunctions.getTexts = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'getTexts', p0, callback); } RemoteFunctions.addActionError = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'addActionError', p0, callback); } RemoteFunctions.addActionMessage = function(p0, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'addActionMessage', p0, callback); } RemoteFunctions.addFieldError = function(p0, p1, callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'addFieldError', p0, p1, callback); } RemoteFunctions.doDefault = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'doDefault', callback); } RemoteFunctions.hasActionErrors = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'hasActionErrors', callback); } RemoteFunctions.hasActionMessages = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'hasActionMessages', callback); } RemoteFunctions.hasErrors = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'hasErrors', callback); } RemoteFunctions.hasFieldErrors = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'hasFieldErrors', callback); } RemoteFunctions.clearErrorsAndMessages = function(callback) { dwr.engine._execute(RemoteFunctions._path, 'RemoteFunctions', 'clearErrorsAndMessages', callback); }