]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2017 16:24:39 +0000 (18:24 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2017 16:24:39 +0000 (18:24 +0200)
- updated copyright
- updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jcountry-core.jar
lib/jcustomer-core.jar
lib/jcustomer-lib.jar
lib/jshop-core.jar
lib/juser-core.jar
src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java [deleted file]
src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java
src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java

index 5cbad453c2f8698f9ab16791a4e97baef7fa6686..e91ed0ad88c8635e2a9fccb45c289eefa8d2f943 100644 (file)
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
index 3c3615576e45389ed57fe3d6e32cb7e77e13d11c..2de9a9e2dd25bec3aad4e61005db0e62231a46b2 100644 (file)
Binary files a/lib/jcustomer-core.jar and b/lib/jcustomer-core.jar differ
index 5addbf03d3323e115bef330eb5ee75083f9a26fb..6241aace5bb8e81cee09a3091a87a5df399ded2f 100644 (file)
Binary files a/lib/jcustomer-lib.jar and b/lib/jcustomer-lib.jar differ
index ad5ba5d0db1989a77f09df356f90b7f0b4b084e5..7f09a8e2680e413b08d714026f230e676a1ceafa 100644 (file)
Binary files a/lib/jshop-core.jar and b/lib/jshop-core.jar differ
index aa8a72393fba606d8e39c915068e9ea7ca5faf74..fd411f914c67a74da6daa0cce6a4534883b0b9ca 100644 (file)
Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ
diff --git a/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/beans/resendlink/ResendLinkSessionBeanRemote.java
deleted file mode 100644 (file)
index fafbf5d..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * Copyright (C) 2016 Roland Häder
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
-package org.mxchange.pizzaapplication.beans.resendlink;
-
-import java.io.Serializable;
-import java.util.Locale;
-import javax.ejb.Remote;
-import org.mxchange.jusercore.exceptions.UserNotFoundException;
-import org.mxchange.jusercore.exceptions.UserStatusConfirmedException;
-import org.mxchange.jusercore.exceptions.UserStatusLockedException;
-import org.mxchange.jusercore.model.user.User;
-
-/**
- * A remote interface for resending confirmation link.
- * <p>
- * @author Roland Häder<roland@mxchange.org>
- */
-@Remote
-public interface ResendLinkSessionBeanRemote extends Serializable {
-
-       /**
-        * Send confirmation link out to given user and returns a proper redirection
-        * target. The user's account status should be UNCONFIRMED and should
-        * contain a confirmation key. After confirmation the account's status
-        * should be changed to CONFIRMED and the key removed (nulled).
-        * <p>
-        * @param user    User instance
-        * @param locale  Locale instance
-        * @param baseUrl Base URL
-        * <p>
-        * @throws UserNotFoundException When the user is not found
-        * @throws UserStatusConfirmedException User account is already confirmed
-        * @throws UserStatusLockedException User account is locked
-        */
-       void resendConfirmationLink (final User user, final Locale locale, final String baseUrl) throws UserNotFoundException, UserStatusConfirmedException, UserStatusLockedException;
-
-}
index 56360a253c4685fd9f73e0f028cad116d61bdd19..3f05aea7e7ba5bf19c957c26e0993a4d7b89c1b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index aa25cc460d00fd96df2aca869e411edf8b0aeb62..8dd1309094a36a0629ae56ec8d3a5441ebed3db4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Häder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by