// 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 (Remote == null) var Remote = {}; Remote._path = '/dwr'; Remote.getCategories = function(p0, p1, callback) { dwr.engine._execute(Remote._path, 'Remote', 'getCategories', p0, p1, callback); } Remote.getPerson = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'getPerson', p0, callback); } Remote.getOfficeFolders = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'getOfficeFolders', p0, callback); } Remote.getOffice = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'getOffice', p0, callback); } Remote.incrementFAQViewCount = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'incrementFAQViewCount', p0, false, callback); } Remote.getOfflineState = function(callback) { dwr.engine._execute(Remote._path, 'Remote', 'getOfflineState', callback); } Remote.getOfflineMessage = function(callback) { dwr.engine._execute(Remote._path, 'Remote', 'getOfflineMessage', callback); } Remote.setOfflineState = function(p0, p1, p2, callback) { dwr.engine._execute(Remote._path, 'Remote', 'setOfflineState', p0, p1, p2, false, callback); } Remote.getTorqueResultSet = function(p0, p1, callback) { dwr.engine._execute(Remote._path, 'Remote', 'getTorqueResultSet', p0, p1, false, callback); } Remote.getCategoriesForParent = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'getCategoriesForParent', p0, callback); } Remote.isUserNameUnique = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'isUserNameUnique', p0, callback); } Remote.sendTestEmail = function(p0, callback) { dwr.engine._execute(Remote._path, 'Remote', 'sendTestEmail', p0, callback); }