From: Roland Haeder 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-lib.git added new business method ifUserIdExists() + updated jar(s) Signed-off-by:Roland Häder --- 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 getEmailAddressList (); + /** + * Checks if given user id exists + *

+ * @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 *