Method | Description | |
---|---|---|
AddPost ( |
||
DeletePost ( int postId ) : bool | ||
GetMorePopularPosts ( int postsCount, int skip ) : List |
||
GetMorePostsByTag ( string tagName, int skip ) : List |
||
GetMorePostsByUser ( int userId, int skip ) : List |
||
GetMoreRecentPosts ( int postsCount, int skip ) : List |
||
GetPopularPosts ( int postsCount ) : List |
||
GetPost ( int postId ) : |
||
GetPostsByCommunity ( int communityId, int threshold = 10, int skip = 10 ) : List |
||
GetPostsByTag ( string tagName ) : List |
||
GetPostsByUser ( int userId ) : List |
||
GetPostsForUser ( int userId, int threshold = 5, int skip = 10 ) : List |
||
GetRecentPosts ( int postsCount ) : List |
||
GetRelatedPosts ( int postId ) : |
||
PostsService ( IPostsLogic postsLogic, ICommentsLogic commentsLogic, IPostLikesLogic postLikesLogic, IViewCountLogic viewCountLogic, IConfigurationHelper configurationHelper, IErrorSignaler errorSignaler ) : System.Collections.Generic | ||
SearchPosts ( string query, int threshold = 5, int skip = 10 ) : List |
||
UpdatePost ( |
Method | Description | |
---|---|---|
SetPostProperties ( IEnumerable |
public AddPost ( |
||
post | ||
return |
public GetMorePopularPosts ( int postsCount, int skip ) : List |
||
postsCount | int | |
skip | int | |
return | List |
public GetMorePostsByTag ( string tagName, int skip ) : List |
||
tagName | string | |
skip | int | |
return | List |
public GetMorePostsByUser ( int userId, int skip ) : List |
||
userId | int | |
skip | int | |
return | List |
public GetMoreRecentPosts ( int postsCount, int skip ) : List |
||
postsCount | int | |
skip | int | |
return | List |
public GetPopularPosts ( int postsCount ) : List |
||
postsCount | int | |
return | List |
public GetPost ( int postId ) : |
||
postId | int | |
return |
public GetPostsByCommunity ( int communityId, int threshold = 10, int skip = 10 ) : List |
||
communityId | int | |
threshold | int | |
skip | int | |
return | List |
public GetPostsByTag ( string tagName ) : List |
||
tagName | string | |
return | List |
public GetPostsForUser ( int userId, int threshold = 5, int skip = 10 ) : List |
||
userId | int | |
threshold | int | |
skip | int | |
return | List |
public GetRecentPosts ( int postsCount ) : List |
||
postsCount | int | |
return | List |
public GetRelatedPosts ( int postId ) : |
||
postId | int | |
return |
public PostsService ( IPostsLogic postsLogic, ICommentsLogic commentsLogic, IPostLikesLogic postLikesLogic, IViewCountLogic viewCountLogic, IConfigurationHelper configurationHelper, IErrorSignaler errorSignaler ) : System.Collections.Generic | ||
postsLogic | IPostsLogic | |
commentsLogic | ICommentsLogic | |
postLikesLogic | IPostLikesLogic | |
viewCountLogic | IViewCountLogic | |
configurationHelper | IConfigurationHelper | |
errorSignaler | IErrorSignaler | |
return | System.Collections.Generic |
public SearchPosts ( string query, int threshold = 5, int skip = 10 ) : List |
||
query | string | |
threshold | int | |
skip | int | |
return | List |
public UpdatePost ( |
||
post | ||
return |