// 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 (aboutUsService == null) var aboutUsService = {}; aboutUsService._path = '/dwr'; aboutUsService.getContent = function(callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getContent', callback); } aboutUsService.getContentById = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getContentById', p0, callback); } aboutUsService.getContentByType = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getContentByType', p0, callback); } aboutUsService.getContentPaginationAjax = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getContentPaginationAjax', p0, p1, p2, p3, p4, callback); } aboutUsService.getContentSize = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getContentSize', p0, callback); } aboutUsService.removeContent = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'removeContent', p0, callback); } aboutUsService.saveContent = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'saveContent', p0, callback); } aboutUsService.getNumberOfObjects = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getNumberOfObjects', p0, callback); } aboutUsService.getNumberOfObjectsByCondition = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getNumberOfObjectsByCondition', p0, callback); } aboutUsService.getNumberOfObjectsName = function(callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getNumberOfObjectsName', callback); } aboutUsService.getObjects = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getObjects', p0, p1, p2, p3, p4, callback); } aboutUsService.getObjectsByCondition = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getObjectsByCondition', p0, p1, p2, p3, p4, callback); } aboutUsService.getObjectsName = function(callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getObjectsName', callback); } aboutUsService.getContentDao = function(callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'getContentDao', callback); } aboutUsService.setContentDao = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'setContentDao', p0, callback); } aboutUsService.afterPropertiesSet = function(callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'afterPropertiesSet', callback); } aboutUsService.findAllObjects = function(p0, p1, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'findAllObjects', p0, p1, callback); } aboutUsService.findObjects = function(p0, p1, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'findObjects', p0, p1, callback); } aboutUsService.setTableId = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'setTableId', p0, callback); } aboutUsService.setViewFragment = function(p0, callback) { dwr.engine._execute(aboutUsService._path, 'aboutUsService', 'setViewFragment', p0, callback); }