-
Converts this EventPostRecord to an EventPost object.
-
org.springframework.data.domain.Page<EventPost>
Find all event posts by the username of the user who posted them.
-
org.springframework.http.ResponseEntity<?>
Add a new event post to the repository.
org.springframework.http.ResponseEntity<?>
Updates an existing event post with the specified ID.
org.springframework.http.ResponseEntity<?>
Updates an existing event post with the specified ID and checks if the user is authorized to edit the post.