Uses of Class
org.silverpeas.core.sharing.model.DownloadDetail.QUERY_ORDER_BY
-
Packages that use DownloadDetail.QUERY_ORDER_BY Package Description org.silverpeas.core.sharing.model org.silverpeas.core.sharing.repository org.silverpeas.core.sharing.services -
-
Uses of DownloadDetail.QUERY_ORDER_BY in org.silverpeas.core.sharing.model
Methods in org.silverpeas.core.sharing.model that return DownloadDetail.QUERY_ORDER_BY Modifier and Type Method Description static DownloadDetail.QUERY_ORDER_BYDownloadDetail.QUERY_ORDER_BY. valueOf(String name)Returns the enum constant of this type with the specified name.static DownloadDetail.QUERY_ORDER_BY[]DownloadDetail.QUERY_ORDER_BY. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DownloadDetail.QUERY_ORDER_BY in org.silverpeas.core.sharing.repository
Methods in org.silverpeas.core.sharing.repository with parameters of type DownloadDetail.QUERY_ORDER_BY Modifier and Type Method Description org.silverpeas.core.util.SilverpeasList<DownloadDetail>DownloadDetailJpaRepository. getDownloadsByTicket(Ticket ticket, org.silverpeas.core.persistence.datasource.repository.PaginationCriterion paginationCriterion, DownloadDetail.QUERY_ORDER_BY orderBy)org.silverpeas.core.util.SilverpeasList<DownloadDetail>DownloadDetailRepository. getDownloadsByTicket(Ticket ticket, org.silverpeas.core.persistence.datasource.repository.PaginationCriterion paginationCriterion, DownloadDetail.QUERY_ORDER_BY orderBy)Gets paginated ticket downloads. -
Uses of DownloadDetail.QUERY_ORDER_BY in org.silverpeas.core.sharing.services
Methods in org.silverpeas.core.sharing.services with parameters of type DownloadDetail.QUERY_ORDER_BY Modifier and Type Method Description org.silverpeas.core.util.SilverpeasList<DownloadDetail>JpaSharingTicketService. getTicketDownloads(Ticket ticket, org.silverpeas.core.admin.PaginationPage paginationPage, DownloadDetail.QUERY_ORDER_BY orderBy)org.silverpeas.core.util.SilverpeasList<DownloadDetail>SharingTicketService. getTicketDownloads(Ticket ticket, org.silverpeas.core.admin.PaginationPage paginationPage, DownloadDetail.QUERY_ORDER_BY orderBy)Gets the ticket identified by the specified key.
-