Class FindParamsImpl
- java.lang.Object
-
- de.digitalcollections.model.impl.paging.FindParamsImpl
-
- All Implemented Interfaces:
FindParams
public class FindParamsImpl extends Object implements FindParams
-
-
Constructor Summary
Constructors Constructor Description FindParamsImpl(int pageNumber, int pageSize, String sortField, String sortDirection, String nullHandling)FindParamsImpl(PageRequest pageRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNullHandling()intgetPageNumber()intgetPageSize()StringgetSortDirection()StringgetSortField()
-
-
-
Constructor Detail
-
FindParamsImpl
public FindParamsImpl(PageRequest pageRequest)
-
-
Method Detail
-
getPageNumber
public int getPageNumber()
- Specified by:
getPageNumberin interfaceFindParams
-
getPageSize
public int getPageSize()
- Specified by:
getPageSizein interfaceFindParams
-
getSortField
public String getSortField()
- Specified by:
getSortFieldin interfaceFindParams
-
getSortDirection
public String getSortDirection()
- Specified by:
getSortDirectionin interfaceFindParams
-
getNullHandling
public String getNullHandling()
- Specified by:
getNullHandlingin interfaceFindParams
-
-