// 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 (showindex == null) var showindex = {}; showindex._path = '/dwr'; showindex.getLog = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getLog', callback); } showindex.getUcid = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getUcid', callback); } showindex.setUcid = function(p0, callback) { dwr.engine._execute(showindex._path, 'showindex', 'setUcid', p0, callback); } showindex.getArtPubService = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getArtPubService', callback); } showindex.setArtPubService = function(p0, callback) { dwr.engine._execute(showindex._path, 'showindex', 'setArtPubService', p0, callback); } showindex.getBlogUserCateService = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getBlogUserCateService', callback); } showindex.setBlogUserCateService = function(p0, callback) { dwr.engine._execute(showindex._path, 'showindex', 'setBlogUserCateService', p0, callback); } showindex.getBlogSettingSerivce = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getBlogSettingSerivce', callback); } showindex.setBlogSettingSerivce = function(p0, callback) { dwr.engine._execute(showindex._path, 'showindex', 'setBlogSettingSerivce', p0, callback); } showindex.getTagService = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getTagService', callback); } showindex.setTagService = function(p0, callback) { dwr.engine._execute(showindex._path, 'showindex', 'setTagService', p0, callback); } showindex.getPopLog = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'getPopLog', callback); } showindex.blogRank = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'blogRank', callback); } showindex.blogActive = function(callback) { dwr.engine._execute(showindex._path, 'showindex', 'blogActive', callback); } showindex.addRecommend = function(p0, callback) { dwr.engine._execute(showindex._path, 'showindex', 'addRecommend', p0, callback); }