]> git.mxchange.org Git - jjobs-lib.git/commitdiff
removed sharing stuff (only in addressbook project)
authorRoland Haeder <roland@mxchange.org>
Wed, 2 Mar 2016 20:37:52 +0000 (21:37 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 2 Mar 2016 20:37:52 +0000 (21:37 +0100)
src/org/mxchange/jjobs/model/addressbook/AddressbookSessionBeanRemote.java

index b8b43baf9e56af4f0d12fc2f7a94245a10d1e4b3..b4d9210ecdcfddee69958b8b2c9aefde7b8e80d7 100644 (file)
@@ -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.
-        * <p>
-        * @param user User instance
-        * @param addressbook Address book instance
-        * <p>
-        * @return List of users
-        */
-       List<User> allUsersNotSharing (final User user, final Addressbook addressbook);
-
-       /**
-        * Count all shared address books by given user
-        * <p>
-        * @param user User instance
-        * <p>
-        * @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.