X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcontacts%2Fmodel%2Fmobile%2FAdminContactsMobileSessionBeanRemote.java;h=2a576d4b4535b6d5eb81cc091af2eab6c50648e0;hb=c951a96804e3db8d91ed0c669b49d0bc19bddadd;hp=6bc3d8b69c8bc003f5108b26c065fb951552d590;hpb=704f116fbf552d5e223ae4e0947f22840f76fb9e;p=jcontacts-lib.git diff --git a/src/org/mxchange/jcontacts/model/mobile/AdminContactsMobileSessionBeanRemote.java b/src/org/mxchange/jcontacts/model/mobile/AdminContactsMobileSessionBeanRemote.java index 6bc3d8b..2a576d4 100644 --- a/src/org/mxchange/jcontacts/model/mobile/AdminContactsMobileSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/model/mobile/AdminContactsMobileSessionBeanRemote.java @@ -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. - *

+ * Links existing mobile number with given contact instance.The id number + * should be set.

* @param contact Contact to link to * @param mobileNumber Mobile number to link *

@@ -44,6 +43,7 @@ public interface AdminContactsMobileSessionBeanRemote extends Serializable { *

* @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;