public class BrowseParams extends SearchParams
Java class for browseParams complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="browseParams">
   <complexContent>
     <extension base="{}searchParams">
       <sequence>
         <element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected long | totalCount | 
docType, facetConditions, facetFields, facetLimit, facetOffset, facetPrefix, facetSort, pageSize, searchConditions, searchResultFields, sortConditions, startIndex| Constructor and Description | 
|---|
| BrowseParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | deserialize(String content) | 
| long | getTotalCount()Gets the value of the totalCount property. | 
| String | serialize(Object object) | 
| void | setTotalCount(long value)Sets the value of the totalCount property. | 
buildSearchCondition, buildSearchField, buildSearchParams, buildSearchResultField, buildSortCondition, getDocType, getFacetConditions, getFacetFields, getFacetLimit, getFacetOffset, getFacetPrefix, getFacetSort, getPageSize, getSearchConditions, getSearchResultFields, getSortConditions, getStartIndex, setDocType, setFacetLimit, setFacetOffset, setFacetPrefix, setFacetSort, setPageSize, setStartIndexprotected long totalCount
public BrowseParams()
public long getTotalCount()
public void setTotalCount(long value)
public String serialize(Object object)
serialize in class SearchParamspublic Object deserialize(String content)
deserialize in class SearchParamsCopyright © 2004–2015 The Kuali Foundation. All rights reserved.