if (typeof UserGroup != "function") { function UserGroup() { this.id = 0; this.group = null; this.user = null; } } if (typeof User != "function") { function User() { this.primaryOffice = null; this.id = 0; this.lastName = null; this.birthday = null; this.userGroups = null; this.phoneNumber = null; this.email = null; this.login = null; this.firstName = null; this.agent = null; } } // 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 (FolderInterface == null) var FolderInterface = {}; FolderInterface._path = '/dwr'; FolderInterface.getResources = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getResources', p0, callback); } FolderInterface.save = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'save', p0, callback); } FolderInterface.getPages = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getPages', p0, callback); } FolderInterface.getLayouts = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getLayouts', p0, callback); } FolderInterface.getTemplates = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getTemplates', p0, callback); } FolderInterface.getDocuments = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getDocuments', p0, callback); } FolderInterface.getRootContentFolders = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getRootContentFolders', p0, callback); } FolderInterface.getRootFolders = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getRootFolders', p0, callback); } FolderInterface.getComponentTemplates = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getComponentTemplates', p0, callback); } FolderInterface.getSubFolders = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'getSubFolders', p0, callback); } FolderInterface.deleteFolder = function(p0, callback) { dwr.engine._execute(FolderInterface._path, 'FolderInterface', 'deleteFolder', p0, callback); }