Class SearchContainerResults<R>
Object
com.liferay.portal.kernel.dao.search.SearchContainerResults<R>
- Author:
- Sergio González
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getTotal()
void
setResults
(List<R> results) void
setTotal
(int total)
-
Constructor Details
-
SearchContainerResults
public SearchContainerResults() -
SearchContainerResults
-
-
Method Details
-
getResults
-
getTotal
public int getTotal() -
setResults
-
setTotal
public void setTotal(int total)
-