Uses of Class
eu.dnetlib.irishmonitorservice.entities.SortBy
-
Packages that use SortBy Package Description eu.dnetlib.irishmonitorservice.controllers eu.dnetlib.irishmonitorservice.entities eu.dnetlib.irishmonitorservice.services -
-
Uses of SortBy in eu.dnetlib.irishmonitorservice.controllers
Methods in eu.dnetlib.irishmonitorservice.controllers with parameters of type SortBy Modifier and Type Method Description List<StakeholderExtended>StakeholderExtendedController. getStakeholders(String type, SortBy sort) -
Uses of SortBy in eu.dnetlib.irishmonitorservice.entities
Methods in eu.dnetlib.irishmonitorservice.entities that return SortBy Modifier and Type Method Description static SortBySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortBy in eu.dnetlib.irishmonitorservice.services
Methods in eu.dnetlib.irishmonitorservice.services with parameters of type SortBy Modifier and Type Method Description List<StakeholderExtended>StakeholderExtendedService. sortBy(List<StakeholderExtended> stakeholders, SortBy sort)
-