Liferay 6.2-ce-ga5

com.liferay.portlet.rolesadmin.search
Class RoleSearch

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.SearchContainer<Role>
      extended by com.liferay.portlet.rolesadmin.search.RoleSearch

public class RoleSearch
extends SearchContainer<Role>


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_DEPRECATED_TOTAL_VAR, DEFAULT_MAX_PAGES, DEFAULT_ORDER_BY_COL_PARAM, DEFAULT_ORDER_BY_TYPE_PARAM, DEFAULT_RESULTS_VAR, DEFAULT_TOTAL_VAR, DEFAULT_VAR, MAX_DELTA
 
Constructor Summary
RoleSearch(PortletRequest portletRequest, PortletURL iteratorURL)
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.dao.search.SearchContainer
getClassName, getCur, getCurParam, getCurValue, getDelta, getDeltaParam, getDisplayTerms, getEmptyResultsMessage, getEnd, getHeaderNames, getId, getIteratorURL, getMaxPages, getNormalizedHeaderNames, getOrderableHeaders, getOrderByCol, getOrderByColParam, getOrderByComparator, getOrderByJS, getOrderByType, getOrderByTypeParam, getPortletRequest, getResultEnd, getResultRows, getResults, getRowChecker, getSearchTerms, getStart, getTotal, getTotalVar, isDeltaConfigurable, isHover, isRecalculateCur, setClassName, setDelta, setDeltaConfigurable, setDeltaParam, setEmptyResultsMessage, setHeaderNames, setHover, setId, setIteratorURL, setMaxPages, setOrderableHeaders, setOrderByCol, setOrderByColParam, setOrderByComparator, setOrderByJS, setOrderByType, setOrderByTypeParam, setResults, setRowChecker, setTotal, setTotalVar
 
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

RoleSearch

public RoleSearch(PortletRequest portletRequest,
                  PortletURL iteratorURL)

Liferay 6.2-ce-ga5