// 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; dwr.engine._defaultPath = '/dwr'; if (ContentService == null) var ContentService = {}; ContentService._path = '/dwr'; ContentService.getContent = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getContent', p0, callback); } ContentService.getContentById = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getContentById', p0, callback); } ContentService.getAttachmentString = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getAttachmentString', p0, callback); } ContentService.getLatestContentByCategoryId = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getLatestContentByCategoryId', p0, callback); } ContentService.getContentListByCategory = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getContentListByCategory', p0, callback); } ContentService.getContentListByCategory2 = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getContentListByCategory2', p0, callback); } ContentService.getContentsByCategory = function(p0, p1, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getContentsByCategory', p0, p1, callback); } ContentService.getOutsourcingContentsByCategory = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getOutsourcingContentsByCategory', p0, callback); } ContentService.getProductContent = function(p0, p1, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getProductContent', p0, p1, callback); } ContentService.getContentsByCategory4Template = function(p0, p1, p2, p3, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getContentsByCategory4Template', p0, p1, p2, p3, callback); } ContentService.getCategorySize = function(p0, callback) { dwr.engine._execute(ContentService._path, 'ContentService', 'getCategorySize', p0, callback); }