From 2ad51347b41bbb6dc09a2bee7729a496cbf3e192 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 8 Aug 2016 15:51:43 +0200 Subject: [PATCH] cleared up remote interface as this is no longer done, better use allContacts() and then "walk" through the list for given contact --- .../phone/AdminContactsPhoneSessionBeanRemote.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java b/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java index e45eeb9..a41a9bb 100644 --- a/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/phone/AdminContactsPhoneSessionBeanRemote.java @@ -17,10 +17,7 @@ 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. - *

- * @param cellPhone Cellphone instance - *

- * @return A list of all linked contacts - */ - List allContacts (final DialableCellphoneNumber cellPhone); - } -- 2.39.2