From: Roland Haeder <roland@mxchange.org>
Date: Thu, 15 Oct 2015 06:42:54 +0000 (+0200)
Subject: added new business method ifUserIdExists() + updated jar(s)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7bd99aaed67b49c9249f9e627338ed90431c0fe;p=juser-activity-lib.git

added new business method ifUserIdExists() + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
---

diff --git a/lib/juser-core.jar b/lib/juser-core.jar
index 0a5cdf2..52192af 100644
Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ
diff --git a/src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java b/src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java
index 72764e5..f89fb4d 100644
--- a/src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java
+++ b/src/org/mxchange/jusercore/model/user/UserSessionBeanRemote.java
@@ -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>