Class GetBlogPostsCannedQuery
- java.lang.Object
-
- org.alfresco.query.AbstractCannedQuery<R>
-
- org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions<BlogEntity>
-
- org.alfresco.repo.blog.cannedqueries.GetBlogPostsCannedQuery
-
- All Implemented Interfaces:
org.alfresco.query.CannedQuery<BlogEntity>
public class GetBlogPostsCannedQuery extends AbstractCannedQueryPermissions<BlogEntity>
This class provides support for severalcanned queriesused by theBlogService.- Since:
- 4.0
- Author:
- Neil Mc Erlean, janv
-
-
Constructor Summary
Constructors Constructor Description GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisApplyPostQuerySorting()protected List<BlogEntity>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
-
-
-
Constructor Detail
-
GetBlogPostsCannedQuery
public GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected List<BlogEntity> queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<BlogEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<BlogEntity>
-
-