// 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 (remixCommentAction == null) var remixCommentAction = {}; remixCommentAction._path = '/dwr'; remixCommentAction.setRemixCommentDelegation = function(p0, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'setRemixCommentDelegation', p0, callback); } remixCommentAction.setMemberDelegation = function(p0, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'setMemberDelegation', p0, callback); } remixCommentAction.getRemixCommentsByRemixId = function(p0, p1, p2, p3, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'getRemixCommentsByRemixId', p0, p1, p2, p3, callback); } remixCommentAction.getRemixCommentByCommentId = function(p0, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'getRemixCommentByCommentId', p0, callback); } remixCommentAction.insertUpdateRemixComment = function(p1, p2, p3, p4, p5, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'insertUpdateRemixComment', false, p1, p2, p3, p4, p5, callback); } remixCommentAction.getMemberRemixCommentByRemixId = function(p0, p1, p2, p3, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'getMemberRemixCommentByRemixId', p0, p1, p2, p3, callback); } remixCommentAction.getRemixCommentCount = function(p0, p1, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'getRemixCommentCount', p0, p1, callback); } remixCommentAction.setViewedComment = function(p0, p1, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'setViewedComment', p0, p1, callback); } remixCommentAction.isViewComment = function(p0, p1, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'isViewComment', p0, p1, callback); } remixCommentAction.deleteComment = function(p1, p2, p3, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'deleteComment', false, p1, p2, p3, callback); } remixCommentAction.updateRemixCommentById = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(remixCommentAction._path, 'remixCommentAction', 'updateRemixCommentById', p0, p1, p2, p3, p4, p5, callback); }