com.liferay.portlet.enterpriseadmin.search
Class UserSearch

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.SearchContainer<com.liferay.portal.model.User>
      extended by com.liferay.portlet.enterpriseadmin.search.UserSearch

public class UserSearch
extends com.liferay.portal.kernel.dao.search.SearchContainer<com.liferay.portal.model.User>

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String EMPTY_RESULTS_MESSAGE
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.SearchContainer
DEFAULT_CUR, DEFAULT_CUR_PARAM, DEFAULT_CUR_VALUE, DEFAULT_DELTA, DEFAULT_DELTA_PARAM, DEFAULT_MAX_PAGES, DEFAULT_ORDER_BY_COL_PARAM, DEFAULT_ORDER_BY_TYPE_PARAM, MAX_DELTA
 
Constructor Summary
UserSearch(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletURL iteratorURL)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.dao.search.SearchContainer
getCur, getCurParam, getCurValue, getDelta, getDeltaParam, getDisplayTerms, getEmptyResultsMessage, getEnd, getHeaderNames, getId, getIteratorURL, getMaxPages, getOrderableHeaders, getOrderByCol, getOrderByColParam, getOrderByComparator, getOrderByType, getOrderByTypeParam, getResultEnd, getResultRows, getResults, getRowChecker, getSearchTerms, getStart, getTotal, isHover, setDelta, setDeltaParam, setEmptyResultsMessage, setHeaderNames, setHover, setId, setIteratorURL, setMaxPages, setOrderableHeaders, setOrderByCol, setOrderByColParam, setOrderByComparator, setOrderByType, setOrderByTypeParam, setResults, setRowChecker, setTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_RESULTS_MESSAGE

public static final java.lang.String EMPTY_RESULTS_MESSAGE
See Also:
Constant Field Values
Constructor Detail

UserSearch

public UserSearch(javax.portlet.PortletRequest portletRequest,
                  javax.portlet.PortletURL iteratorURL)