if (typeof CommentBean != "function") { function CommentBean() { this.objectType = 0; this.modificationDate = null; this.URL = null; this.commentID = 0; this.name = null; this.email = null; this.objectID = 0; this.moderated = false; this.body = null; this.userID = 0; } } // 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 (Watches == null) var Watches = {}; Watches._path = '/clearspace/dwr'; Watches.isThreadWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isThreadWatched', p0, callback); } Watches.isDocumentWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isDocumentWatched', p0, callback); } Watches.isBlogWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isBlogWatched', p0, callback); } Watches.isBlogPostWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isBlogPostWatched', p0, callback); } Watches.isUserWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isUserWatched', p0, callback); } Watches.isCommunityWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isCommunityWatched', p0, callback); } Watches.isProjectWatched = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'isProjectWatched', p0, callback); } Watches.watchThread = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchThread', p0, callback); } Watches.watchDocument = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchDocument', p0, callback); } Watches.watchBlog = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchBlog', p0, callback); } Watches.watchBlogPost = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchBlogPost', p0, callback); } Watches.watchUser = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchUser', p0, callback); } Watches.watchCommunity = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchCommunity', p0, callback); } Watches.watchProject = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchProject', p0, callback); } Watches.watchTask = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'watchTask', p0, callback); } Watches.removeThreadWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeThreadWatch', p0, callback); } Watches.removeDocumentWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeDocumentWatch', p0, callback); } Watches.removeBlogWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeBlogWatch', p0, callback); } Watches.removeBlogPostWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeBlogPostWatch', p0, callback); } Watches.removeUserWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeUserWatch', p0, callback); } Watches.removeCommunityWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeCommunityWatch', p0, callback); } Watches.removeProjectWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeProjectWatch', p0, callback); } Watches.removeTaskWatch = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'removeTaskWatch', p0, callback); } Watches.setCommunityManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setCommunityManager', p0, callback); } Watches.setProjectManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setProjectManager', p0, callback); } Watches.setTaskManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setTaskManager', p0, callback); } Watches.setForumManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setForumManager', p0, callback); } Watches.setWatchManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setWatchManager', p0, callback); } Watches.setDocumentManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setDocumentManager', p0, callback); } Watches.setBlogManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setBlogManager', p0, callback); } Watches.setUserManager = function(p0, callback) { dwr.engine._execute(Watches._path, 'Watches', 'setUserManager', p0, callback); }