Liferay 6.2-ce-ga5

com.liferay.portlet.journal.search
Class ArticleDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.journal.search.ArticleDisplayTerms
Direct Known Subclasses:
ArticleSearchTerms

public class ArticleDisplayTerms
extends DisplayTerms


Field Summary
static String ARTICLE_ID
           
protected  String articleId
           
protected  String content
           
static String CONTENT
           
protected  String description
           
static String DESCRIPTION
           
static String DISPLAY_DATE_GT
           
static String DISPLAY_DATE_LT
           
protected  Date displayDateGT
           
protected  Date displayDateLT
           
static String FOLDER_ID
           
protected  long folderId
           
protected  List<Long> folderIds
           
static String GROUP_ID
           
protected  long groupId
           
protected  String navigation
           
static String NAVIGATION
           
protected  String status
           
static String STATUS
           
static String STRUCTURE_ID
           
protected  String structureId
           
static String TEMPLATE_ID
           
protected  String templateId
           
protected  String title
           
static String TITLE
           
protected  String type
           
static String TYPE
           
protected  double version
           
static String VERSION
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
ArticleDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getArticleId()
           
 String getContent()
           
 String getDescription()
           
 Date getDisplayDateGT()
           
 Date getDisplayDateLT()
           
 long getFolderId()
           
 List<Long> getFolderIds()
           
 long getGroupId()
           
 String getNavigation()
           
 String getStatus()
           
 String getStructureId()
           
 String getTemplateId()
           
 String getTitle()
           
 String getType()
           
 double getVersion()
           
 String getVersionString()
           
 boolean isNavigationRecent()
           
 void setDisplayDateGT(Date displayDateGT)
           
 void setDisplayDateLT(Date displayDateLT)
           
 void setFolderIds(List<Long> folderIds)
           
 long setGroupId(PortletRequest portletRequest)
           
 void setStatus(String status)
           
 
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

ARTICLE_ID

public static final String ARTICLE_ID
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

DISPLAY_DATE_GT

public static final String DISPLAY_DATE_GT
See Also:
Constant Field Values

DISPLAY_DATE_LT

public static final String DISPLAY_DATE_LT
See Also:
Constant Field Values

FOLDER_ID

public static final String FOLDER_ID
See Also:
Constant Field Values

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

NAVIGATION

public static final String NAVIGATION
See Also:
Constant Field Values

STATUS

public static final String STATUS
See Also:
Constant Field Values

STRUCTURE_ID

public static final String STRUCTURE_ID
See Also:
Constant Field Values

TEMPLATE_ID

public static final String TEMPLATE_ID
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

articleId

protected String articleId

content

protected String content

description

protected String description

displayDateGT

protected Date displayDateGT

displayDateLT

protected Date displayDateLT

folderId

protected long folderId

folderIds

protected List<Long> folderIds

groupId

protected long groupId

navigation

protected String navigation

status

protected String status

structureId

protected String structureId

templateId

protected String templateId

title

protected String title

type

protected String type

version

protected double version
Constructor Detail

ArticleDisplayTerms

public ArticleDisplayTerms(PortletRequest portletRequest)
Method Detail

getArticleId

public String getArticleId()

getContent

public String getContent()

getDescription

public String getDescription()

getDisplayDateGT

public Date getDisplayDateGT()

getDisplayDateLT

public Date getDisplayDateLT()

getFolderId

public long getFolderId()

getFolderIds

public List<Long> getFolderIds()

getGroupId

public long getGroupId()

getNavigation

public String getNavigation()

getStatus

public String getStatus()

getStructureId

public String getStructureId()

getTemplateId

public String getTemplateId()

getTitle

public String getTitle()

getType

public String getType()

getVersion

public double getVersion()

getVersionString

public String getVersionString()

isNavigationRecent

public boolean isNavigationRecent()

setDisplayDateGT

public void setDisplayDateGT(Date displayDateGT)

setDisplayDateLT

public void setDisplayDateLT(Date displayDateLT)

setFolderIds

public void setFolderIds(List<Long> folderIds)

setGroupId

public long setGroupId(PortletRequest portletRequest)

setStatus

public void setStatus(String status)

Liferay 6.2-ce-ga5