Liferay 6.0.5

com.liferay.portlet.enterpriseadmin.search
Class GroupSearch

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.SearchContainer<Group>
      extended by com.liferay.portlet.enterpriseadmin.search.GroupSearch

public class GroupSearch
extends SearchContainer<Group>


Field Summary
static 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_CONFIGURABLE, DEFAULT_DELTA_PARAM, DEFAULT_MAX_PAGES, DEFAULT_ORDER_BY_COL_PARAM, DEFAULT_ORDER_BY_TYPE_PARAM, MAX_DELTA
 
Constructor Summary
GroupSearch(PortletRequest portletRequest, 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, getPortletRequest, getResultEnd, getResultRows, getResults, getRowChecker, getSearchTerms, getStart, getTotal, isDeltaConfigurable, isHover, setDelta, setDeltaConfigurable, 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 String EMPTY_RESULTS_MESSAGE
See Also:
Constant Field Values
Constructor Detail

GroupSearch

public GroupSearch(PortletRequest portletRequest,
                   PortletURL iteratorURL)

Liferay 6.0.5