]> 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 d720d0e4be75e4f7404ee1e19f02ce508c6fe991..2a576d4b4535b6d5eb81cc091af2eab6c50648e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2020 Free Software Foundation
+ * Copyright (C) 2016 - 2022 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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;