// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/dwr'; function dwrstudent() { } dwrstudent._path = '/dwr'; dwrstudent.getJobLetter = function(p0, callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'getJobLetter', p0, false, callback); } dwrstudent.getResumeInfo = function(callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'getResumeInfo', false, callback); } dwrstudent.getSearchInfo = function(callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'getSearchInfo', false, callback); } dwrstudent.getLetterInfo = function(callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'getLetterInfo', false, callback); } dwrstudent.checkSchoolRegist = function(p0, callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'checkSchoolRegist', p0, callback); } dwrstudent.checkSchoolRegistYzm = function(p0, p1, callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'checkSchoolRegistYzm', p0, p1, callback); } dwrstudent.getMyCollectionInfo = function(callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'getMyCollectionInfo', false, callback); } dwrstudent.getMyApplyInfo = function(callback) { DWREngine._execute(dwrstudent._path, 'dwrstudent', 'getMyApplyInfo', false, callback); }