Liferay 6.2-ce-ga5

com.liferay.portlet.usersadmin.search
Class OrganizationDisplayTerms

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

public class OrganizationDisplayTerms
extends DisplayTerms


Field Summary
protected  String city
           
static String CITY
           
static String COUNTRY_ID
           
protected  long countryId
           
protected  String name
           
static String NAME
           
static String PARENT_ORGANIZATION_ID
           
protected  long parentOrganizationId
           
static String REGION_ID
           
protected  long regionId
           
protected  String street
           
static String STREET
           
protected  String type
           
static String TYPE
           
protected  String zip
           
static String ZIP
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
OrganizationDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getCity()
           
 long getCountryId()
           
 String getName()
           
 long getParentOrganizationId()
           
 long getRegionId()
           
 String getStreet()
           
 String getType()
           
 String getZip()
           
 void setType(String type)
           
 
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
 

Field Detail

CITY

public static final String CITY
See Also:
Constant Field Values

COUNTRY_ID

public static final String COUNTRY_ID
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

PARENT_ORGANIZATION_ID

public static final String PARENT_ORGANIZATION_ID
See Also:
Constant Field Values

REGION_ID

public static final String REGION_ID
See Also:
Constant Field Values

STREET

public static final String STREET
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

ZIP

public static final String ZIP
See Also:
Constant Field Values

city

protected String city

countryId

protected long countryId

name

protected String name

parentOrganizationId

protected long parentOrganizationId

regionId

protected long regionId

street

protected String street

type

protected String type

zip

protected String zip
Constructor Detail

OrganizationDisplayTerms

public OrganizationDisplayTerms(PortletRequest portletRequest)
Method Detail

getCity

public String getCity()

getCountryId

public long getCountryId()

getName

public String getName()

getParentOrganizationId

public long getParentOrganizationId()

getRegionId

public long getRegionId()

getStreet

public String getStreet()

getType

public String getType()

getZip

public String getZip()

setType

public void setType(String type)

Liferay 6.2-ce-ga5