com.liferay.portlet.enterpriseadmin.search
Class OrganizationSearch

java.lang.Object
  extended bycom.liferay.portal.kernel.dao.search.SearchContainer
      extended bycom.liferay.portlet.enterpriseadmin.search.OrganizationSearch

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

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String EMPTY_RESULTS_MESSAGE_1
           
static java.lang.String EMPTY_RESULTS_MESSAGE_2
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.SearchContainer
DEFAULT_CUR_PARAM, DEFAULT_CUR_VALUE, DEFAULT_DELTA
 
Constructor Summary
OrganizationSearch(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_1

public static final java.lang.String EMPTY_RESULTS_MESSAGE_1
See Also:
Constant Field Values

EMPTY_RESULTS_MESSAGE_2

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

OrganizationSearch

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