@grails.gorm.services.Service(value: Message) @groovy.transform.CompileStatic interface MessageDataService
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.lang.Integer |
countByToAndIsFollowup(User to, boolean isFollowup) |
|
abstract java.lang.Integer |
countByToAndIsUnRead(User to, boolean isUnRead) |
|
abstract java.util.List<Message> |
findAllByToAndIsFollowup(User to, boolean isFollowup) |
|
abstract java.util.List<Message> |
findAllByToAndIsUnRead(User to, boolean isUnRead) |