Modifier and Type | Class and Description |
---|---|
class |
BlogDataToTimelineTopicConverter<T extends BlogData,O extends TimelineTopicResource>
BlogDataToTimelineTopicConverter to convert the temporary object into a TimelineTopicResource
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlogDataToTimelineTopicConverter.convert(BlogData source,
TimelineTopicResource target)
Converts the temporary object of the query to a list object
|
Modifier and Type | Class and Description |
---|---|
class |
BlogDataToTimelineTopicConverter<T extends BlogData,O extends TimelineTopicResource>
BlogDataToTimelineTopicConverter to convert the temporary object into a TimelineTopicResource
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlogDataToTimelineTopicConverter.convert(BlogData source,
TimelineTopicResource target)
Converts the temporary object of the query to a list object
|
Modifier and Type | Class and Description |
---|---|
class |
BlogDataToTimelineTopicConverter<T extends BlogData,O extends TimelineTopicResource>
BlogDataToTimelineTopicConverter to convert the temporary object into a TimelineTopicResource
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlogDataToTimelineTopicConverter.convert(BlogData source,
TimelineTopicResource target)
Converts the temporary object of the query to a list object
|
Modifier and Type | Class and Description |
---|---|
class |
BlogDataToTimelineTopicConverter<T extends BlogData,O extends TimelineTopicResource>
BlogDataToTimelineTopicConverter to convert the temporary object into a TimelineTopicResource
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlogDataToTimelineTopicConverter.convert(BlogData source,
TimelineTopicResource target)
Converts the temporary object of the query to a list object
|
Modifier and Type | Class and Description |
---|---|
class |
UserBlogData
Value object which holds the data of a blog/topic and the role of the current user in that topic.
|
Modifier and Type | Method and Description |
---|---|
List<BlogData> |
BlogManagement.getLastUsedBlogs(int numberOfMaxResults,
boolean sortByTitle)
Retrieve a collection of the writable blogs the current user has written to.
|
List<BlogData> |
BlogManagement.getMostUsedBlogs(int numberOfMaxResults,
boolean sortByTitle)
Retrieve a collection of writable blogs the current user has written to.
|
Modifier and Type | Method and Description |
---|---|
List<BlogData> |
BlogManagementImpl.getLastUsedBlogs(int numberOfMaxResults,
boolean sortByTitle)
Retrieve a collection of the writable blogs the current user has written to.
|
List<BlogData> |
BlogManagementBase.getMostUsedBlogs(int numberOfMaxResults,
boolean sortByTitle) |
protected List<BlogData> |
BlogManagementImpl.handleGetMostUsedBlogs(int numberOfMaxResults,
boolean sortByTitle)
Performs the core logic for
BlogManagementBase.getMostUsedBlogs(int,boolean ) |
protected abstract List<BlogData> |
BlogManagementBase.handleGetMostUsedBlogs(int numberOfMaxResults,
boolean sortByTitle)
Performs the core logic for
BlogManagementBase.getMostUsedBlogs(int,boolean ) |
Modifier and Type | Method and Description |
---|---|
static <E extends BlogData> |
BlogManagementHelper.sortedBlogList(List<E> blogList)
Sort a list of topics alphabetically by the title
|
Modifier and Type | Method and Description |
---|---|
BlogData |
TopicTool.getBlog(Number blogId)
Return the details of a topic, the properties will not be contained.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogToBlogDataConverter<T extends BlogData>
Converter for converting a blog entity into a list item.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogTagListItem |
class |
DetailBlogListItem |
class |
UserDetailBlogListItem
Details about a blog plus information about the current user regarding this blog.
|
Modifier and Type | Method and Description |
---|---|
List<BlogData> |
AutosaveNoteData.getCrosspostBlogs() |
Modifier and Type | Method and Description |
---|---|
void |
AutosaveNoteData.setCrosspostBlogs(List<BlogData> crosspostBlogs)
Sets the blogs to create crossposts in when publishing the autosave
|
Modifier and Type | Field and Description |
---|---|
static BlogQuery<BlogData,BlogQueryParameters> |
BlogQuery.DEFAULT_QUERY
Static default query.
|
Modifier and Type | Method and Description |
---|---|
Class<BlogData> |
UserTaggedBlogQuery.getResultListItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
BlogDataToBlogTagListItemQueryResultConverter.convert(BlogData source,
BlogTagListItem target) |
Modifier and Type | Method and Description |
---|---|
List<BlogData> |
BlogDaoBase.getLastUsedBlogs(Long userId,
int maxResult) |
List<BlogData> |
BlogDao.getLastUsedBlogs(Long userId,
int maxResult) |
List<BlogData> |
BlogDaoBase.getMostUsedBlogs(Long userId,
int maxResults,
int maxDays) |
List<BlogData> |
BlogDao.getMostUsedBlogs(Long userId,
int maxResults,
int maxDays) |
protected List<BlogData> |
BlogDaoImpl.handleGetLastUsedBlogs(Long userId,
int maxResults)
Performs the core logic for
BlogDaoBase.getLastUsedBlogs(Long, int) |
protected abstract List<BlogData> |
BlogDaoBase.handleGetLastUsedBlogs(Long userId,
int maxResult)
Performs the core logic for
BlogDaoBase.getLastUsedBlogs(Long, int) |
protected List<BlogData> |
BlogDaoImpl.handleGetMostUsedBlogs(Long userId,
int maxResults,
int maxDays)
Performs the core logic for
BlogDaoBase.getMostUsedBlogs(Long, int, int) |
protected abstract List<BlogData> |
BlogDaoBase.handleGetMostUsedBlogs(Long userId,
int maxResults,
int maxDays)
Performs the core logic for
BlogDaoBase.getMostUsedBlogs(Long, int, int) |
Modifier and Type | Method and Description |
---|---|
Blog |
BlogDaoImpl.blogListItemToEntity(BlogData blogListItem) |
Modifier and Type | Method and Description |
---|---|
protected List<BlogData> |
BlogApiController.getBlogList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
Method to get the blog list based on the blog list type parameter
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlogListItemConverter.convert(BlogData source,
BlogListItem target) |
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(Collection<BlogData> list,
boolean includeDescription,
boolean includeImagePath)
Creates a JSON array with JSON objects of the blog list items.
|
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 <E extends QueryParameters> |
BlogSearchHelper.findBlogs(Query<BlogData,E> query,
E queryParameters,
boolean sortAndLocalizeResult)
runs a query for blogs
|
Modifier and Type | Method and Description |
---|---|
PageableList<BlogData> |
TopicListWidget.handleQueryList() |
List<BlogData> |
TopBlogsWidget.handleQueryList()
hook that actually requests the list on the api
|
protected PageableList<BlogData> |
BlogListWidget.handleQueryList()
hook that actually requests the list on the api
|
Copyright © 2019 Communote team. All rights reserved.