org.alfresco.repo.blog.cannedqueries
Class BlogEntity

java.lang.Object
  extended by org.alfresco.repo.query.NodeBackedEntity
      extended by org.alfresco.repo.blog.cannedqueries.BlogEntity
All Implemented Interfaces:
PermissionCheckValue
Direct Known Subclasses:
DraftsAndPublishedBlogPostsCannedQueryParams, GetBlogPostsCannedQueryParams

public class BlogEntity
extends NodeBackedEntity

Blog Entity - used by GetBlogs CQ

Since:
4.0

Constructor Summary
BlogEntity()
          Default constructor
BlogEntity(java.lang.Long parentNodeId, java.lang.Long nameQNameId, java.lang.Long publishedQNameId, java.lang.Long contentTypeQNameId, java.lang.Long blogIntAspectQNameId, java.lang.Long blogIntPostedQNameId)
           
 
Method Summary
 java.lang.Long getBlogIntAspectQNameId()
           
 java.lang.Long getBlogIntPostedQNameId()
           
 java.lang.String getPostedDate()
           
 java.lang.String getPublishedDate()
           
 java.lang.Long getPublishedQNameId()
           
 void setPostedDate(java.lang.String postedDateISO8061)
           
 void setPublishedDate(java.lang.String published)
           
 
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

BlogEntity

public BlogEntity()
Default constructor


BlogEntity

public BlogEntity(java.lang.Long parentNodeId,
                  java.lang.Long nameQNameId,
                  java.lang.Long publishedQNameId,
                  java.lang.Long contentTypeQNameId,
                  java.lang.Long blogIntAspectQNameId,
                  java.lang.Long blogIntPostedQNameId)
Method Detail

getPublishedDate

public java.lang.String getPublishedDate()

setPublishedDate

public void setPublishedDate(java.lang.String published)

getPostedDate

public java.lang.String getPostedDate()

setPostedDate

public void setPostedDate(java.lang.String postedDateISO8061)

getPublishedQNameId

public java.lang.Long getPublishedQNameId()

getBlogIntAspectQNameId

public java.lang.Long getBlogIntAspectQNameId()

getBlogIntPostedQNameId

public java.lang.Long getBlogIntPostedQNameId()


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