org.alfresco.repo.blog.cannedqueries
Class AbstractBlogPostsCannedQueryFactory

java.lang.Object
  extended by org.alfresco.query.AbstractCannedQueryFactory
      extended by org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
          extended by org.alfresco.repo.blog.cannedqueries.AbstractBlogPostsCannedQueryFactory
All Implemented Interfaces:
org.alfresco.query.CannedQueryFactory, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
DraftsAndPublishedBlogPostsCannedQueryFactory, GetBlogPostsCannedQueryFactory

public abstract class AbstractBlogPostsCannedQueryFactory
extends AbstractQNameAwareCannedQueryFactory

Since:
4.0

Nested Class Summary
protected static class AbstractBlogPostsCannedQueryFactory.BlogEntityComparator
          Utility class to sort BlogService.BlogPostInfos on the basis of a Comparable property.
 
Nested classes/interfaces inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
AbstractQNameAwareCannedQueryFactory.NestedComparator, AbstractQNameAwareCannedQueryFactory.NodeBackedEntityComparator, AbstractQNameAwareCannedQueryFactory.PropertyBasedComparator
 
Field Summary
 
Fields inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
cannedQueryDAO, methodSecurity, nodeDAO, qnameDAO, tenantService
 
Constructor Summary
AbstractBlogPostsCannedQueryFactory()
           
 
Method Summary
protected  org.alfresco.query.CannedQuerySortDetails createCQSortDetails(org.alfresco.service.namespace.QName sortProp, org.alfresco.query.CannedQuerySortDetails.SortOrder sortOrder)
           
 
Methods inherited from class org.alfresco.repo.query.AbstractQNameAwareCannedQueryFactory
afterPropertiesSet, createCQPageDetails, createCQSortDetails, createDateAscendingCQSortDetails, createDateDescendingCQSortDetails, getNodeId, getQNameId, setCannedQueryDAO, setMethodSecurity, setNodeDAO, setQnameDAO, setTenantService
 
Methods inherited from class org.alfresco.query.AbstractCannedQueryFactory
getCannedQuery, getQueryExecutionId, setBeanName, setRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.query.CannedQueryFactory
getCannedQuery
 

Constructor Detail

AbstractBlogPostsCannedQueryFactory

public AbstractBlogPostsCannedQueryFactory()
Method Detail

createCQSortDetails

protected org.alfresco.query.CannedQuerySortDetails createCQSortDetails(org.alfresco.service.namespace.QName sortProp,
                                                                        org.alfresco.query.CannedQuerySortDetails.SortOrder sortOrder)


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