Package | Description |
---|---|
inix.mapper | |
inix.model | |
inix.Repo | |
inix.service |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentMapper.map(CommentsDto commentsDto,
Post post,
User user) |
abstract Post |
PostMapper.map(PostRequest postRequest,
Guild guild,
User user) |
Modifier and Type | Field and Description |
---|---|
private User |
VerificationToken.user |
private User |
Comment.user |
private User |
Guild.user |
private User |
Vote.user |
private User |
Post.user |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<User> |
UserRepo.findByUsername(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Comment> |
CommentRepo.findAllByUser(User user) |
java.util.List<Post> |
PostRepo.findByUser(User user) |
java.util.Optional<Vote> |
VoteRepo.findTopByPostAndUserOrderByVoteIdDesc(Post post,
User currentUser) |
Modifier and Type | Method and Description |
---|---|
(package private) User |
AuthService.getCurrentUser() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
AuthService.generateVerificationToken(User user) |
private void |
CommentService.sendCommentNotification(java.lang.String message,
User user) |