Liferay 6.1.2-ce-ga3

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


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(PortletRequest portletRequest)
           
 
Method Summary
 Long getCountryIdObj()
           
 String getCountryName()
           
 Long getRegionIdObj()
           
 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(PortletRequest portletRequest)
Method Detail

getCountryIdObj

public Long getCountryIdObj()

getCountryName

public String getCountryName()
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getRegionIdObj

public Long getRegionIdObj()

getRegionName

public String getRegionName()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

hasSearchTerms

public boolean hasSearchTerms()

Liferay 6.1.2-ce-ga3