]> git.mxchange.org Git - juser-activity-lib.git/commitdiff
added base URL (opps; please-cherry-pick)
authorRoland Häder <roland@mxchange.org>
Fri, 5 Aug 2016 13:35:44 +0000 (15:35 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 5 Aug 2016 13:35:44 +0000 (15:35 +0200)
src/org/mxchange/jusercore/model/user/AdminUserSessionBeanRemote.java

index 5062d8b9599cd42d0c5a7c9b4437397d0e53d796..4c93085170cc61ffc84276d23058880160c5cbd4 100644 (file)
@@ -37,12 +37,13 @@ public interface AdminUserSessionBeanRemote extends Serializable {
         * <p>
         * @param user User account to be locked, must be status CONFIRMED
         * @param userLockReason Lock reason
+        * @param baseUrl Base URL for all URLs
         * <p>
         * @throws UserStatusLockedException The account is already locked
         * @throws UserStatusUnconfirmedException The account is not confirmed
         * @throws UserNotFoundException The user account is not found
         */
-       void lockUserAccount (final User user, final String userLockReason) throws UserStatusLockedException, UserStatusUnconfirmedException, UserNotFoundException;
+       void lockUserAccount (final User user, final String userLockReason, final String baseUrl) throws UserStatusLockedException, UserStatusUnconfirmedException, UserNotFoundException;
 
        /**
         * Creates the user instance and links it with the set contact instance