PaginateListUtil and ListProcessor instead@Deprecated public abstract class AbstractPaginateList<RES,REQ> extends Object
| Constructor and Description |
|---|
AbstractPaginateList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DataResponse<RES> |
paginateList(Map<String,String> requestParams,
PaginateRequest paginateRequest,
Query<?,REQ> query,
String defaultSort,
Map<String,QueryProperty> properties)
Deprecated.
|
DataResponse<RES> |
paginateList(Map<String,String> requestParams,
Query<?,REQ> query,
String defaultSort,
Map<String,QueryProperty> properties)
Deprecated.
|
protected abstract List<RES> |
processList(List<REQ> list)
Deprecated.
|
@Deprecated public DataResponse<RES> paginateList(Map<String,String> requestParams, PaginateRequest paginateRequest, Query<?,REQ> query, String defaultSort, Map<String,QueryProperty> properties)
PaginateListUtil.paginateList(Map, PaginateRequest, Query, String, Map, ListProcessor) insteadrequestParams - The request containing the pagination parameterspaginateRequest - query - The query to get the paged list fromdefaultSort - The default sort column (the rest attribute) that later will be mapped to an internal engine nameproperties - @Deprecated public DataResponse<RES> paginateList(Map<String,String> requestParams, Query<?,REQ> query, String defaultSort, Map<String,QueryProperty> properties)
PaginateListUtil.paginateList(Map, Query, String, Map, ListProcessor) insteadrequestParams - The request containing the pagination parametersquery - The query to get the paged list fromdefaultSort - The default sort column (the rest attribute) that later will be mapped to an internal engine nameproperties - Copyright © 2020 Flowable. All rights reserved.