// 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 (ApplyService == null) var ApplyService = {}; ApplyService._path = '/dwr'; ApplyService.getApplyList = function(p0, p1, p2, p3, callback) { dwr.engine._execute(ApplyService._path, 'ApplyService', 'getApplyList', p0, p1, p2, p3, callback); }