
function JLeaveWord() { }
JLeaveWord._path = '/dwr';

JLeaveWord.updateChannelQuestion = function(p0, p1, callback) {
    DWREngine._execute(JLeaveWord._path, 'JLeaveWord', 'updateChannelQuestion', p0, p1, callback);
}

JLeaveWord.insertQuestionWithCheck = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(JLeaveWord._path, 'JLeaveWord', 'insertQuestionWithCheck', p0, p1, p2, p3, p4, callback);
}

JLeaveWord.deleteChannelQuestion = function(p0, callback) {
    DWREngine._execute(JLeaveWord._path, 'JLeaveWord', 'deleteChannelQuestion', p0, callback);
}

JLeaveWord.getChannelQuestionDAO = function(callback) {
    DWREngine._execute(JLeaveWord._path, 'JLeaveWord', 'getChannelQuestionDAO', callback);
}

JLeaveWord.setChannelQuestionDAO = function(p0, callback) {
    DWREngine._execute(JLeaveWord._path, 'JLeaveWord', 'setChannelQuestionDAO', p0, callback);
}

JLeaveWord.setAsyncNewsService = function(p0, callback) {
    DWREngine._execute(JLeaveWord._path, 'JLeaveWord', 'setAsyncNewsService', p0, callback);
}
