Package com.liferay.knowledge.base.model
Interface KBArticleSearchDisplay
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionint[]intgetTotal()voidsetCurStartValues(int[] curStartValues) voidsetResults(List<KBArticle> results) voidsetTotal(int total)
-
Method Details
-
getCurStartValues
int[] getCurStartValues() -
getResults
-
getTotal
int getTotal() -
setCurStartValues
void setCurStartValues(int[] curStartValues) -
setResults
-
setTotal
void setTotal(int total)
-