// 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 (VoteDwrAction == null) var VoteDwrAction = {}; VoteDwrAction._path = '/dwr'; VoteDwrAction.getUser = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getUser', callback); } VoteDwrAction.removeVote = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'removeVote', p0, callback); } VoteDwrAction.doVote = function(p0, p1, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'doVote', p0, p1, callback); } VoteDwrAction.getVoteManager = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getVoteManager', callback); } VoteDwrAction.setVoteManager = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setVoteManager', p0, callback); } VoteDwrAction.setCurrentPageNo = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setCurrentPageNo', p0, callback); } VoteDwrAction.getCurrentPageNo = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getCurrentPageNo', callback); } VoteDwrAction.edit = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'edit', callback); } VoteDwrAction.pageQuery = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'pageQuery', callback); } VoteDwrAction.getSelectedItems = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getSelectedItems', callback); } VoteDwrAction.setSelectedItems = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setSelectedItems', p0, callback); } VoteDwrAction.getItems = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getItems', callback); } VoteDwrAction.remove = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'remove', callback); } VoteDwrAction.list = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'list', callback); } VoteDwrAction.save = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'save', callback); } VoteDwrAction.query = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'query', callback); } VoteDwrAction.getManager = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getManager', callback); } VoteDwrAction.setManager = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setManager', p0, callback); } VoteDwrAction.getModel = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getModel', callback); } VoteDwrAction.getPage = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getPage', callback); } VoteDwrAction.getPrincipal = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getPrincipal', callback); } VoteDwrAction.pause = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'pause', p0, callback); } VoteDwrAction.addActionError = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'addActionError', p0, callback); } VoteDwrAction.setActionErrors = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setActionErrors', p0, callback); } VoteDwrAction.getActionErrors = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getActionErrors', callback); } VoteDwrAction.setActionMessages = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setActionMessages', p0, callback); } VoteDwrAction.getActionMessages = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getActionMessages', callback); } VoteDwrAction.getErrorMessages = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getErrorMessages', callback); } VoteDwrAction.getErrors = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getErrors', callback); } VoteDwrAction.setFieldErrors = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'setFieldErrors', p0, callback); } VoteDwrAction.getFieldErrors = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getFieldErrors', callback); } VoteDwrAction.getTexts = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getTexts', p0, callback); } VoteDwrAction.getTexts = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getTexts', callback); } VoteDwrAction.addActionMessage = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'addActionMessage', p0, callback); } VoteDwrAction.addFieldError = function(p0, p1, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'addFieldError', p0, p1, callback); } VoteDwrAction.doDefault = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'doDefault', callback); } VoteDwrAction.hasActionErrors = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'hasActionErrors', callback); } VoteDwrAction.hasActionMessages = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'hasActionMessages', callback); } VoteDwrAction.hasErrors = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'hasErrors', callback); } VoteDwrAction.hasFieldErrors = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'hasFieldErrors', callback); } VoteDwrAction.clearErrorsAndMessages = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'clearErrorsAndMessages', callback); } VoteDwrAction.clone = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'clone', callback); } VoteDwrAction.execute = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'execute', callback); } VoteDwrAction.getLocale = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getLocale', callback); } VoteDwrAction.validate = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'validate', callback); } VoteDwrAction.getText = function(p0, p1, p2, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, p2, callback); } VoteDwrAction.getText = function(p0, p1, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, callback); } VoteDwrAction.getText = function(p0, p1, p2, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, p2, callback); } VoteDwrAction.getText = function(p0, p1, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, callback); } VoteDwrAction.getText = function(p0, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, callback); } VoteDwrAction.getText = function(p0, p1, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, callback); } VoteDwrAction.getText = function(p0, p1, p2, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, p2, callback); } VoteDwrAction.getText = function(p0, p1, p2, p3, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, p2, p3, callback); } VoteDwrAction.getText = function(p0, p1, p2, p3, callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'getText', p0, p1, p2, p3, callback); } VoteDwrAction.input = function(callback) { dwr.engine._execute(VoteDwrAction._path, 'VoteDwrAction', 'input', callback); }