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:
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, CannedQueryParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisApplyPostQuerySorting()protected List<BlogEntity>queryAndFilter(CannedQueryParameters parameters)-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissions
-
Methods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toString
-
-
-
-
Constructor Detail
-
GetBlogPostsCannedQuery
public GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, CannedQueryParameters params)
-
-
Method Detail
-
queryAndFilter
protected List<BlogEntity> queryAndFilter(CannedQueryParameters parameters)
- Specified by:
queryAndFilterin classAbstractCannedQuery<BlogEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()
- Overrides:
isApplyPostQuerySortingin classAbstractCannedQuery<BlogEntity>
-
-