com.liferay.portlet.usersadmin.search
Class OrganizationSearchTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.usersadmin.search.OrganizationDisplayTerms
          extended by com.liferay.portlet.usersadmin.search.OrganizationSearchTerms

public class OrganizationSearchTerms
extends OrganizationDisplayTerms

Author:
Brian Wing Shun Chan, Hugo Huijser

Field Summary
 
Fields inherited from class com.liferay.portlet.usersadmin.search.OrganizationDisplayTerms
city, CITY, COUNTRY_ID, countryId, name, NAME, PARENT_ORGANIZATION_ID, parentOrganizationId, REGION_ID, regionId, street, STREET, type, TYPE, zip, ZIP
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
OrganizationSearchTerms(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 java.lang.Long getCountryIdObj()
           
 java.lang.String getCountryName()
           
 java.lang.Long getRegionIdObj()
           
 java.lang.String getRegionName()
           
 boolean hasSearchTerms()
           
 
Methods inherited from class com.liferay.portlet.usersadmin.search.OrganizationDisplayTerms
getCity, getCountryId, getName, getParentOrganizationId, getRegionId, getStreet, getType, getZip, setType
 
Methods inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
getKeywords, isAdvancedSearch, isAndOperator, setAdvancedSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationSearchTerms

public OrganizationSearchTerms(javax.portlet.PortletRequest portletRequest)
Method Detail

getCountryIdObj

public java.lang.Long getCountryIdObj()

getCountryName

public java.lang.String getCountryName()
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getRegionIdObj

public java.lang.Long getRegionIdObj()

getRegionName

public java.lang.String getRegionName()
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

hasSearchTerms

public boolean hasSearchTerms()