Class GetBlogPostsCannedQueryParams
- java.lang.Object
-
- org.alfresco.repo.query.NodeBackedEntity
-
- org.alfresco.repo.blog.cannedqueries.BlogEntity
-
- org.alfresco.repo.blog.cannedqueries.GetBlogPostsCannedQueryParams
-
- All Implemented Interfaces:
PermissionCheckValue
public class GetBlogPostsCannedQueryParams extends BlogEntity
Parameter objects forGetBlogPostsCannedQuery.- Since:
- 4.0
- Author:
- Neil Mc Erlean
-
-
Constructor Summary
Constructors Constructor Description GetBlogPostsCannedQueryParams(Long blogContainerNodeId, Long nameQNameId, Long publishedQNameId, Long contentTypeQNameId, String cmCreator, boolean isPublished, Date publishedFromDate, Date publishedToDate, Long blogIntAspectQNameId, Long blogIntPostedQNameId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBlogIntAspectQNameId()StringgetCmCreator()booleangetIsPublished()DategetPublishedFromDate()DategetPublishedToDate()-
Methods inherited from class org.alfresco.repo.blog.cannedqueries.BlogEntity
getBlogIntPostedQNameId, getPostedDate, getPublishedDate, getPublishedQNameId, setPostedDate, setPublishedDate
-
Methods inherited from class org.alfresco.repo.query.NodeBackedEntity
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode
-
-
-
-
Method Detail
-
getCmCreator
public String getCmCreator()
-
getIsPublished
public boolean getIsPublished()
-
getPublishedFromDate
public Date getPublishedFromDate()
-
getPublishedToDate
public Date getPublishedToDate()
-
getBlogIntAspectQNameId
public Long getBlogIntAspectQNameId()
- Overrides:
getBlogIntAspectQNameIdin classBlogEntity
-
-