Interface TopicStatusRepository
-
- All Superinterfaces:
Repository<TopicStatus,Long>,SpringCrudRepository<TopicStatus,Long>
public interface TopicStatusRepository extends SpringCrudRepository<TopicStatus,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object[]>countBySiteIdAndViewed(String siteId, Boolean viewed)IntegerdeleteByTopicId(String topicId)Optional<TopicStatus>findByTopicIdAndUserId(String topicId, String userId)IntegersetViewedByTopicId(String topicId, Boolean viewed)-
Methods inherited from interface org.sakaiproject.springframework.data.SpringCrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAll, findAllById, findById, getById, save, saveAll
-
-
-
-
Method Detail
-
findByTopicIdAndUserId
Optional<TopicStatus> findByTopicIdAndUserId(String topicId, String userId)
-
-