From: Roland Haeder Date: Wed, 2 Mar 2016 20:37:52 +0000 (+0100) Subject: removed sharing stuff (only in addressbook project) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c24032dc91bff16a94f8ef635808b69e7ef68167;p=jjobs-lib.git removed sharing stuff (only in addressbook project) --- diff --git a/src/org/mxchange/jjobs/model/addressbook/AddressbookSessionBeanRemote.java b/src/org/mxchange/jjobs/model/addressbook/AddressbookSessionBeanRemote.java index b8b43ba..b4d9210 100644 --- a/src/org/mxchange/jjobs/model/addressbook/AddressbookSessionBeanRemote.java +++ b/src/org/mxchange/jjobs/model/addressbook/AddressbookSessionBeanRemote.java @@ -32,26 +32,6 @@ import org.mxchange.jusercore.model.user.User; @Remote public interface AddressbookSessionBeanRemote extends Serializable { - /** - * Retrieves a list of all users this user is not sharing the given address - * book with. - *

- * @param user User instance - * @param addressbook Address book instance - *

- * @return List of users - */ - List allUsersNotSharing (final User user, final Addressbook addressbook); - - /** - * Count all shared address books by given user - *

- * @param user User instance - *

- * @return Count of all user's shared address books - */ - Integer countAllUserSharedAddressbooks (final User user); - /** * Some getter for an address book instance from given id number. If the * address book is not found, an exception is thrown.