Package no.nsd.qddt.domain.comment
Interface CommentService
-
- All Superinterfaces:
BaseService<Comment,java.util.UUID>
public interface CommentService extends BaseService<Comment,java.util.UUID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Comment>
findAllByOwnerId(java.util.UUID ownerId, boolean showAll)
org.springframework.data.domain.Page<Comment>
findAllByOwnerIdPageable(java.util.UUID ownerId, boolean showAll, org.springframework.data.domain.Pageable pageable)
-
-
-
Method Detail
-
findAllByOwnerIdPageable
org.springframework.data.domain.Page<Comment> findAllByOwnerIdPageable(java.util.UUID ownerId, boolean showAll, org.springframework.data.domain.Pageable pageable)
-
findAllByOwnerId
java.util.List<Comment> findAllByOwnerId(java.util.UUID ownerId, boolean showAll)
-
-