Liferay 7.0-ce-m3

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
           
static String DDM_STRUCTURE_KEY
           
static String DDM_TEMPLATE_KEY
           
protected  String ddmStructureKey
           
protected  String ddmTemplateKey
           
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  int status
           
static String STATUS
           
protected  String title
           
static String TITLE
           
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 getDDMStructureKey()
           
 String getDDMTemplateKey()
           
 String getDescription()
           
 Date getDisplayDateGT()
           
 Date getDisplayDateLT()
           
 long getFolderId()
           
 List<Long> getFolderIds()
           
 long getGroupId()
           
 String getNavigation()
           
 int getStatus()
           
 String getTitle()
           
 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(int status)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
getKeywords, isAdvancedSearch, isAndOperator, isSearch, 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

DDM_STRUCTURE_KEY

public static final String DDM_STRUCTURE_KEY
See Also:
Constant Field Values

DDM_TEMPLATE_KEY

public static final String DDM_TEMPLATE_KEY
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

TITLE

public static final String TITLE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

articleId

protected String articleId

content

protected String content

ddmStructureKey

protected String ddmStructureKey

ddmTemplateKey

protected String ddmTemplateKey

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 int status

title

protected String title

version

protected double version
Constructor Detail

ArticleDisplayTerms

public ArticleDisplayTerms(PortletRequest portletRequest)
Method Detail

getArticleId

public String getArticleId()

getContent

public String getContent()

getDDMStructureKey

public String getDDMStructureKey()

getDDMTemplateKey

public String getDDMTemplateKey()

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 int getStatus()

getTitle

public String getTitle()

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(int status)

Liferay 7.0-ce-m3