Liferay 6.2-ce-ga5

com.liferay.portlet.mobiledevicerules.search
Class RuleGroupSearch

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.SearchContainer<MDRRuleGroup>
      extended by com.liferay.portlet.mobiledevicerules.search.RuleGroupSearch

public class RuleGroupSearch
extends SearchContainer<MDRRuleGroup>


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
RuleGroupSearch(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

RuleGroupSearch

public RuleGroupSearch(PortletRequest portletRequest,
                       PortletURL iteratorURL)

Liferay 6.2-ce-ga5