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 SummaryAll 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- 
findAllByOwnerIdPageableorg.springframework.data.domain.Page<Comment> findAllByOwnerIdPageable(java.util.UUID ownerId, boolean showAll, org.springframework.data.domain.Pageable pageable) 
 - 
findAllByOwnerIdjava.util.List<Comment> findAllByOwnerId(java.util.UUID ownerId, boolean showAll) 
 
- 
 
-