Interface ForumUserService

All Known Implementing Classes:
ForumUserServiceImpl

public interface ForumUserService
  • Method Details

    • getUserStats

      ForumUserStats getUserStats(Long userId)
    • getUserLikes

      org.springframework.data.domain.Page<PostEntity> getUserLikes(Long userId, org.springframework.data.domain.Pageable pageable)
    • updateProfile

      void updateProfile(Long userId, String nickname, String email, String bio)
    • updatePassword

      void updatePassword(Long userId, String oldPassword, String newPassword)