Subversion Repositories bacoAlunos

Rev

Rev 1736 | Rev 1766 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1736 Rev 1755
Line 146... Line 146...
146
 
146
 
147
 
147
 
148
        RepositoryDocumentCollectionImpl persistent = (RepositoryDocumentCollectionImpl) DaoFactory.getRepositoryDocumentCollectionDaoImpl().get(collectionChild.getId());
148
        RepositoryDocumentCollectionImpl persistent = (RepositoryDocumentCollectionImpl) DaoFactory.getRepositoryDocumentCollectionDaoImpl().get(collectionChild.getId());
149
        persistent.setName(collectionChild.getName());
149
        persistent.setName(collectionChild.getName());
150
        persistent.setDescription(collectionChild.getDescription());
150
        persistent.setDescription(collectionChild.getDescription());
-
 
151
        persistent.setSortField(collectionChild.getSortField());
151
        persistent.setLegacyUrl(collectionChild.getLegacyUrl());
152
        persistent.setLegacyUrl(collectionChild.getLegacyUrl());
152
        persistent.setVisible(collectionChild.isVisible());
153
        persistent.setVisible(collectionChild.isVisible());
153
 
154
 
154
        return persistent.toJsonObject();
155
        return persistent.toJsonObject();
155
    }
156
    }