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>
This class provides support for several
canned queries used by the
BlogService.- Since:
- 4.0
- Author:
- Neil Mc Erlean, janv
-
Constructor Summary
ConstructorsConstructorDescriptionGetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected List<BlogEntity>queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.AbstractCannedQueryPermissions
applyPostQueryPermissions, getTotalResultCount, isApplyPostQueryPermissionsMethods inherited from class org.alfresco.query.AbstractCannedQuery
applyPostQueryPaging, applyPostQuerySorting, execute, getParameters, isApplyPostQueryPaging, toString
-
Constructor Details
-
GetBlogPostsCannedQuery
public GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, org.alfresco.query.CannedQueryParameters params)
-
-
Method Details
-
queryAndFilter
- Specified by:
queryAndFilterin classorg.alfresco.query.AbstractCannedQuery<BlogEntity>
-
isApplyPostQuerySorting
protected boolean isApplyPostQuerySorting()- Overrides:
isApplyPostQuerySortingin classorg.alfresco.query.AbstractCannedQuery<BlogEntity>
-