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(java.lang.Long blogContainerNodeId, java.lang.Long nameQNameId, java.lang.Long publishedQNameId, java.lang.Long contentTypeQNameId, java.lang.String cmCreator, boolean isPublished, java.util.Date publishedFromDate, java.util.Date publishedToDate, java.lang.Long blogIntAspectQNameId, java.lang.Long blogIntPostedQNameId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetBlogIntAspectQNameId()java.lang.StringgetCmCreator()booleangetIsPublished()java.util.DategetPublishedFromDate()java.util.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
-
-
-
-
Constructor Detail
-
GetBlogPostsCannedQueryParams
public GetBlogPostsCannedQueryParams(java.lang.Long blogContainerNodeId, java.lang.Long nameQNameId, java.lang.Long publishedQNameId, java.lang.Long contentTypeQNameId, java.lang.String cmCreator, boolean isPublished, java.util.Date publishedFromDate, java.util.Date publishedToDate, java.lang.Long blogIntAspectQNameId, java.lang.Long blogIntPostedQNameId)
-
-
Method Detail
-
getCmCreator
public java.lang.String getCmCreator()
-
getIsPublished
public boolean getIsPublished()
-
getPublishedFromDate
public java.util.Date getPublishedFromDate()
-
getPublishedToDate
public java.util.Date getPublishedToDate()
-
getBlogIntAspectQNameId
public java.lang.Long getBlogIntAspectQNameId()
- Overrides:
getBlogIntAspectQNameIdin classBlogEntity
-
-