Class PageableConverter

java.lang.Object
de.digitalcollections.cudami.admin.paging.PageableConverter

public class PageableConverter
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PageableConverter()  
  • Method Summary

    Modifier and Type Method Description
    static org.springframework.data.domain.Pageable convert​(de.digitalcollections.model.paging.PageRequest pageRequest)  
    static de.digitalcollections.model.paging.PageRequest convert​(org.springframework.data.domain.Pageable pageable)  
    static de.digitalcollections.model.paging.PageRequest convert​(org.springframework.data.domain.Pageable pageable, int defaultPageSize, java.lang.String defaultSortField)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • convert

      public static de.digitalcollections.model.paging.PageRequest convert​(org.springframework.data.domain.Pageable pageable)
    • convert

      public static de.digitalcollections.model.paging.PageRequest convert​(org.springframework.data.domain.Pageable pageable, int defaultPageSize, java.lang.String defaultSortField)
    • convert

      public static org.springframework.data.domain.Pageable convert​(de.digitalcollections.model.paging.PageRequest pageRequest)