public class UserBlogQuery extends BlogQuery<BlogData,BlogQueryParameters>
ALIAS_BLOG, ALIAS_BLOG_GROUP, ALIAS_BLOG_GROUP_MEMBER, ALIAS_BLOG_GROUP_MEMBER_USER, ALIAS_EXTERNAL_OBJECT, ALIAS_TAGS, DEFAULT_QUERY, RESULT_ALIAS_BLOG| Constructor and Description |
|---|
UserBlogQuery()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildQuery(BlogQueryParameters queryParameters)
Build the query
|
PageableList |
postQueryExecution(BlogQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
createInstance, getConstructorParameter, getGroupByParameter, getResultListItem, renderAccessQuery, renderGroupBy, renderSelect, renderSubQueryForTopicHierarchies, renderTagPrefixQuery, renderTagsQuery, setupQueries, tagEntityRequiredInQueryrenderPropertyFiltersrenderOrderbyClause, renderSearchpublic String buildQuery(BlogQueryParameters queryParameters)
buildQuery in class BlogQuery<BlogData,BlogQueryParameters>queryParameters - The query instance containing the necessary parameters and configurationpublic PageableList postQueryExecution(BlogQueryParameters queryInstance, PageableList result)
postQueryExecution in class Query<BlogData,BlogQueryParameters>queryInstance - the query instanceresult - the result containing the items returned by executed queryCopyright © 2019 Communote team. All rights reserved.