]> git.mxchange.org Git - jcontacts-business-lib.git/commitdiff
cleared up remote interface as this is no longer done, better use allContacts() and...
authorRoland Häder <roland@mxchange.org>
Mon, 8 Aug 2016 13:51:43 +0000 (15:51 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 8 Aug 2016 13:51:43 +0000 (15:51 +0200)
src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java

index e45eeb9fc8c2ceee67f382fd18b61d8c3a4d769d..a41a9bb83bcb1dde7d91d9a52b392da2c7d213f3 100644 (file)
 package org.mxchange.jcontacts.phone;
 
 import java.io.Serializable;
-import java.util.List;
 import javax.ejb.Remote;
-import org.mxchange.jcontacts.contact.Contact;
-import org.mxchange.jphone.phonenumbers.cellphone.DialableCellphoneNumber;
 
 /**
  * A remote interface for administrative purposes around contact's phone numbers
@@ -31,13 +28,4 @@ import org.mxchange.jphone.phonenumbers.cellphone.DialableCellphoneNumber;
 @Remote
 public interface AdminContactsPhoneSessionBeanRemote extends Serializable {
 
-       /**
-        * A list of all contacts having given cellphone instance linked.
-        * <p>
-        * @param cellPhone Cellphone instance
-        * <p>
-        * @return A list of all linked contacts
-        */
-       List<Contact> allContacts (final DialableCellphoneNumber cellPhone);
-
 }