Skip to content
Snippets Groups Projects

Adf 1679 corrections in batch

Merged Alicia.DeDiosFuente requested to merge adf-1679-corrections-in-batch into master
Files
14
@@ -189,6 +189,8 @@ public class PublicationService extends AouResourceService<Publication> {
return ((PublicationRepository) this.itemRepository).findByPmid(pmid);
}
public Optional<Publication> findByArchiveId(String archiveId) { return ((PublicationRepository) this.itemRepository).findByArchiveId(archiveId); }
public Page<Publication> findMyPublications(Publication filterItem, String personId, String cnIndividu, Pageable pageable, String fullName) {
// Use a specification specifically made to find the publications that has the same creator OR the same cnIndividu
PublicationContributorOrCreatorSpecification specification = new PublicationContributorOrCreatorSpecification(filterItem, personId,
Loading