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