| Package | Description |
|---|---|
| org.alfresco.repo.blog.cannedqueries |
| Modifier and Type | Class and Description |
|---|---|
class |
DraftsAndPublishedBlogPostsCannedQueryParams
Parameters for
DraftsAndPublishedBlogPostsCannedQuery. |
class |
GetBlogPostsCannedQueryParams
Parameter objects for
GetBlogPostsCannedQuery. |
| Modifier and Type | Method and Description |
|---|---|
CannedQuery<BlogEntity> |
DraftsAndPublishedBlogPostsCannedQueryFactory.getCannedQuery(CannedQueryParameters parameters) |
CannedQuery<BlogEntity> |
GetBlogPostsCannedQueryFactory.getCannedQuery(CannedQueryParameters parameters) |
CannedQuery<BlogEntity> |
DraftsAndPublishedBlogPostsCannedQueryFactory.getCannedQuery(NodeRef blogContainerNode,
Date fromDate,
Date toDate,
String byUser,
PagingRequest pagingReq) |
CannedQuery<BlogEntity> |
GetBlogPostsCannedQueryFactory.getGetDraftsCannedQuery(NodeRef blogContainerNode,
String username,
PagingRequest pagingReq) |
CannedQuery<BlogEntity> |
GetBlogPostsCannedQueryFactory.getGetPublishedCannedQuery(NodeRef blogContainerNode,
Date fromDate,
Date toDate,
String byUser,
PagingRequest pagingReq) |
CannedQuery<BlogEntity> |
GetBlogPostsCannedQueryFactory.getGetPublishedExternallyCannedQuery(NodeRef blogContainerNode,
PagingRequest pagingReq) |
protected List<BlogEntity> |
DraftsAndPublishedBlogPostsCannedQuery.queryAndFilter(CannedQueryParameters parameters) |
protected List<BlogEntity> |
GetBlogPostsCannedQuery.queryAndFilter(CannedQueryParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected Comparable |
AbstractBlogPostsCannedQueryFactory.BlogEntityComparator.getProperty(BlogEntity entity) |
| Constructor and Description |
|---|
DraftsAndPublishedBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO,
MethodSecurityBean<BlogEntity> methodSecurity,
CannedQueryParameters params) |
GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO,
MethodSecurityBean<BlogEntity> methodSecurity,
CannedQueryParameters params) |
Copyright © 2005–2021 Alfresco Software. All rights reserved.