org.alfresco.repo.blog.cannedqueries
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 for GetBlogPostsCannedQuery
.
- Since:
- 4.0
Constructor Summary |
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)
|
Methods inherited from class org.alfresco.repo.query.NodeBackedEntity |
getContentTypeQNameId, getCreatedDate, getCreator, getId, getModifiedDate, getModifier, getName, getNameQNameId, getNode, getNodeRef, getParentNodeId, setId, setName, setNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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:
getBlogIntAspectQNameId
in class BlogEntity
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.