]> git.mxchange.org Git - juser-activity-lib.git/commitdiff
added new business method ifUserIdExists() + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 06:42:54 +0000 (08:42 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 06:42:54 +0000 (08:42 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/juser-core.jar
src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java

index 0a5cdf28792248f870844e1f1099ad02f151c28e..52192afb650a52b7b7b6199a0479a2083a849665 100644 (file)
Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ
index 72764e5ed51987284db34d06abe082555354445e..f89fb4dc079be997562723ae70ef8e2c2ed0c03e 100644 (file)
@@ -58,6 +58,14 @@ public interface UserSessionBeanRemote extends Serializable {
         */
        public List<String> getEmailAddressList ();
 
+       /**
+        * Checks if given user id exists
+        * <p>
+        * @param userId User id to check
+        * @return Whether the user id exists
+        */
+       public boolean ifUserIdExists (final Long userId);
+
        /**
         * Checks if the the given user's name is already registered
         * <p>