]> git.mxchange.org Git - jcontacts-lib.git/blobdiff - src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java
Continued a bit:
[jcontacts-lib.git] / src / org / mxchange / jcontacts / contact / ContactSessionBeanRemote.java
index f2d4fa388a3274650080eb6ebac548bea334518b..85e241b6d340b9cfde8831aca90a5f51b6c1728b 100644 (file)
@@ -34,9 +34,9 @@ public interface ContactSessionBeanRemote extends Serializable {
         * <p>
         * @param contact Contact instance to check
         * <p>
-        * @return Whether there is already an entry
+        * @return Whether the found instance or null
         */
-       boolean isContactFound (final Contact contact);
+       Contact lookupContact (final Contact contact);
 
        /**
         * Updates given contact data