public class TableConvert extends Object
| 构造器和说明 |
|---|
TableConvert(List<T> entityList,
DatatablesCriterias criterias)
Instantiates a new Table convert.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
fetchFilteredCount()
Fetch filtered count long.
|
Long |
fetchTotalCount()
Fetch total count long.
|
Long |
getFilteredCount()
Gets filtered count.
|
<T> DataSet<T> |
getResultDataSet()
Gets result data set.
|
<T> List<T> |
getRows()
Gets rows.
|
Long |
getTotalCount()
Gets total count.
|
public TableConvert(List<T> entityList, DatatablesCriterias criterias)
entityList - the entity listcriterias - the criteriaspublic Long getFilteredCount()
public Long getTotalCount()
public <T> DataSet<T> getResultDataSet()
T - the type parameterpublic <T> List<T> getRows()
T - the type parameterpublic Long fetchFilteredCount()
public Long fetchTotalCount()
Copyright © 2017. All rights reserved.