Uses of Class
org.alfresco.repo.blog.cannedqueries.BlogEntity
-
Packages that use BlogEntity Package Description org.alfresco.repo.blog.cannedqueries -
-
Uses of BlogEntity in org.alfresco.repo.blog.cannedqueries
Subclasses of BlogEntity in org.alfresco.repo.blog.cannedqueries Modifier and Type Class Description classDraftsAndPublishedBlogPostsCannedQueryParamsParameters forDraftsAndPublishedBlogPostsCannedQuery.classGetBlogPostsCannedQueryParamsParameter objects forGetBlogPostsCannedQuery.Methods in org.alfresco.repo.blog.cannedqueries that return types with arguments of type BlogEntity Modifier and Type Method Description CannedQuery<BlogEntity>DraftsAndPublishedBlogPostsCannedQueryFactory. getCannedQuery(CannedQueryParameters parameters)CannedQuery<BlogEntity>DraftsAndPublishedBlogPostsCannedQueryFactory. getCannedQuery(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, PagingRequest pagingReq)CannedQuery<BlogEntity>GetBlogPostsCannedQueryFactory. getCannedQuery(CannedQueryParameters parameters)CannedQuery<BlogEntity>GetBlogPostsCannedQueryFactory. getGetDraftsCannedQuery(NodeRef blogContainerNode, String username, PagingRequest pagingReq)CannedQuery<BlogEntity>GetBlogPostsCannedQueryFactory. getGetPublishedCannedQuery(NodeRef blogContainerNode, Date fromDate, Date toDate, String byUser, PagingRequest pagingReq)protected List<BlogEntity>DraftsAndPublishedBlogPostsCannedQuery. queryAndFilter(CannedQueryParameters parameters)protected List<BlogEntity>GetBlogPostsCannedQuery. queryAndFilter(CannedQueryParameters parameters)Methods in org.alfresco.repo.blog.cannedqueries with parameters of type BlogEntity Modifier and Type Method Description protected ComparableAbstractBlogPostsCannedQueryFactory.BlogEntityComparator. getProperty(BlogEntity entity)Constructor parameters in org.alfresco.repo.blog.cannedqueries with type arguments of type BlogEntity Constructor Description DraftsAndPublishedBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, CannedQueryParameters params)GetBlogPostsCannedQuery(CannedQueryDAO cannedQueryDAO, MethodSecurityBean<BlogEntity> methodSecurity, CannedQueryParameters params)
-