// 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 (informationService == null) var informationService = {}; informationService._path = '/fram'; informationService.auditingforMultiple = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'auditingforMultiple', p0, p1, callback); } informationService.auditingbeFrontForMultiple = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'auditingbeFrontForMultiple', p0, p1, callback); } informationService.codeExist = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'codeExist', p0, p1, callback); } informationService.delcategoryExist = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'delcategoryExist', p0, callback); } informationService.createInformationCategory = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'createInformationCategory', p0, p1, callback); } informationService.updateInformationCategory = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'updateInformationCategory', p0, p1, callback); } informationService.getInfoCategoryById = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'getInfoCategoryById', p0, callback); } informationService.deleteInformationCategory = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'deleteInformationCategory', p0, callback); } informationService.getInfoCategoryParentList = function(callback) { dwr.engine._execute(informationService._path, 'informationService', 'getInfoCategoryParentList', callback); } informationService.getInfoCategoryChileList = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'getInfoCategoryChileList', p0, callback); } informationService.delInfomationIMG = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'delInfomationIMG', p0, p1, callback); } informationService.addInfoComment = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'addInfoComment', p0, p1, callback); } informationService.delInfoComment = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'delInfoComment', p0, callback); } informationService.updateInfoClicksById = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'updateInfoClicksById', p0, callback); } informationService.delInfoForMultiple = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'delInfoForMultiple', p0, callback); } informationService.getCategoryBySpecificId = function(p0, callback) { dwr.engine._execute(informationService._path, 'informationService', 'getCategoryBySpecificId', p0, callback); } informationService.featuredForMultiple = function(p0, p1, p2, callback) { dwr.engine._execute(informationService._path, 'informationService', 'featuredForMultiple', p0, p1, p2, callback); } informationService.updateCategoryForMove = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'updateCategoryForMove', p0, p1, callback); } informationService.updateCategoryDataForMove = function(p0, p1, callback) { dwr.engine._execute(informationService._path, 'informationService', 'updateCategoryDataForMove', p0, p1, callback); }