public class CmsDataViewResult extends java.lang.Object
Constructor and Description |
---|
CmsDataViewResult(java.util.List<I_CmsDataViewItem> items,
int hitCount)
Creates a new result.
|
Modifier and Type | Method and Description |
---|---|
int |
getHitCount()
Gets the total number of results, disregarding paging.
|
java.util.List<I_CmsDataViewItem> |
getItems()
Gets the list of result items.
|
public CmsDataViewResult(java.util.List<I_CmsDataViewItem> items, int hitCount)
items
- the list of result itemshitCount
- the total hit countpublic int getHitCount()
public java.util.List<I_CmsDataViewItem> getItems()