Uses of Class
eu.dnetlib.organizations.model.OrganizationSearchEntry
Packages that use OrganizationSearchEntry
Package
Description
-
Uses of OrganizationSearchEntry in eu.dnetlib.organizations.controller
Methods in eu.dnetlib.organizations.controller that return types with arguments of type OrganizationSearchEntryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationController.advSearch(int page, int size, String orderBy, boolean reverse, String[] all, String[] id, String[] openaireId, String[] name, String[] othername, String[] acronym, String[] type, String[] city, String[] country, String[] pid, String[] status, org.springframework.security.core.Authentication authentication) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationController.findByCountry(String status, String code, int page, int size, String orderBy, boolean reverse, org.springframework.security.core.Authentication authentication) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationController.findByType(String status, String type, int page, int size, String orderBy, boolean reverse, org.springframework.security.core.Authentication authentication) OrganizationController.findOrgsByStatusAndCountry(String status, String code, int page, int size, String orderBy, boolean reverse, org.springframework.security.core.Authentication authentication) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationController.search(int page, int size, String status, String orderBy, boolean reverse, String q, org.springframework.security.core.Authentication authentication) -
Uses of OrganizationSearchEntry in eu.dnetlib.organizations.model
Methods in eu.dnetlib.organizations.model with parameters of type OrganizationSearchEntryModifier and TypeMethodDescriptionintOrganizationSearchEntry.compareTo(OrganizationSearchEntry o) -
Uses of OrganizationSearchEntry in eu.dnetlib.organizations.model.utils
Method parameters in eu.dnetlib.organizations.model.utils with type arguments of type OrganizationSearchEntryModifier and TypeMethodDescriptionjavax.persistence.criteria.PredicateOrganizationSearchEntrySpecification.toPredicate(javax.persistence.criteria.Root<OrganizationSearchEntry> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder criteriaBuilder) -
Uses of OrganizationSearchEntry in eu.dnetlib.organizations.repository
Methods in eu.dnetlib.organizations.repository that return types with arguments of type OrganizationSearchEntryModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.findByCountry(String country, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.findByCountryAndStatus(String code, String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.findByType(String type, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.findByTypeAndStatus(String type, String status, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.findByTypeAndStatusForUser(String type, String status, String email, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.findByTypeForUser(String type, String email, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.search(String text, List<String> statuses, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.searchCandidateDuplicates(String text, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.searchCandidateDuplicatesForUser(String text, String email, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<OrganizationSearchEntry>OrganizationSearchEntryRepository.searchForUser(String text, String email, List<String> statuses, org.springframework.data.domain.Pageable pageable)