]> git.mxchange.org Git - jcontacts-lib.git/blobdiff - src/org/mxchange/jcontacts/model/mobile/AdminContactsMobileSessionBeanRemote.java
Continued:
[jcontacts-lib.git] / src / org / mxchange / jcontacts / model / mobile / AdminContactsMobileSessionBeanRemote.java
index 6bc3d8b69c8bc003f5108b26c065fb951552d590..2a576d4b4535b6d5eb81cc091af2eab6c50648e0 100644 (file)
@@ -34,9 +34,8 @@ import org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber;
 public interface AdminContactsMobileSessionBeanRemote extends Serializable {
 
        /**
-        * Links existing mobile number with given contact instance. The id number
-        * should be set.
-        * <p>
+        * Links existing mobile number with given contact instance.The id number
+        * should be set.<p>
         * @param contact      Contact to link to
         * @param mobileNumber Mobile number to link
         * <p>
@@ -44,6 +43,7 @@ public interface AdminContactsMobileSessionBeanRemote extends Serializable {
         * <p>
         * @throws MobileNumberAlreadyLinkedException If a mobile number is already
         * linked in contact
+        * @throws ContactNotFoundException If the given contact wasn't found
         */
        Contact linkExistingMobileNumberWithContact (final Contact contact, final DialableMobileNumber mobileNumber) throws MobileNumberAlreadyLinkedException, ContactNotFoundException;