Interface TopicStatusRepository
-
- All Superinterfaces:
org.sakaiproject.springframework.data.Repository<TopicStatus,Long>,org.sakaiproject.springframework.data.SpringCrudRepository<TopicStatus,Long>
public interface TopicStatusRepository extends org.sakaiproject.springframework.data.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)IntegersetViewedByTopicIdAndUserId(String topicId, String userId, Boolean viewed)
-
-
-
Method Detail
-
findByTopicIdAndUserId
Optional<TopicStatus> findByTopicIdAndUserId(String topicId, String userId)
-
-