com.liferay.portlet.shopping.search
Class CouponSearch

java.lang.Object
  extended bycom.liferay.portal.kernel.dao.search.SearchContainer
      extended bycom.liferay.portlet.shopping.search.CouponSearch

public class CouponSearch
extends com.liferay.portal.kernel.dao.search.SearchContainer

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_PARAM, DEFAULT_CUR_VALUE, DEFAULT_DELTA
 
Constructor Summary
CouponSearch(javax.portlet.RenderRequest req, javax.portlet.PortletURL iteratorURL)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.SearchContainer
getCurParam, getCurValue, getDelta, getDisplayTerms, getEmptyResultsMessage, getEnd, getHeaderNames, getIteratorURL, getOrderableHeaders, getOrderByCol, getOrderByType, getResultEnd, getResultRows, getResults, getRowChecker, getSearchTerms, getStart, getTotal, isHover, setDelta, setEmptyResultsMessage, setHeaderNames, setHover, setIteratorURL, setOrderableHeaders, setOrderByCol, setOrderByType, 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

CouponSearch

public CouponSearch(javax.portlet.RenderRequest req,
                    javax.portlet.PortletURL iteratorURL)