// 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 (IndexDWR == null) var IndexDWR = {}; IndexDWR._path = '/dwr'; IndexDWR.login = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'login', p0, callback); } IndexDWR.getLoginVO = function(callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'getLoginVO', callback); } IndexDWR.setLoginVO = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'setLoginVO', p0, callback); } IndexDWR.updateWordTestScore = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'updateWordTestScore', p0, callback); } IndexDWR.saveTestRecord = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'saveTestRecord', p0, callback); } IndexDWR.testTypeChange = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'testTypeChange', p0, callback); } IndexDWR.createTest = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'createTest', p0, callback); } IndexDWR.showMyTestByPage = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'showMyTestByPage', p0, callback); } IndexDWR.loadTest = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'loadTest', p0, callback); } IndexDWR.getWordNoteList = function(callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'getWordNoteList', callback); } IndexDWR.addToWordNote = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'addToWordNote', p0, callback); } IndexDWR.deleteMyTest = function(p0, p1, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'deleteMyTest', p0, p1, callback); } IndexDWR.deleteWordNoteItem = function(p0, p1, p2, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'deleteWordNoteItem', p0, p1, p2, callback); } IndexDWR.addWordNote = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'addWordNote', p0, callback); } IndexDWR.saveWordNote = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'saveWordNote', p0, callback); } IndexDWR.deleteWordNote = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'deleteWordNote', p0, callback); } IndexDWR.selectWord = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'selectWord', p0, callback); } IndexDWR.showNoticeByPage = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'showNoticeByPage', p0, callback); } IndexDWR.addNewBoardItem = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'addNewBoardItem', p0, callback); } IndexDWR.searchWord = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'searchWord', p0, callback); } IndexDWR.searchChEnJpWord = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'searchChEnJpWord', p0, callback); } IndexDWR.loadDailyJp = function(callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'loadDailyJp', callback); } IndexDWR.nextRandomWord = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'nextRandomWord', p0, callback); } IndexDWR.postTalkShortcut = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'postTalkShortcut', p0, callback); } IndexDWR.updateWordTestScoreByShootGame = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'updateWordTestScoreByShootGame', p0, callback); } IndexDWR.getIndexService = function(callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'getIndexService', callback); } IndexDWR.setIndexService = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'setIndexService', p0, callback); } IndexDWR.getTalkService = function(callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'getTalkService', callback); } IndexDWR.setTalkService = function(p0, callback) { dwr.engine._execute(IndexDWR._path, 'IndexDWR', 'setTalkService', p0, callback); }