]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:12 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:12 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
81 files changed:
src/java/log4j2.xml
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
src/java/org/mxchange/pizzaapplication/beans/BasePizzaController.java
src/java/org/mxchange/pizzaapplication/beans/basket/PizzaBasketWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/basket/PizzaBasketWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaAdminCategoryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaAdminCategoryWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaCategoryWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/category/PizzaCategoryWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/checkout/PizzaCheckoutWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/confirmlink/PizzaConfirmationLinkWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/confirmlink/PizzaConfirmationLinkWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaAdminContactWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/country/PizzaCountryWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaAdminCustomerWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/email_address/PizzaEmailChangeWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/email_address/PizzaEmailChangeWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/features/PizzaFeatureWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/features/PizzaFeaturesWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaGenderWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/gender/PizzaGenderWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/helper/PizzaWebRequestHelper.java
src/java/org/mxchange/pizzaapplication/beans/localization/PizzaLocalizationSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/localization/PizzaLocalizationSessionController.java
src/java/org/mxchange/pizzaapplication/beans/login/PizzaUserLoginWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/login/PizzaUserLoginWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaMobileProviderWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminPhoneWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/phone/PizzaAdminPhoneWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaAdminProductWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaAdminProductWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaProductWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/product/PizzaProductWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/profile/PizzaUserProfileWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/profile/PizzaUserProfileWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/profilemode/PizzaProfileModeWebApplicationBean.java
src/java/org/mxchange/pizzaapplication/beans/profilemode/PizzaProfileModeWebApplicationController.java
src/java/org/mxchange/pizzaapplication/beans/receipt/PizzaReceiptWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/receipt/PizzaReceiptWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/register/PizzaUserRegisterWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/register/PizzaUserRegisterWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebRequestController.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/user/PizzaUserWebSessionController.java
src/java/org/mxchange/pizzaapplication/beans/user/password/PizzaUserPasswordWebRequestBean.java
src/java/org/mxchange/pizzaapplication/beans/user/password/PizzaUserPasswordWebRequestController.java
src/java/org/mxchange/pizzaapplication/converter/category/PizzaCategoryConverter.java
src/java/org/mxchange/pizzaapplication/converter/cellphone/PizzaCellphoneConverter.java
src/java/org/mxchange/pizzaapplication/converter/contact/PizzaContactConverter.java
src/java/org/mxchange/pizzaapplication/converter/country/PizzaCountryConverter.java
src/java/org/mxchange/pizzaapplication/converter/customer/PizzaCustomerConverter.java
src/java/org/mxchange/pizzaapplication/converter/mobileprovider/PizzaMobileProviderConverter.java
src/java/org/mxchange/pizzaapplication/converter/user/PizzaUserConverter.java
src/java/org/mxchange/pizzaapplication/servlet/receipt/PizzaPdfReceiptServlet.java
src/java/org/mxchange/pizzaapplication/validator/birthday/PizzaBirthdayValidator.java
src/java/org/mxchange/pizzaapplication/validator/bool/privacy_terms/PizzaPrivacyTermsCheckboxValidator.java
src/java/org/mxchange/pizzaapplication/validator/emailaddress/PizzaEmailAddressValidator.java
src/java/org/mxchange/pizzaapplication/validator/number/item_amount/PizzaItemAmountValidator.java
src/java/org/mxchange/pizzaapplication/validator/password/PizzaUserPasswordValidator.java
src/java/org/mxchange/pizzaapplication/validator/string/names/PizzaNameValidator.java
src/java/org/mxchange/pizzaapplication/validator/user/PizzaUserIdValidator.java

