]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/beans/resendlink/ResendLinkSessionBeanRemote.java
added 2nd parameter baseUrl as EJBs cannot use FacesUtils
[addressbook-lib.git] / src / org / mxchange / addressbook / beans / resendlink / ResendLinkSessionBeanRemote.java
index 28e06e2ef54c82b92aea1ddb3e6efe8f623c2340..c77880b3f9528b203c5d0898050d350a606e74ea 100644 (file)
@@ -37,9 +37,10 @@ public interface ResendLinkSessionBeanRemote extends Serializable {
         * <p>
         * @param user User instance
         * @param locale Locale instance
+        * @param baseUrl Base URL
         * <p>
         * @return Redirection target
         */
-       String resendConfirmationLink (final User user, final Locale locale);
+       String resendConfirmationLink (final User user, final Locale locale, final String baseUrl);
 
 }