@Override public int getRootFolderId(BackendSession bs) throws DaoException, CollectionNotFoundException { return folderExporter.getServerIdFor(bs); }
@Override public String getRootFolderUrl(BackendSession bs) { return folderExporter.getColName(bs); }