[bramble] Add transactionless method for retrieving AuthorInfo to ContactManager

This commit is contained in:
Torsten Grote
2018-10-29 18:16:34 -03:00
parent 88adfabe09
commit baf64e1129
5 changed files with 67 additions and 1 deletions

View File

@@ -114,6 +114,11 @@ public interface ContactManager {
boolean contactExists(AuthorId remoteAuthorId, AuthorId localAuthorId)
throws DbException;
/**
* Returns the {@link AuthorInfo} for the given author.
*/
AuthorInfo getAuthorInfo(AuthorId a) throws DbException;
/**
* Returns the {@link AuthorInfo} for the given author.
*/