index 8d9a6455c141f14852798a4dd62cfdc21059eaf2..3741761ae97430f8041162218c6ba1b02c14a39e 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016 Roland Haeder
+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 Affero General Public License as
index dfe8d8f3210ffdd97628ac147b54da658fc74337..9a219cc6b6da7540b6379aa9342a069392086627 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Roland Haeder
+# Copyright (C) 2016 Roland H\u00e4der
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
index 74b98f8ffb3e6278a3bda433bd76efd598cb4415..51ec80ad973565c3b1d9c80101f1fec069ca483d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Roland Haeder
+# Copyright (C) 2016 Roland H\u00e4der
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
index 88e5c23e3db62e446c2738225f651e6524f1aac5..d13f580e78c7dee84535cb6ecf027c5a6e627978 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import javax.faces.context.FacesContext;
 /**
  * A general controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BasePizzaController implements Serializable {
 
index 455fda2175fe4d3bde30006b20257b38a207a432..d26b5171d9bda516369cd56d19ddb1588e143c98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -37,7 +37,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A bean for the basket
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("basketController")
 @SessionScoped
index a1f1adae0da06b0603778ad022da967cb496c439..762ea2380f625687f5ba7e3a5e1f0197791814cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -25,7 +25,7 @@ import org.mxchange.jshopcore.model.product.Product;
 /**
  * An interface for a basket
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaBasketWebSessionController extends Serializable {
index 6448a9548df3ada57e0389c631f39e970fe841c0..e088258ff148b54147106300890ccbe8c480916c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -37,7 +37,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * Main application class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminCategoryController")
 @RequestScoped
index c0036e89b62e63151e03ba0b43b1c058ca097377..18ecb90d82b4a1845849e1cec6af05f3697a3bdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import org.mxchange.jshopcore.model.category.Category;
 /**
  * An interface for product controllers for "ADMIN" role
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaAdminCategoryWebRequestController extends Serializable {
index ab1c69ae10a0b0536c93f6e5649603dedd1b60f4..6043ac5c2dc8ea04ceb0f8dec0e0d836affcfad4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -36,7 +36,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * General (product) category controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("categoryController")
 @ApplicationScoped
index 6b138453bd33862ebf65b519b473359140277a3b..39ec8496bb3f235430c50d1d7986bab79632dbbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jshopcore.model.category.Category;
 /**
  * An interface for (product) categories
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaCategoryWebApplicationController extends Serializable {
index ab7e6e41e5dd059fc47a1ef402a7f2b033b5f160..c0fb6a1a09c1002425042ccbf00f62d685fd2272 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -46,7 +46,7 @@ import org.mxchange.pizzaapplication.beans.receipt.PizzaReceiptWebSessionControl
 /**
  * Checkout controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("checkoutController")
 @SessionScoped
index 7f791793ab635520f81957d805edaf22046596c2..b255ce4870120626a47214121d7d445df01037ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.jcustomercore.model.customer.Customer;
 /**
  * An interface for the shop
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaCheckoutWebSessionController extends Serializable {
index 4fada4beb5ace6d9dd6f861e33c04045d8d791df..79dbf6d1fcf36be1f4900ed8e8f81f55739029d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -44,7 +44,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A web request bean for confirmation link handling
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("confirmationLinkController")
 @RequestScoped
index 38d4c901f8249eeaacfe085fd74d680e91697392..ef981c837b0d56f772c39b37da555dc2b69dd1cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An interface for an email change controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaConfirmationLinkWebRequestController extends Serializable {
 
index 4880528ade522306577ced6208914d77e67d9b2f..9c0d356c2ea5cc074a7865ba4f32cc486f0d75cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -55,7 +55,7 @@ import org.mxchange.pizzaapplication.beans.helper.PizzaWebRequestController;
 /**
  * Administrative user bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminContactController")
 @RequestScoped
index bff7a90addbaf43afd26da0574c9d78fc7d23d18..9ac63908803551b7793ca971ba170a98b189de00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -29,7 +29,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * Administrative interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaAdminContactWebRequestController extends Serializable {
index a73d1a6cb6fb9e9fa2b09c96ca477aae79e227c6..2ccf58346d2b8336b1f7e1e9fa82ae63954f1b25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -62,7 +62,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A general contact bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("contactController")
 @SessionScoped
index 6d4414e1a5ea1eacd8b5a1da7a92f66105f417e8..bbf548c45bd5542af4eb193c2458ce8bdb2731fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -36,7 +36,7 @@ import org.mxchange.jusercore.events.user.linked.AdminLinkedUserEvent;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaContactWebSessionController extends Serializable {
index 9ee4755d7761fdd7b5756ae4a35518563713a789..a6fb36bf9df49c5d65732fe32bbdae22011be242 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -44,7 +44,7 @@ import org.mxchange.pizzaapplication.beans.phone.PizzaAdminPhoneWebRequestContro
 /**
  * A general contact bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("contactPhoneController")
 @SessionScoped
@@ -93,7 +93,7 @@ public class PizzaContactPhoneWebSessionBean extends BasePizzaController impleme
                        Context context = new InitialContext();
 
                        // Try to lookup the beans
-                       this.adminPhoneBean = (AdminPhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/adminphone!org.mxchange.jphone.phonenumbers.phone.AdminPhoneSessionBeanRemote"); //NOI18N
+                       this.adminPhoneBean = (AdminPhoneSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/adminphone!org.mxchange.jphone.phonenumbers.phone.AdminPhoneSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);
index f4343a8e3103e506c777d2403a2d1af1d5712a77..58c6953215259292c2f3d3eed20cb89d5836ae54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -27,7 +27,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaContactPhoneWebSessionController extends Serializable {
index 6101a458f33f87bf65e667b0f47978948783464d..5dbcc704e4001f94b724f6c1752dcfc8e5640444 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -39,7 +39,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * An administrative country bean
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminCountryController")
 @RequestScoped
index b6a54e3dacfeaaa2d63bc8a12a016cda28ea40c5..c4defb02bcb7c187ffb5aaebf97121e0bed55a31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.jcountry.data.Country;
 /**
  * An interface for administrative country beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaAdminCountryWebRequestController extends Serializable {
 
index 752b97e18a1b06b7361710fa00d96ec7cce32ff7..db834d55e30eb046988725a16fdd33cafda5bc36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A country bean
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("countryController")
 @ApplicationScoped
index 2ae92eea1435e1df1bd1e71f251a02a61e7e3201..02398f92623c10ea1da7964af15a1bdb9db02b12 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import org.mxchange.jcountry.events.AdminAddedCountryEvent;
 /**
  * An interface for country beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaCountryWebApplicationController extends Serializable {
 
index 0c16549d1112d5ec0009c8fb8dc74a4784c2548f..5c92a13c085b68f426d146460724c70161c5106a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -44,7 +44,7 @@ import org.mxchange.pizzaapplication.beans.helper.PizzaWebRequestController;
 /**
  * Administrative customer bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminCustomerController")
 @RequestScoped
index daddc688aa44ecc1c8d331fdb0ed77bfccd455b4..62a874e26f4d2fd80fa6b44fa30aa7a4818e9c13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.jcustomercore.model.customer.Customer;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaAdminCustomerWebRequestController extends Serializable {
index 97167273f72b12fb305f66f759c95f7274ddd3e7..c1caca052576f9db337a92791ab5f94be4912115 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -42,7 +42,7 @@ import org.mxchange.pizzaapplication.model.customer.PizzaAdminCustomerSessionBea
 /**
  * A customer bean which hides the customer instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("customerController")
 @SessionScoped
index def8f361f8a9c6d55d375b48b1d515802b5e7927..b05c585424a87578f0ed6d171012892cdc689ee8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -27,7 +27,7 @@ import org.mxchange.jcustomercore.model.customer.Customer;
 /**
  * An interface for customer beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaCustomerWebSessionController extends Serializable {
index 424bd0faa9f5af131a9d579d2c78ce3b438da2ab..9eb6ac19499aaaba71cf2cb452e627ec88aba95b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -40,7 +40,7 @@ import org.mxchange.pizzaapplication.beans.login.PizzaUserLoginWebSessionControl
 /**
  * A web session bean for changing email addresses
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("emailChangeController")
 @SessionScoped
index 1d7d3a1078a2fb1a0c76b9a189c26dc9f124b9e4..006a823cf06caab8be62b2358598a6fa0c75443d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An interface for an email change controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaEmailChangeWebSessionController extends Serializable {
 
index dd2dcc98b1a2867ed14def6466a0cc4c809810d3..e3364c39d960929fb04abf1e43ca763bee3e96fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A feature bean
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("featureController")
 @ApplicationScoped
index 89422277bcaa82cd64b1d6206d66d80ff6c5b8e8..07b42f9aff23adba7288d064cd47b9bdae0edada 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for country beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaFeaturesWebApplicationController extends Serializable {
index 7b0938ed22c976929c6593063f40cac2ebcd7a25..081dcfbb770114228fde8e7b5023e4579a69623b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A gender bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("genderController")
 @ApplicationScoped
index 093da5a7881c68b6a95889c0a24340369238a0d9..bd6ca06ee2c59decc6173a0b3c903cb2761d211f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.jcontacts.contact.gender.Gender;
 /**
  * An interface for data beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaGenderWebApplicationController extends Serializable {
 
index ebd963bcf753668d0743be91b15e87a9f6dfc00e..dffcfe4beed7812b0a31feeb2b2bfd2c251432aa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An interface for general bean helper
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaWebRequestController extends Serializable {
 
index 7ad292108f98160a15dd158b08d38c02b698ce76..732cab3235c5153f0c8c23dfd267c3d2ce805fa1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -35,7 +35,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A general helper for beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("beanHelper")
 @RequestScoped
index 4afeee99e3312400ff7b393c0f2dfa11c5334684..70af17e183ae8f9e7a5f7a58b50187240b030357 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -33,7 +33,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
  * <p>
  * 1: http://www.mkyong.com/jsf2/jsf-2-internationalization-example/
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("localizationController")
 @SessionScoped
index 24bd56cb20278ced455ec3d26b29ac1952925bd2..835f0a289a0e1c02467f0c421d544b8a3995c7ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import org.mxchange.jusercore.events.logout.ObserveableUserLogoutEvent;
 /**
  * An interface for localization change beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaLocalizationSessionController extends Serializable {
 
index 0996cc46be3cdfdb487bd78d3f30748bfcbc172c..a9b033ba8f42ccd8fbbbbc0f44021ae3ece83a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -55,7 +55,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A web bean for user registration
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("loginController")
 @SessionScoped
index a6366947e4cfa4fa979ed100e4361eede1a33fbe..27b9cdd79c77a68fbed7d4384232881758822c02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.password_history.PasswordHistory;
 /**
  * An interface for registration web controllers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaUserLoginWebSessionController extends Serializable {
index 15e56bbb7d4f35b6ea5aeb8dc65f177d7b6878d2..52f7edbcad1c69060aeb1062c44e1911347d8140 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -40,7 +40,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * Administrative bean (controller) for mobile provider
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminMobileProviderController")
 @RequestScoped
index 65e2aa7a7ae223f4aa617d0a6cb839ce59234699..6e849f533adf7e643087c8e30198ec4b39307a1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.jcountry.data.Country;
  * An interface for a request web controller (bean) for administrative mobile
  * provider purposes.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaAdminMobileProviderWebRequestController extends Serializable {
 
index 503cd0151fe48510a49ca9fe582fa55abc971d5f..609ac53fac85741e1c4291e00fc16e7ae76b9c35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -35,7 +35,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A general bean for mobile providers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("mobileProviderController")
 @SessionScoped
index d1e1581143294d2c07f920e2b0871fe8ed867d2b..0baad4336b6cf341083e656c39b5e2c2a210cb3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * An interface for general mobile provider controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaMobileProviderWebRequestController extends Serializable {
 
index c35719157060b28407b0b2fe6b58003d4a79f5c4..713beee9d9e9998ca656b528dbc66f2d9c4b5d22 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -31,7 +31,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * Administrative bean (controller) for phone numbers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminPhoneController")
 @RequestScoped
@@ -72,7 +72,7 @@ public class PizzaAdminPhoneWebRequestBean extends BasePizzaController implement
                        Context context = new InitialContext();
 
                        // Try to lookup the beans
-                       this.adminPhoneBean = (AdminContactsPhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/admincontactphone!org.mxchange.jcontacts.phone.AdminContactsPhoneSessionBeanRemote"); //NOI18N
+                       this.adminPhoneBean = (AdminContactsPhoneSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/admincontactphone!org.mxchange.jcontacts.phone.AdminContactsPhoneSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw it again
                        throw new FaceletException(e);
index 7fab3442d612481099628e15a6795e92bda8a3d6..21de51cc783430d459ee033e40be34f4c05a77bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
  * An interface for a request web controller (bean) for administrative phone
  * number purposes.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaAdminPhoneWebRequestController extends Serializable {
index a2d385d9b00e8a994e11af300ba35acde2140adb..d3c1d80f0b5a174fa06cca59e763b90ab4f24bc1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -41,7 +41,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * Main application class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminProductController")
 @RequestScoped
index 2553010dbbe97e37be93b3dac3088c32869b5abe..0fc893a27d82e3fe4784457135a34a964a9cd2f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jshopcore.model.product.Product;
 /**
  * An interface for product controllers for "ADMIN" role
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaAdminProductWebRequestController extends Serializable {
index 15c868264d35278a91fd423de0d0d64a2f2bdb40..fb038895646ac3c02a28d3a18dafe8766061e33c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -35,7 +35,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * General product controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("productController")
 @ApplicationScoped
index c65c63c17d1942f5065f3e98f59bad32e4b44041..cbda2580ddf42e8fc804d49bdee83e621411663d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -26,7 +26,7 @@ import org.mxchange.jshopcore.model.product.Product;
 /**
  * An interface for products
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaProductWebApplicationController extends Serializable {
index 189d8c0f10c9a8c65c7424c3571cde5c17191b83..196ebd3f7c5f40167add07bde50ba6572df8f7a9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -31,7 +31,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A web request bean for user profiles
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named (value = "profileController")
 @RequestScoped
index 3541725e237c2fe53d48a47dc49e3bb8d4bb79c6..9328154cdbc6cdcdbd911568a07560c282d5e7c6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A bean interface for user profiles
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaUserProfileWebRequestController extends Serializable {
 
index e2f057a08401eed994466303005a8d16c64924a9..a44c32fd641be4624a32f4058254ab67c2321426 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -24,7 +24,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * A profile mode bean
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("profileModeController")
 @ApplicationScoped
index e576dca0a5a6d805907afe66de8dd7c2b92882ad..d0d1e00b51e3ff2787eecf07bf1bb8f70be48a75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -22,7 +22,7 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
 /**
  * An interface for data beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaProfileModeWebApplicationController extends Serializable {
 
index 40f9823f10f18557220a66d3ae86d152627898bc..8fbf106ee3ddacbba2dbd70710fe5a09f8bb4a4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -29,7 +29,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
 /**
  * Checkout controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("receiptController")
 @SessionScoped
index 661817a96cd8d829a84432bd3f550e058889b022..e0acee27b528b11fd55c130c116a19255113db00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -22,7 +22,7 @@ import org.mxchange.jcustomercore.model.customer.Customer;
 /**
  * An interface for the shop
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaReceiptWebSessionController extends Serializable {
 
index 98593a2270170b635351129ce1302ebac9ebde6b..242b141f2b160fc922f1eb8e1acb0d80df941cb4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -47,7 +47,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A web bean for user registration
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("registerController")
 @SessionScoped
index 21e10684add8c1461eda4209b7c8f96dd63fbfd1..958ed4580cf1891a9771f0d950e5207d6215be48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An interface for registration web controllers
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaUserRegisterWebSessionController extends Serializable {
 
index a023fe82bec65c80c9b26828c26b385b220dcf56..63475b7c4b8872d26b00164f812f211de43503eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -37,7 +37,7 @@ import org.mxchange.pizzaapplication.beans.user.PizzaUserWebSessionController;
 /**
  * A web session bean for resending confirmation link
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("resendController")
 @SessionScoped
index d65b25671b7c583f1ae1c4f3d1f6fdd262cbe135..062d5d867caef2903acad359030683f73cf78fea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -21,7 +21,7 @@ import java.io.Serializable;
 /**
  * An interface for an email change controller
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaResendLinkWebSessionController extends Serializable {
 
index 4c21ca6a8050ac5ec899e59cfb20f2e14eb69452..f27c950b3a85424f7d3a4fc3a9f5b13e1ca4cc20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -61,7 +61,7 @@ import org.mxchange.pizzaapplication.beans.helper.PizzaWebRequestController;
 /**
  * Administrative user bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("adminUserController")
 @RequestScoped
index 03a26a612a8b2ed68936fa731c9ddd7c17006225..99611231ff50ec9dd7aa611d6f036e9e289b6ccb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -23,7 +23,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaAdminUserWebRequestController extends Serializable {
 
index 18925b2000ec601db1311ad2208f723c2be5e376..c2ea3489c7a959862c0486601ed5b603d9e5a5e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -59,7 +59,7 @@ import org.mxchange.pizzaapplication.beans.login.PizzaUserLoginWebSessionControl
 /**
  * A user bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("userController")
 @SessionScoped
index 2847064e63ddcf392cbcfea4dd1890f49779242c..aa87e4af41861f083242f3dd735b2c6b5960a859 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface PizzaUserWebSessionController extends Serializable {
 
index a70843aa000605a30b068ddeb55e4230e14ed341..ae4b484a8ff08c08945116a78deb93a84f1891e4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -43,7 +43,7 @@ import org.mxchange.pizzaapplication.beans.login.PizzaUserLoginWebSessionControl
 /**
  * A user password (change) bean (controller)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Named ("userPasswordController")
 @RequestScoped
@@ -103,7 +103,7 @@ public class PizzaUserPasswordWebRequestBean extends BasePizzaController impleme
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.userBean = (UserSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N
+                       this.userBean = (UserSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);
index 45789c5fc5babd67d60f99356c0ce1d336287d8d..e38ade0f0abfbaab587686c66c0fe35d6529bb89 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -22,7 +22,7 @@ import javax.ejb.Local;
 /**
  * An interface for user beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface PizzaUserPasswordWebRequestController extends Serializable {
index 8f3fe3859e7ad16746b4cc5f5295050555cc6158..7f550ef84c8ccd8fb611cec62842ca1deb5945fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jshopcore.model.category.CategorySessionBeanRemote;
 /**
  * A converter for transfering category objects
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter ("CategoryConverter")
 public class PizzaCategoryConverter implements Converter {
index 038b1b6a757ad299d7662c1ec0b74c327bcc67de..c15af38cff3a15ba9655998e8eead2429aba7b41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -35,7 +35,7 @@ import org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote;
 /**
  * Converter for cellphone id <-> valid cellphone instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter (value = "CellphoneConverter")
 public class PizzaCellphoneConverter implements Converter {
index b34e609ee4814482533c07fe1169ae16829d28c6..e0f516c63f6696a93e856efc68ddbeab0767f826 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
 /**
  * Converter for contact id <-> valid contact instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter (value = "ContactConverter")
 public class PizzaContactConverter implements Converter {
index 5b3571fdc5a41268fc8dd445b14cbeb7d44a6580..538277f44a9060f0b66b2954900affd8bbf4ad0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jcountry.data.CountrySingletonBeanRemote;
 /**
  * Converter for country instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter (value = "CountryConverter")
 public class PizzaCountryConverter implements Converter {
index 6ecb2bda229e52f8eef59426e6784601d435e375..f9c444a4020810ab5e9de3c03c00d3cda22d6dbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.pizzaapplication.model.customer.PizzaCustomerSessionBeanRemo
 /**
  * Converter for customer id <-> valid customer instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter (value = "CustomerConverter")
 public class PizzaCustomerConverter implements Converter {
index a1d9932dc155c8c36b6ccd89bc20d70ba3881370..85f82458f871512ba647b51e6451edd5f6ade00b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProviderSingletonBe
 /**
  * Converter for SMS provider instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter (value = "MobileProviderConverter")
 public class PizzaMobileProviderConverter implements Converter {
index 00c266122c9bdcbd78fb4f863574358743358da9..ce1c513fdfb2d9ca4020c6d1b11623d55594dbc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jusercore.model.user.UserSessionBeanRemote;
 /**
  * Converter for user id <-> valid user instance
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesConverter (value = "UserConverter")
 public class PizzaUserConverter implements Converter {
index 464e2241a58e8f3e6bc6bbf375c33255bdbb0d5a..6f98c7c109b96232d685dba5340bd72a80506d1c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -31,7 +31,7 @@ import org.mxchange.jshopcore.model.receipt.WrapableReceipt;
 /**
  * A servlet for a PDF receipt (official)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class PizzaPdfReceiptServlet extends HttpServlet {
 
index 9b4d9b450afdf1aa67db3257fcd251c6bc29c616..7cafab74b4141e959a5f01ebf501ee807627d45f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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
@@ -33,7 +33,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal;
 /**
  * A birthday validator
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesValidator("BirthdayValidator")
 public class PizzaBirthdayValidator extends BaseDateValidator implements Validator {
index dfc4d18d9f95f444ffde3f474e5ff1bf84414f51..ac4f63efb7380c7ffe201840bbb29bcb3bb60626 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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
@@ -26,7 +26,7 @@ import org.mxchange.jcoreee.validator.bool.BaseBooleanValidator;
 /**
  * A validator for privacy and terms checkboxes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @deprecated Please copy this to your project and remove the deprecation annotation
  */
 @FacesValidator (value = "PrivacyTermsCheckboxValidator")
