org.alfresco.repo.blog.cannedqueries
Class GetBlogPostsCannedQueryParams

java.lang.Object
  extended by org.alfresco.repo.query.NodeBackedEntity
      extended by org.alfresco.repo.blog.cannedqueries.BlogEntity
          extended by 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)
           
 
Method Summary
 java.lang.Long getBlogIntAspectQNameId()
           
 java.lang.String getCmCreator()
           
 boolean getIsPublished()
           
 java.util.Date getPublishedFromDate()
           
 java.util.Date getPublishedToDate()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
getBlogIntAspectQNameId in class BlogEntity


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.