function Question() { } Question._path = '/cms/dwr'; Question.moveQuestionById = function(p0, callback) { DWREngine._execute(Question._path, 'Question', 'moveQuestionById', p0, callback); }