// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/andylau/dwr'; function BlogStyle() { } BlogStyle._path = '/andylau/dwr'; BlogStyle.afterPropertiesSet = function(callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'afterPropertiesSet', callback); } BlogStyle.setBlogUserStyleDao = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'setBlogUserStyleDao', p0, callback); } BlogStyle.removeBgMusic = function(p0, p1, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'removeBgMusic', p0, p1, callback); } BlogStyle.findBlogUserStyleByPK = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'findBlogUserStyleByPK', p0, callback); } BlogStyle.uploadBgMusic = function(p0, p1, p2, p3, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'uploadBgMusic', p0, p1, p2, p3, callback); } BlogStyle.getDefaultCommentApprove = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'getDefaultCommentApprove', p0, callback); } BlogStyle.deleteBlogUserStyle = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'deleteBlogUserStyle', p0, callback); } BlogStyle.updateBlogTheme = function(p0, p1, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'updateBlogTheme', p0, p1, callback); } BlogStyle.saveUserStyle = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'saveUserStyle', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, callback); } BlogStyle.saveUserStyle = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'saveUserStyle', p0, callback); } BlogStyle.copyFileToWebapp = function(p0, p1, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'copyFileToWebapp', p0, p1, callback); } BlogStyle.setFileService = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'setFileService', p0, callback); } BlogStyle.updateTotalComment = function(p0, p1, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'updateTotalComment', p0, p1, callback); } BlogStyle.main = function(p0, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'main', p0, callback); } BlogStyle.getCalendar = function(p0, p1, p2, callback) { DWREngine._execute(BlogStyle._path, 'BlogStyle', 'getCalendar', p0, p1, p2, callback); }