// 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 (commService == null) var commService = {}; commService._path = '/common/sd'; commService.getCommCode = function(p0, callback) { dwr.engine._execute(commService._path, 'commService', 'getCommCode', p0, callback); } commService.getDivisionType = function(p0, callback) { dwr.engine._execute(commService._path, 'commService', 'getDivisionType', p0, callback); } commService.getCommentStatus = function(callback) { dwr.engine._execute(commService._path, 'commService', 'getCommentStatus', callback); } commService.getCouponGroup = function(callback) { dwr.engine._execute(commService._path, 'commService', 'getCouponGroup', callback); } commService.getCouponItem = function(p0, callback) { dwr.engine._execute(commService._path, 'commService', 'getCouponItem', p0, callback); } commService.getYyyy = function(callback) { dwr.engine._execute(commService._path, 'commService', 'getYyyy', callback); }