Modifier and Type | Class and Description |
---|---|
class |
AugmentedPageableList<E>
A
PageableList that can be augmented with additional data. |
Modifier and Type | Method and Description |
---|---|
protected <T> PageableList<T> |
PageableList.createEmptyList(Class<T> typeClass)
create a new empty list of the same type
|
protected <T> PageableList<T> |
AugmentedPageableList.createEmptyList(Class<T> typeClass)
create a new empty list of the same type
|
<T> PageableList<T> |
PageableList.createEmptyListWithMetaData(Class<T> typeClass) |
<T> PageableList<T> |
AugmentedPageableList.createEmptyListWithMetaData(Class<T> typeClass) |
static <T> PageableList<T> |
PageableList.emptyList()
Get an empty, unmodifiable empty list
|
Modifier and Type | Method and Description |
---|---|
static PageableList<NoteData> |
NoteResourceHelper.getPageableList(NoteQueryParameters noteQueryInstance,
NoteRenderContext renderContext)
Get a
PageableList of a NoteQueryParameters |
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(DiscussionNoteData source)
Helper method which flattens a discussion data object into a list of note resources.
|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(DiscussionNoteData source)
Helper method which flattens a discussion data object into a list of note resources.
|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(DiscussionNoteData source)
Helper method which flattens a discussion data object into a list of note resources.
|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(DiscussionNoteData source)
Helper method which flattens a discussion data object into a list of note resources.
|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
<L,T extends QueryParameters> |
QueryManagement.executeQuery(Query<L,T> query,
T queryParameters)
Deprecated.
|
<L> PageableList<L> |
QueryManagement.query(Query<L,?> query,
QueryParameters queryParameters)
Returns the result without converting them in any way.
|
<O,L,T extends QueryParameters> |
QueryManagement.query(Query<L,T> query,
T queryParameters,
QueryResultConverter<L,O> converter)
Executes the given query and converts the result using the given converter.
|
Modifier and Type | Method and Description |
---|---|
PageableList<NormalizedRankListItem<R>> |
RankListItemNormalizer.normalize(PageableList<R> rankTagList,
Locale locale)
Normalize a PageableList to return also a PageableList the same properties set
|
Modifier and Type | Method and Description |
---|---|
PageableList<NormalizedRankListItem<R>> |
RankListItemNormalizer.normalize(PageableList<R> rankTagList,
Locale locale)
Normalize a PageableList to return also a PageableList the same properties set
|
Modifier and Type | Method and Description |
---|---|
PageableList<O> |
QueryResultConverter.convert(PageableList<I> queryResult)
Converts the temporary object of the query to a list object
|
PageableList<O> |
FilterQueryResultConverter.convert(PageableList<I> queryResult) |
protected PageableList<O> |
FilterQueryResultConverter.postConvert(PageableList<O> finalResult) |
PageableList |
Query.postQueryExecution(I queryParameters,
PageableList result)
Deprecated.
Use
Converter instead. |
Modifier and Type | Method and Description |
---|---|
PageableList<O> |
QueryResultConverter.convert(PageableList<I> queryResult)
Converts the temporary object of the query to a list object
|
PageableList<O> |
FilterQueryResultConverter.convert(PageableList<I> queryResult) |
PageInformation |
QueryParameters.getPageInformation(PageableList<?> resultList,
int pagingInterval)
Get the page information about the current page in relation to the overall count
|
static PageInformation |
QueryParameters.getPageInformation(PageableList<?> resultList,
ResultSpecification resultSpecification,
int pagingInterval)
Get the page information about the current page in relation to the overall count
|
protected PageableList<O> |
FilterQueryResultConverter.postConvert(PageableList<O> finalResult) |
PageableList |
Query.postQueryExecution(I queryParameters,
PageableList result)
Deprecated.
Use
Converter instead. |
Modifier and Type | Method and Description |
---|---|
PageableList |
BlogMemberManagementQuery.postQueryExecution(BlogMemberManagementQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
PageableList |
UserBlogQuery.postQueryExecution(BlogQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
Modifier and Type | Method and Description |
---|---|
PageableList |
BlogMemberManagementQuery.postQueryExecution(BlogMemberManagementQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
PageableList |
UserBlogQuery.postQueryExecution(BlogQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
Modifier and Type | Method and Description |
---|---|
PageableList |
ExternalObjectQuery.postQueryExecution(ExternalObjectQueryParameters queryParameters,
PageableList result) |
Modifier and Type | Method and Description |
---|---|
PageableList |
ExternalObjectQuery.postQueryExecution(ExternalObjectQueryParameters queryParameters,
PageableList result) |
Modifier and Type | Method and Description |
---|---|
PageableList<AttachmentData> |
AttachmentToAttachmentDataQueryResultConverter.convert(PageableList<Attachment> queryResult) |
PageableList<NormalizedRankListItem<RankTagListItem>> |
RankTagListItemToRankTagListItemQueryResultConverter.convert(PageableList<RankTagListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<AttachmentData> |
AttachmentToAttachmentDataQueryResultConverter.convert(PageableList<Attachment> queryResult) |
PageableList<NormalizedRankListItem<RankTagListItem>> |
RankTagListItemToRankTagListItemQueryResultConverter.convert(PageableList<RankTagListItem> queryResult)
Converts the temporary object of the query to a list object
|
void |
AttachmentToAttachmentDataQueryResultConverter.sortByName(PageableList<AttachmentData> attachments)
Sort the attachments alphabetically by filename using the locale passed to the constructor.
|
Modifier and Type | Method and Description |
---|---|
PageableList<DiscussionNoteData> |
SimpleNoteListItemToDiscussionNoteDataConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<DiscussionNoteData> |
SimpleNoteListItemToDiscussionNoteDataConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
PageableList<?> |
CountNoteQuery.postQueryExecution(NoteQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
Modifier and Type | Method and Description |
---|---|
PageableList<?> |
CountNoteQuery.postQueryExecution(NoteQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
Modifier and Type | Method and Description |
---|---|
PageableList |
CommunoteEntityQuery.postQueryExecution(CommunoteEntityQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
Modifier and Type | Method and Description |
---|---|
PageableList |
CommunoteEntityQuery.postQueryExecution(CommunoteEntityQueryParameters queryInstance,
PageableList result)
This function is called after executing the query for further augmentations.
|
Modifier and Type | Method and Description |
---|---|
PageableList |
UserTaggingCoreQuery.postQueryExecution(UserTaggingCoreQueryParameters queryParameters,
PageableList result)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PageableList |
UserTaggingCoreQuery.postQueryExecution(UserTaggingCoreQueryParameters queryParameters,
PageableList result)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <I> PageableList<I> |
QueryHelper.queryAsPageableList(org.hibernate.Query query,
ResultSpecification resultSpecification,
boolean logPerformance)
Execute the query and also retrieve the overall count to successfully build the pageable list
|
Modifier and Type | Method and Description |
---|---|
PageableList |
QueryHelperDaoBase.executeQuery(Query query,
QueryParameters queryParameters) |
PageableList |
QueryHelperDao.executeQuery(Query query,
QueryParameters queryParameters)
execute the query definition
|
PageableList |
QueryHelperDaoBase.executeQuery(Query query,
QueryParameters queryParameters,
QueryResultConverter resultConverter,
ResultSpecification resultSpecification) |
PageableList |
QueryHelperDao.executeQuery(Query query,
QueryParameters queryParameters,
QueryResultConverter resultConverter,
ResultSpecification resultSpecification)
execute the query definition and convert the result
|
protected PageableList |
QueryHelperDaoImpl.handleExecuteQuery(Query query,
QueryParameters queryParameters)
|
protected abstract PageableList |
QueryHelperDaoBase.handleExecuteQuery(Query query,
QueryParameters queryParameters)
|
protected PageableList |
QueryHelperDaoImpl.handleExecuteQuery(Query query,
QueryParameters queryParameters,
QueryResultConverter resultConverter,
ResultSpecification resultSpecification)
|
protected abstract PageableList |
QueryHelperDaoBase.handleExecuteQuery(Query query,
QueryParameters queryParameters,
QueryResultConverter resultConverter,
ResultSpecification resultSpecification)
|
Modifier and Type | Method and Description |
---|---|
protected List |
UserFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList list)
Deprecated.
Hook for post processing the result list
|
protected List |
TagFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList list)
Deprecated.
Hook for post processing the result list
|
protected List |
BlogFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList list)
Deprecated.
Hook for post processing the result list
|
protected List |
PostFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList<? extends IdentifiableEntityData> list)
Deprecated.
Hook for post processing the result list
|
protected abstract List |
BaseFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList<? extends IdentifiableEntityData> list)
Deprecated.
Hook for post processing the result list
|
Modifier and Type | Method and Description |
---|---|
static <E extends QueryParameters> |
BlogSearchHelper.findBlogs(Query<BlogData,E> query,
E queryParameters,
boolean sortAndLocalizeResult)
runs a query for blogs
|
Modifier and Type | Method and Description |
---|---|
static org.codehaus.jackson.node.ArrayNode |
BlogSearchHelper.createBlogSearchJSONResult(PageableList<BlogData> list,
boolean writeSummary,
boolean includeDescription,
boolean includeImagePath)
Creates a JSON array with JSON objects of the blog list items.
|
static org.codehaus.jackson.node.ArrayNode |
UserSearchHelper.createEntitySearchJSONResult(PageableList<CommunoteEntityData> list,
boolean addSummary,
ImageSizeType imageSize)
Creates an array of JSON objects which hold details about the found users or groups.
|
static org.codehaus.jackson.node.ObjectNode |
UserSearchHelper.createSearchSummaryStatement(PageableList<?> results)
Creates a JSON Object that holds details about the number of items returned and whether there
are more results
|
static <T extends UserData> |
UserSearchHelper.createUserSearchJSONResult(PageableList<T> results,
boolean addSummary,
ImageSizeType imageSize)
Creates an array of JSON objects which hold details about the found users.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PageableList<I> |
AbstractPagedListWidget.handleQueryList()
hook that actually requests the list on the api
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPagedListWidget.setCommonResponseMetadata(PageableList<?> result)
Set common meta data extracted from the query result.
|
protected void |
AbstractPagedListWidget.setPageInformation(PageableList<?> result,
ResultSpecification resultSpecification)
Set the Page Information
|
protected void |
AbstractPagedListWidget.setPageInformation(QueryParameters queryParameters,
PageableList<? extends IdentifiableEntityData> result)
Set the Page Information
|
Modifier and Type | Method and Description |
---|---|
PageableList<NoteData> |
ChronologicalPostListWidget.getDiscussionNotes(long discussionId,
boolean listViewMode,
Locale locale)
Helper which fetches the notes of a discussion and returns them a style dependent of the
selected view.
|
PageableList<BlogData> |
TopicListWidget.handleQueryList() |
protected PageableList<NoteData> |
ChronologicalPostListWidget.handleQueryList()
hook that actually requests the list on the api
|
protected PageableList<BlogRoleEntityListItem> |
BlogMemberManagementWidget.handleQueryList()
hook that actually requests the list on the api
|
protected PageableList<BlogData> |
BlogListWidget.handleQueryList()
hook that actually requests the list on the api
|
Modifier and Type | Method and Description |
---|---|
PageableList<NormalizedRankListItem<RankTagListItem>> |
UserTagCloudWidget.handleQueryList()
Query the tag list on the Tagging Core API
|
PageableList<NormalizedRankListItem<RankTagListItem>> |
TagCloudWidget.handleQueryList()
query the tag list on the tagging core api
|
PageableList<NormalizedRankListItem<RankTagListItem>> |
BlogTagCloudWidget.handleQueryList()
query the tag list on the tagging core api
|
Modifier and Type | Method and Description |
---|---|
protected PageableList<IpRangeFilterVO> |
IpRangeListWidget.handleQueryList() |
Modifier and Type | Method and Description |
---|---|
protected PageableList<UserManagementListItem> |
UserManagementListWidget.handleQueryList()
hook that actually requests the list on the api
|
Modifier and Type | Method and Description |
---|---|
protected PageableList<CommunoteEntityData> |
UserGroupMembersListWidget.handleQueryList()
hook that actually requests the list on the api
|
protected PageableList<GroupItem> |
UserGroupListWidget.handleQueryList() |
Modifier and Type | Method and Description |
---|---|
PageableList<UserData> |
AuthorFilterWidget.handleQueryList()
Query the resource list on the tagging core API
|
Modifier and Type | Method and Description |
---|---|
protected PageableList<DetailedUserData> |
UserListWidget.handleQueryList() |
Copyright © 2019 Communote team. All rights reserved.