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

AjaxMyspace.registerClassRoom = function(p0, p1, p2, p3, p4, p5, p6, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'registerClassRoom', p0, p1, p2, p3, p4, p5, p6, callback);
}

AjaxMyspace.startPupil = function(p0, p1, p2, p3, p4, p5, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'startPupil', p0, p1, p2, p3, p4, p5, callback);
}

AjaxMyspace.getCurrentProblemId = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getCurrentProblemId', p0, callback);
}

AjaxMyspace.getCurrentProblem = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getCurrentProblem', p0, callback);
}

AjaxMyspace.getCurrentMap = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getCurrentMap', p0, callback);
}

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

AjaxMyspace.getMyNotes = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getMyNotes', p0, callback);
}

AjaxMyspace.saveAnswer = function(p0, p1, p2, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'saveAnswer', p0, p1, p2, callback);
}

AjaxMyspace.setNotebookTitle = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'setNotebookTitle', p0, callback);
}

AjaxMyspace.getHint = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getHint', p0, callback);
}

AjaxMyspace.getLesson = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getLesson', p0, callback);
}

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

AjaxMyspace.getCareersShowcase = function(p0, callback) {
    DWREngine._execute(AjaxMyspace._path, 'AjaxMyspace', 'getCareersShowcase', p0, callback);
}
