Liferay 6.0.4

com.liferay.portlet.enterpriseadmin.search
Class OrganizationSearchTerms

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

public class OrganizationSearchTerms
extends OrganizationDisplayTerms


Field Summary
 
Fields inherited from class com.liferay.portlet.enterpriseadmin.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()
           
 Long getRegionIdObj()
           
 
Methods inherited from class com.liferay.portlet.enterpriseadmin.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()

getRegionIdObj

public Long getRegionIdObj()

Liferay 6.0.4