]> git.mxchange.org Git - juser-login-lib.git/commitdiff
added business method allPublicUsers()
authorRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 09:52:02 +0000 (11:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 09:52:02 +0000 (11:52 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java

index ae8e9251787b1b7854ac20c3cc20dc5cb53735bb..72764e5ed51987284db34d06abe082555354445e 100644 (file)
@@ -28,6 +28,13 @@ import javax.ejb.Remote;
 @Remote
 public interface UserSessionBeanRemote extends Serializable {
 
+       /**
+        * Returns a list of all public user profiles
+        * <p>
+        * @return A list of all public user profiles
+        */
+       public List<User> allPublicUsers ();
+
        /**
         * Fills given user instance with all available data
         * <p>