index 1541d4c2a5d754d7447f967773926295e57309d7..ef85fe6dfb02daaf3fc1ba4dd12f47a61ddc8f66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -34,7 +34,7 @@ import org.mxchange.jcoreee.validator.string.BaseStringValidator;
 /**
  * A validator for email address validation
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesValidator ("EmailAddressValidator")
 public class PizzaEmailAddressValidator extends BaseStringValidator implements Validator {
index 86c7baf3380685a98a36a3072b8a77b3b4030e2f..f0ef5186332ed0a63f3b6c8068fd758fff35de01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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
@@ -26,7 +26,7 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator;
 /**
  * A validator for item amount
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @deprecated Please copy this to your project
  */
 @FacesValidator (value = "ItemAmountValidator")
index e834e1f79d3e51bc31843873e9047cb3e372c46c..14ee8d6ece745c5848bb4c9b28de246638d41e42 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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 Affero General Public License as
@@ -37,7 +37,7 @@ import org.mxchange.pizzaapplication.beans.login.PizzaUserLoginWebSessionControl
 /**
  * A validator for validating passwords (if they match with stored)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesValidator (value = "PizzaUserPasswordValidator")
 public class PizzaUserPasswordValidator extends BaseStringValidator implements Validator {
index 0dbdb69e3afe1660078e3cace991abe718526c85..8b7fd678bc359b3be1920c534e06391d4448ffd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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
@@ -26,7 +26,7 @@ import org.mxchange.jcoreee.validator.string.BaseStringValidator;
 /**
  * A validation class for names, such as first name or family name.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @deprecated Please copy this to your project
  */
 @FacesValidator (value = "NameValidator")
index b66c46d68a7f3bd2512a74b084acb6635ee8f747..c1e0975ac5526a17990e1ab68d941d63d5351ad2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * 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
@@ -39,7 +39,7 @@ import org.mxchange.jusercore.model.user.UserSessionBeanRemote;
 /**
  * A validator for user ids
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @FacesValidator (value = "UserIdValidator")
 public class PizzaUserIdValidator extends BaseLongValidator implements Validator {