// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/dwr'; function ajaxCmsService() { } ajaxCmsService._path = '/dwr'; ajaxCmsService.checkDuplicateLabel4Ajax = function(p0, callback) { DWREngine._execute(ajaxCmsService._path, 'ajaxCmsService', 'checkDuplicateLabel4Ajax', p0, callback); } ajaxCmsService.closeFlash = function(callback) { DWREngine._execute(ajaxCmsService._path, 'ajaxCmsService', 'closeFlash', false, callback); } ajaxCmsService.changeEncoding = function(p1, callback) { DWREngine._execute(ajaxCmsService._path, 'ajaxCmsService', 'changeEncoding', false, p1, callback); } ajaxCmsService.checkDuty = function(p0, callback) { DWREngine._execute(ajaxCmsService._path, 'ajaxCmsService', 'checkDuty', p0, callback); } ajaxCmsService.submitDuty = function(p0, p1, p2, p3, callback) { DWREngine._execute(ajaxCmsService._path, 'ajaxCmsService', 'submitDuty', p0, p1, p2, p3, callback); }