Package com.bytedesk.forum.user
Interface ForumUserService
- All Known Implementing Classes:
ForumUserServiceImpl
public interface ForumUserService
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PostEntity>getUserLikes(Long userId, org.springframework.data.domain.Pageable pageable) getUserStats(Long userId) voidupdatePassword(Long userId, String oldPassword, String newPassword) voidupdateProfile(Long userId, String nickname, String email, String bio)
-
Method Details
-
getUserStats
-
getUserLikes
org.springframework.data.domain.Page<PostEntity> getUserLikes(Long userId, org.springframework.data.domain.Pageable pageable) -
updateProfile
-
updatePassword
-