Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.search
Class StructureDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.dynamicdatamapping.search.StructureDisplayTerms
Direct Known Subclasses:
StructureSearchTerms

public class StructureDisplayTerms
extends DisplayTerms


Field Summary
static String CLASS_NAME_ID
           
protected  long classNameId
           
protected  String description
           
static String DESCRIPTION
           
protected  String name
           
static String NAME
           
static String STORAGE_TYPE
           
protected  String storageType
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
StructureDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 long getClassNameId()
           
 String getDescription()
           
 String getName()
           
 String getStorageType()
           
 
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

CLASS_NAME_ID

public static final String CLASS_NAME_ID
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

STORAGE_TYPE

public static final String STORAGE_TYPE
See Also:
Constant Field Values

classNameId

protected long classNameId

description

protected String description

name

protected String name

storageType

protected String storageType
Constructor Detail

StructureDisplayTerms

public StructureDisplayTerms(PortletRequest portletRequest)
Method Detail

getClassNameId

public long getClassNameId()

getDescription

public String getDescription()

getName

public String getName()

getStorageType

public String getStorageType()

Liferay 6.1.2-ce-ga3