Package com.axelor.mail.db.repo
Class MailFollowerRepository
- All Implemented Interfaces:
Repository<MailFollower>
-
Field Summary
Fields inherited from class com.axelor.db.JpaRepository
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindFollowers(Model entity) findOne(Model entity, MailAddress address) voidvoidfollow(Model entity, MailAddress address) booleanisFollowing(Model entity, User user) voidvoidunfollow(MailFollower follower)
-
Constructor Details
-
MailFollowerRepository
public MailFollowerRepository()
-
-
Method Details
-
findAll
-
findAll
-
findOne
-
findOne
-
findFollowers
-
follow
-
follow
-
unfollow
-
unfollow
-
isFollowing
-