From 34b8e5f2b3cbb3545f0d5d99b8cb0c9685fe4f32 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:11 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/java/org/mxchange/jjobs/beans/BaseJobsController.java | 4 ++-- .../beans/addressbook/JobsAddressbookWebSessionBean.java | 4 ++-- .../addressbook/JobsAddressbookWebSessionController.java | 4 ++-- .../confirmlink/JobsConfirmationLinkWebRequestBean.java | 4 ++-- .../JobsConfirmationLinkWebRequestController.java | 4 ++-- .../jjobs/beans/contact/JobsAdminContactWebRequestBean.java | 4 ++-- .../beans/contact/JobsAdminContactWebRequestController.java | 4 ++-- .../jjobs/beans/contact/JobsContactWebSessionBean.java | 4 ++-- .../beans/contact/JobsContactWebSessionController.java | 4 ++-- .../contact/phone/JobsAdminContactPhoneWebRequestBean.java | 6 +++--- .../phone/JobsAdminContactPhoneWebRequestController.java | 4 ++-- .../beans/contact/phone/JobsContactPhoneWebSessionBean.java | 4 ++-- .../contact/phone/JobsContactPhoneWebSessionController.java | 4 ++-- .../jjobs/beans/country/JobsAdminCountryWebRequestBean.java | 4 ++-- .../beans/country/JobsAdminCountryWebRequestController.java | 4 ++-- .../jjobs/beans/country/JobsCountryWebApplicationBean.java | 4 ++-- .../beans/country/JobsCountryWebApplicationController.java | 4 ++-- .../beans/email_address/JobsEmailChangeWebSessionBean.java | 4 ++-- .../email_address/JobsEmailChangeWebSessionController.java | 4 ++-- .../jjobs/beans/features/JobsFeatureWebApplicationBean.java | 4 ++-- .../features/JobsFeaturesWebApplicationController.java | 4 ++-- .../jjobs/beans/gender/JobsGenderWebApplicationBean.java | 4 ++-- .../beans/gender/JobsGenderWebApplicationController.java | 4 ++-- .../mxchange/jjobs/beans/helper/JobsWebViewHelperBean.java | 4 ++-- .../jjobs/beans/helper/JobsWebViewHelperController.java | 4 ++-- .../beans/localization/JobsLocalizationSessionBean.java | 4 ++-- .../localization/JobsLocalizationSessionController.java | 4 ++-- .../jjobs/beans/login/JobsUserLoginWebSessionBean.java | 4 ++-- .../beans/login/JobsUserLoginWebSessionController.java | 4 ++-- .../JobsAdminMobileProviderWebRequestBean.java | 4 ++-- .../JobsAdminMobileProviderWebRequestController.java | 4 ++-- .../mobileprovider/JobsMobileProviderWebRequestBean.java | 4 ++-- .../JobsMobileProviderWebRequestController.java | 4 ++-- .../jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java | 4 ++-- .../beans/phone/JobsAdminPhoneWebRequestController.java | 4 ++-- .../jjobs/beans/phone/JobsPhoneWebApplicationBean.java | 6 +++--- .../beans/phone/JobsPhoneWebApplicationController.java | 4 ++-- .../jjobs/beans/profile/JobsUserProfileWebRequestBean.java | 4 ++-- .../beans/profile/JobsUserProfileWebRequestController.java | 4 ++-- .../profilemode/JobsProfileModeWebApplicationBean.java | 4 ++-- .../JobsProfileModeWebApplicationController.java | 4 ++-- .../beans/register/JobsUserRegisterWebSessionBean.java | 4 ++-- .../register/JobsUserRegisterWebSessionController.java | 4 ++-- .../beans/resendlink/JobsResendLinkWebSessionBean.java | 4 ++-- .../resendlink/JobsResendLinkWebSessionController.java | 4 ++-- .../jjobs/beans/user/JobsAdminUserWebRequestBean.java | 4 ++-- .../jjobs/beans/user/JobsAdminUserWebRequestController.java | 4 ++-- .../mxchange/jjobs/beans/user/JobsUserWebSessionBean.java | 6 +++--- .../jjobs/beans/user/JobsUserWebSessionController.java | 4 ++-- .../user/activity/JobsUserActivityWebApplicationBean.java | 6 +++--- .../activity/JobsUserActivityWebApplicationController.java | 4 ++-- .../beans/user/password/JobsUserPasswordWebRequestBean.java | 6 +++--- .../user/password/JobsUserPasswordWebRequestController.java | 4 ++-- .../jjobs/converter/contact/JobsContactConverter.java | 4 ++-- .../jjobs/converter/country/JobsCountryConverter.java | 4 ++-- .../jjobs/converter/fax/JobsFaxNumberConverter.java | 6 +++--- .../converter/landline/JobsLandLineNumberConverter.java | 6 +++--- .../jjobs/converter/mobile/JobsMobileConverter.java | 4 ++-- .../mobileprovider/JobsMobileProviderConverter.java | 4 ++-- .../mxchange/jjobs/converter/user/JobsUserConverter.java | 4 ++-- .../mxchange/jjobs/debug/JobsDebugLifeCycleListener.java | 4 ++-- .../validator/addressbook/JobsAddressbookIdValidator.java | 4 ++-- .../jjobs/validator/birthday/JobsBirthdayValidator.java | 4 ++-- .../privacy_terms/JobsPrivacyTermsCheckboxValidator.java | 4 ++-- .../validator/emailaddress/JobsEmailAddressValidator.java | 4 ++-- .../mxchange/jjobs/validator/names/JobsNameValidator.java | 4 ++-- .../jjobs/validator/password/JobsUserPasswordValidator.java | 4 ++-- .../validator/phone/abroad/JobsAbroadDialValidator.java | 4 ++-- .../validator/phone/number/JobsPhoneNumberValidator.java | 4 ++-- .../mxchange/jjobs/validator/user/JobsUserIdValidator.java | 4 ++-- src/java/org/mxchange/localization/bundle_de_DE.properties | 2 +- src/java/org/mxchange/localization/bundle_en_US.properties | 2 +- 72 files changed, 149 insertions(+), 149 deletions(-) diff --git a/src/java/org/mxchange/jjobs/beans/BaseJobsController.java b/src/java/org/mxchange/jjobs/beans/BaseJobsController.java index 9ff18c85..6bff292d 100644 --- a/src/java/org/mxchange/jjobs/beans/BaseJobsController.java +++ b/src/java/org/mxchange/jjobs/beans/BaseJobsController.java @@ -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.jusercore.model.user.UserUtils; /** * A general controller *

- * @author Roland Haeder + * @author Roland Häder */ public abstract class BaseJobsController implements Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java index baf73ea9..81bd02d2 100644 --- a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java @@ -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 @@ -49,7 +49,7 @@ import org.mxchange.jusercore.model.user.User; /** * An address book bean (controller) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("addressbookController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java index b518795f..3d716c56 100644 --- a/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionController.java @@ -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 @@ -28,7 +28,7 @@ import org.mxchange.jusercore.model.user.User; /** * An interface for address book beans *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsAddressbookWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestBean.java index 5e81e924..31e1f9bf 100644 --- a/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestBean.java @@ -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.jusercore.model.user.status.UserAccountStatus; /** * A web request bean for confirmation link handling *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("confirmationLinkController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestController.java b/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestController.java index 183a472f..9c82efdd 100644 --- a/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/confirmlink/JobsConfirmationLinkWebRequestController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsConfirmationLinkWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestBean.java index f5f168a9..85b3fe4c 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestBean.java @@ -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 @@ -56,7 +56,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent; /** * An administrative user controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminContactController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestController.java b/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestController.java index 3ae9206d..ccfcba28 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/contact/JobsAdminContactWebRequestController.java @@ -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.jusercore.events.user.add.AdminAddedUserEvent; /** * An administrative interface for user beans *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsAdminContactWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java index 4fe7dc4e..6e223c2b 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java @@ -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 @@ -66,7 +66,7 @@ import org.mxchange.jusercore.model.user.User; /** * A general contact controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("contactController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionController.java b/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionController.java index 468d962a..78b565fc 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionController.java @@ -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.jusercore.events.user.linked.AdminLinkedUserEvent; /** * An interface for user beans *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsContactWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestBean.java index c37e0cd5..f693fe9f 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestBean.java @@ -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.jusercore.events.user.add.AdminAddedUserEvent; /** * An administrative contact phone controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminContactPhoneController") @RequestScoped @@ -149,7 +149,7 @@ public class JobsAdminContactPhoneWebRequestBean extends BaseJobsController impl 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/jjobs-ejb/adminContactPhone!org.mxchange.jcontacts.phone.AdminContactsPhoneSessionBeanRemote"); //NOI18N } catch (final NamingException e) { // Throw again throw new FaceletException(e); diff --git a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestController.java b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestController.java index 6caec3bc..a9caa56f 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestController.java @@ -1,6 +1,6 @@ /* - * 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 *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsAdminContactPhoneWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java index d9ec6cc9..6936fd78 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionBean.java @@ -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.jusercore.events.user.add.AdminAddedUserEvent; /** * An administrative contact phone controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("contactPhoneController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionController.java b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionController.java index 6c858473..5bb0d3cd 100644 --- a/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/contact/phone/JobsContactPhoneWebSessionController.java @@ -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 @@ -30,7 +30,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent; /** * An interface for user beans *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsContactPhoneWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestBean.java index 9b6117fe..49f509fc 100644 --- a/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestBean.java @@ -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.jjobs.beans.BaseJobsController; /** * An administrative country bean *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminCountryController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestController.java b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestController.java index 9ea1d2a2..cd52bd58 100644 --- a/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebRequestController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsAdminCountryWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationBean.java index ff02ee7a..8e2a27b8 100644 --- a/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationBean.java @@ -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.jjobs.beans.BaseJobsController; /** * A country bean *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("countryController") @ApplicationScoped diff --git a/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationController.java index 226fcc45..42a10db1 100644 --- a/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsCountryWebApplicationController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsCountryWebApplicationController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionBean.java index 38ec33c2..d2760b0f 100644 --- a/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionBean.java @@ -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.jusercore.model.user.User; /** * A web session bean for changing email addresses *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("emailChangeController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionController.java b/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionController.java index 617adf92..16c50585 100644 --- a/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsEmailChangeWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/features/JobsFeatureWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/features/JobsFeatureWebApplicationBean.java index 988c55fe..636e2617 100644 --- a/src/java/org/mxchange/jjobs/beans/features/JobsFeatureWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/features/JobsFeatureWebApplicationBean.java @@ -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.jjobs.beans.BaseJobsController; /** * A feature bean *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("featureController") @ApplicationScoped diff --git a/src/java/org/mxchange/jjobs/beans/features/JobsFeaturesWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/features/JobsFeaturesWebApplicationController.java index 54107e9c..8ddeec2b 100644 --- a/src/java/org/mxchange/jjobs/beans/features/JobsFeaturesWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/features/JobsFeaturesWebApplicationController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsFeaturesWebApplicationController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationBean.java index ba6976d9..3bb4b574 100644 --- a/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationBean.java @@ -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.jjobs.beans.BaseJobsController; /** * A gender bean *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("gender") @ApplicationScoped diff --git a/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationController.java index 83a93525..dabd2d5b 100644 --- a/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/gender/JobsGenderWebApplicationController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsGenderWebApplicationController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperBean.java b/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperBean.java index 3d4fbd70..98d3dbed 100644 --- a/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperBean.java +++ b/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperBean.java @@ -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.User; /** * A general helper for beans *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminHelper") @ViewScoped diff --git a/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperController.java b/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperController.java index 84688ada..bff572bd 100644 --- a/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperController.java +++ b/src/java/org/mxchange/jjobs/beans/helper/JobsWebViewHelperController.java @@ -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.User; /** * An interface for general bean helper *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsWebViewHelperController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionBean.java b/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionBean.java index 941da4bc..3ecd190c 100644 --- a/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionBean.java @@ -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.jusercore.events.logout.ObserveableUserLogoutEvent; *

* 1: http://www.mkyong.com/jsf2/jsf-2-internationalization-example/ *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("localizationController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionController.java b/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionController.java index 2787da6b..02867a65 100644 --- a/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/localization/JobsLocalizationSessionController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsLocalizationSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java index f92096fd..7fbe7628 100644 --- a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java @@ -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.jusercore.model.user.status.UserAccountStatus; /** * A web bean for user registration *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("loginController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionController.java b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionController.java index f7a1cbb8..059a2799 100644 --- a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsUserLoginWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestBean.java index 3b8b6dff..4df13895 100644 --- a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestBean.java @@ -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.jphone.phonenumbers.mobileprovider.MobileProvider; /** * Administrative controller (bean) for mobile provider *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminMobileProviderController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestController.java b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestController.java index 3eb383cc..39927df4 100644 --- a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsAdminMobileProviderWebRequestController.java @@ -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. *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsAdminMobileProviderWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestBean.java index bfc56903..58163751 100644 --- a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestBean.java @@ -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 /** * A general bean for mobile providers *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("mobileProviderController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestController.java b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestController.java index 2b7d6974..8b2d65da 100644 --- a/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/mobileprovider/JobsMobileProviderWebRequestController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsMobileProviderWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java index 9342c2bb..6c742628 100644 --- a/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestBean.java @@ -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 @@ -58,7 +58,7 @@ import org.mxchange.jphone.phonenumbers.phone.AdminPhoneSessionBeanRemote; /** * Administrative controller (bean) for phone numbers *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminPhoneController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestController.java b/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestController.java index 5f068c4a..fe80c73f 100644 --- a/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/phone/JobsAdminPhoneWebRequestController.java @@ -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; * An interface for a request web controller (bean) for administrative phone * number purposes. *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsAdminPhoneWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationBean.java index 138f07f2..3ddde188 100644 --- a/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationBean.java @@ -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 @@ -50,7 +50,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent; /** * Regular controller (bean) for phone numbers *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("phoneController") @ApplicationScoped @@ -91,7 +91,7 @@ public class JobsPhoneWebApplicationBean extends BaseJobsController implements J Context context = new InitialContext(); // Try to lookup the beans - this.phoneBean = (PhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/phone!org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote"); //NOI18N + this.phoneBean = (PhoneSessionBeanRemote) context.lookup("java:global/jjobs-ejb/phone!org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote"); //NOI18N } catch (final NamingException e) { // Throw it again throw new FaceletException(e); diff --git a/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationController.java index ff081654..2123b7a1 100644 --- a/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/phone/JobsPhoneWebApplicationController.java @@ -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.jusercore.events.user.add.AdminAddedUserEvent; * An interface for a request web controller (bean) for administrative phone * number purposes. *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsPhoneWebApplicationController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestBean.java index 3cbfe2b0..eabc4738 100644 --- a/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestBean.java @@ -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.jusercore.model.user.profilemodes.ProfileMode; /** * A web request bean for user profiles *

- * @author Roland Haeder + * @author Roland Häder */ @Named (value = "profileController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestController.java b/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestController.java index 339e2040..68ae294d 100644 --- a/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsUserProfileWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationBean.java index 204e418c..31dfe760 100644 --- a/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationBean.java @@ -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.profilemodes.ProfileMode; /** * A profile mode bean *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("profileMode") @ApplicationScoped diff --git a/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationController.java index e52e10e4..a8cd8708 100644 --- a/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/profilemode/JobsProfileModeWebApplicationController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsProfileModeWebApplicationController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionBean.java index 25eabaf1..d863c41b 100644 --- a/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionBean.java @@ -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.jusercore.model.user.status.UserAccountStatus; /** * A web bean for user registration *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("registerController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionController.java b/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionController.java index 16116dbe..f5d95bee 100644 --- a/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/register/JobsUserRegisterWebSessionController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsUserRegisterWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionBean.java index b08919a6..d5ac92d3 100644 --- a/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionBean.java @@ -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.jusercore.model.user.status.UserAccountStatus; /** * A web session bean for resending confirmation link *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("resendController") @SessionScoped diff --git a/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionController.java b/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionController.java index 1f659e05..94758596 100644 --- a/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsResendLinkWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestBean.java index 7e638596..345ff110 100644 --- a/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestBean.java @@ -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 @@ -68,7 +68,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus; /** * A user controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("adminUserController") @RequestScoped diff --git a/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestController.java b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestController.java index 305cf3d1..ac85a7ec 100644 --- a/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsAdminUserWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionBean.java index 9ba46bf0..22c4f2a6 100644 --- a/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionBean.java @@ -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.jusercore.model.user.profilemodes.ProfileMode; /** * A user controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("userController") @SessionScoped @@ -162,7 +162,7 @@ public class JobsUserWebSessionBean extends BaseJobsController implements JobsUs 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/jjobs-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N } catch (final NamingException e) { // Throw again throw new FaceletException(e); diff --git a/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionController.java b/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionController.java index d8c45f6e..9bf777bb 100644 --- a/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/user/JobsUserWebSessionController.java @@ -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 @@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode; /** * An interface for user beans *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobsUserWebSessionController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationBean.java index ede0071b..8f9e66f7 100644 --- a/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationBean.java @@ -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 @@ -56,7 +56,7 @@ import org.mxchange.jusercore.model.user.activity.comparator.UserActivityLogTime /** * A controller (bean) for user activity log *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("userActivityController") @ApplicationScoped @@ -94,7 +94,7 @@ public class JobsUserActivityWebApplicationBean extends BaseJobsController imple Context context = new InitialContext(); // Try to lookup - this.userActivityBean = (UserActivityLogSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/userActivity!org.mxchange.jusercore.model.user.activity.UserActivityLogSessionBeanRemote"); //NOI18N + this.userActivityBean = (UserActivityLogSessionBeanRemote) context.lookup("java:global/jjobs-ejb/userActivity!org.mxchange.jusercore.model.user.activity.UserActivityLogSessionBeanRemote"); //NOI18N } catch (final NamingException e) { // Throw again throw new FaceletException(e); diff --git a/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationController.java index e333bca8..bdb7a650 100644 --- a/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/user/activity/JobsUserActivityWebApplicationController.java @@ -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 @@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.activity.LogableUserActivity; /** * A controller (bean) interface for user activity log *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsUserActivityWebApplicationController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestBean.java b/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestBean.java index 563319ff..e9a4ba45 100644 --- a/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestBean.java +++ b/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestBean.java @@ -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.jusercore.model.user.password_history.PasswordHistory; /** * A user password (change) controller (bean) *

- * @author Roland Haeder + * @author Roland Häder */ @Named ("userPasswordController") @RequestScoped @@ -98,7 +98,7 @@ public class JobsUserPasswordWebRequestBean extends BaseJobsController implement 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/jjobs-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N } catch (final NamingException e) { // Throw again throw new FaceletException(e); diff --git a/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestController.java b/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestController.java index a47f00b5..742f05a5 100644 --- a/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestController.java +++ b/src/java/org/mxchange/jjobs/beans/user/password/JobsUserPasswordWebRequestController.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Local public interface JobsUserPasswordWebRequestController extends Serializable { diff --git a/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java b/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java index 3030f50c..44832d63 100644 --- a/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java +++ b/src/java/org/mxchange/jjobs/converter/contact/JobsContactConverter.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "ContactConverter") public class JobsContactConverter implements Converter { diff --git a/src/java/org/mxchange/jjobs/converter/country/JobsCountryConverter.java b/src/java/org/mxchange/jjobs/converter/country/JobsCountryConverter.java index 94f32f47..2122a381 100644 --- a/src/java/org/mxchange/jjobs/converter/country/JobsCountryConverter.java +++ b/src/java/org/mxchange/jjobs/converter/country/JobsCountryConverter.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "CountryConverter") public class JobsCountryConverter implements Converter { diff --git a/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java b/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java index 5548d4d1..91b89ce6 100644 --- a/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java +++ b/src/java/org/mxchange/jjobs/converter/fax/JobsFaxNumberConverter.java @@ -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 fax id <-> valid fax number instance *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "FaxNumberConverter") public class JobsFaxNumberConverter implements Converter { @@ -64,7 +64,7 @@ public class JobsFaxNumberConverter implements Converter { this.loggerBeanLocal = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N // ... and user controller - this.phoneBean = (PhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/phone!org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote"); //NOI18N + this.phoneBean = (PhoneSessionBeanRemote) context.lookup("java:global/jjobs-ejb/phone!org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote"); //NOI18N } catch (final NamingException ex) { // Continue to throw it throw new RuntimeException(MessageFormat.format("context.lookup() failed: {0}", ex.getMessage()), ex); //NOI18N diff --git a/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java b/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java index 8cff9bb1..008d3407 100644 --- a/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java +++ b/src/java/org/mxchange/jjobs/converter/landline/JobsLandLineNumberConverter.java @@ -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 land-line id <-> valid land-line number instance *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "LandLineNumberConverter") public class JobsLandLineNumberConverter implements Converter { @@ -64,7 +64,7 @@ public class JobsLandLineNumberConverter implements Converter { this.loggerBeanLocal = (LoggerBeanLocal) context.lookup("java:global/jcore-logger-ejb/logger!org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal"); //NOI18N // ... and user controller - this.phoneBean = (PhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/phone!org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote"); //NOI18N + this.phoneBean = (PhoneSessionBeanRemote) context.lookup("java:global/jjobs-ejb/phone!org.mxchange.jphone.phonenumbers.phone.PhoneSessionBeanRemote"); //NOI18N } catch (final NamingException ex) { // Continue to throw it throw new RuntimeException(MessageFormat.format("context.lookup() failed: {0}", ex.getMessage()), ex); //NOI18N diff --git a/src/java/org/mxchange/jjobs/converter/mobile/JobsMobileConverter.java b/src/java/org/mxchange/jjobs/converter/mobile/JobsMobileConverter.java index 56869c78..c1286f2c 100644 --- a/src/java/org/mxchange/jjobs/converter/mobile/JobsMobileConverter.java +++ b/src/java/org/mxchange/jjobs/converter/mobile/JobsMobileConverter.java @@ -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 mobile id <-> valid mobile instance *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "CellphoneConverter") public class JobsMobileConverter implements Converter { diff --git a/src/java/org/mxchange/jjobs/converter/mobileprovider/JobsMobileProviderConverter.java b/src/java/org/mxchange/jjobs/converter/mobileprovider/JobsMobileProviderConverter.java index 7b810287..34728d6f 100644 --- a/src/java/org/mxchange/jjobs/converter/mobileprovider/JobsMobileProviderConverter.java +++ b/src/java/org/mxchange/jjobs/converter/mobileprovider/JobsMobileProviderConverter.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "cellphoneCarrier") public class JobsMobileProviderConverter implements Converter { diff --git a/src/java/org/mxchange/jjobs/converter/user/JobsUserConverter.java b/src/java/org/mxchange/jjobs/converter/user/JobsUserConverter.java index d2afb693..7e30a353 100644 --- a/src/java/org/mxchange/jjobs/converter/user/JobsUserConverter.java +++ b/src/java/org/mxchange/jjobs/converter/user/JobsUserConverter.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesConverter (value = "UserConverter") public class JobsUserConverter implements Converter { diff --git a/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java b/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java index b3ce4ffa..bc7a2408 100644 --- a/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java +++ b/src/java/org/mxchange/jjobs/debug/JobsDebugLifeCycleListener.java @@ -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.event.PhaseListener; /** * A listener for debugging JSF lifecycle phases *

- * @author Roland Haeder + * @author Roland Häder */ public class JobsDebugLifeCycleListener implements PhaseListener { diff --git a/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java b/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java index 5b6f0297..143fd629 100644 --- a/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java +++ b/src/java/org/mxchange/jjobs/validator/addressbook/JobsAddressbookIdValidator.java @@ -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 @@ -35,7 +35,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; /** * A validator for address book id verification *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator (value = "AddressbookIdValidator") public class JobsAddressbookIdValidator extends BaseLongValidator { diff --git a/src/java/org/mxchange/jjobs/validator/birthday/JobsBirthdayValidator.java b/src/java/org/mxchange/jjobs/validator/birthday/JobsBirthdayValidator.java index ab0c9989..434d46fe 100644 --- a/src/java/org/mxchange/jjobs/validator/birthday/JobsBirthdayValidator.java +++ b/src/java/org/mxchange/jjobs/validator/birthday/JobsBirthdayValidator.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator("BirthdayValidator") public class JobsBirthdayValidator extends BaseDateValidator implements Validator { diff --git a/src/java/org/mxchange/jjobs/validator/bool/privacy_terms/JobsPrivacyTermsCheckboxValidator.java b/src/java/org/mxchange/jjobs/validator/bool/privacy_terms/JobsPrivacyTermsCheckboxValidator.java index bab9e6b6..e167d949 100644 --- a/src/java/org/mxchange/jjobs/validator/bool/privacy_terms/JobsPrivacyTermsCheckboxValidator.java +++ b/src/java/org/mxchange/jjobs/validator/bool/privacy_terms/JobsPrivacyTermsCheckboxValidator.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder * @deprecated Please copy this to your project and remove the deprecation annotation */ @FacesValidator (value = "PrivacyTermsCheckboxValidator") diff --git a/src/java/org/mxchange/jjobs/validator/emailaddress/JobsEmailAddressValidator.java b/src/java/org/mxchange/jjobs/validator/emailaddress/JobsEmailAddressValidator.java index fbf98ec6..edbfcffe 100644 --- a/src/java/org/mxchange/jjobs/validator/emailaddress/JobsEmailAddressValidator.java +++ b/src/java/org/mxchange/jjobs/validator/emailaddress/JobsEmailAddressValidator.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator ("EmailAddressValidator") public class JobsEmailAddressValidator extends BaseStringValidator implements Validator { diff --git a/src/java/org/mxchange/jjobs/validator/names/JobsNameValidator.java b/src/java/org/mxchange/jjobs/validator/names/JobsNameValidator.java index 5c7b9726..1ad98af8 100644 --- a/src/java/org/mxchange/jjobs/validator/names/JobsNameValidator.java +++ b/src/java/org/mxchange/jjobs/validator/names/JobsNameValidator.java @@ -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 addressbook names, such as first name or family name. *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator (value = "AddressbookNameValidator") public class JobsNameValidator extends BaseStringValidator implements Validator { diff --git a/src/java/org/mxchange/jjobs/validator/password/JobsUserPasswordValidator.java b/src/java/org/mxchange/jjobs/validator/password/JobsUserPasswordValidator.java index 1cd59072..2a901e8f 100644 --- a/src/java/org/mxchange/jjobs/validator/password/JobsUserPasswordValidator.java +++ b/src/java/org/mxchange/jjobs/validator/password/JobsUserPasswordValidator.java @@ -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.jusercore.model.user.UserUtils; /** * A validator for validating passwords (if they match with stored) *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator (value = "UserPasswordValidator") public class JobsUserPasswordValidator extends BaseStringValidator implements Validator { diff --git a/src/java/org/mxchange/jjobs/validator/phone/abroad/JobsAbroadDialValidator.java b/src/java/org/mxchange/jjobs/validator/phone/abroad/JobsAbroadDialValidator.java index 29a9c04f..fff572d5 100644 --- a/src/java/org/mxchange/jjobs/validator/phone/abroad/JobsAbroadDialValidator.java +++ b/src/java/org/mxchange/jjobs/validator/phone/abroad/JobsAbroadDialValidator.java @@ -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 @@ -28,7 +28,7 @@ import org.mxchange.jcoreee.validator.BaseObjectValidator; /** * A validator for phone, fax and mobile numbers *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator (value = "AbroadDialValidator") public class JobsAbroadDialValidator extends BaseObjectValidator implements Validator { diff --git a/src/java/org/mxchange/jjobs/validator/phone/number/JobsPhoneNumberValidator.java b/src/java/org/mxchange/jjobs/validator/phone/number/JobsPhoneNumberValidator.java index dcb85d59..bf161add 100644 --- a/src/java/org/mxchange/jjobs/validator/phone/number/JobsPhoneNumberValidator.java +++ b/src/java/org/mxchange/jjobs/validator/phone/number/JobsPhoneNumberValidator.java @@ -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 phone, fax and mobile numbers *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator (value = "PhoneNumberValidator") public class JobsPhoneNumberValidator extends BaseLongValidator implements Validator { diff --git a/src/java/org/mxchange/jjobs/validator/user/JobsUserIdValidator.java b/src/java/org/mxchange/jjobs/validator/user/JobsUserIdValidator.java index 2afa843f..1ee29c43 100644 --- a/src/java/org/mxchange/jjobs/validator/user/JobsUserIdValidator.java +++ b/src/java/org/mxchange/jjobs/validator/user/JobsUserIdValidator.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @FacesValidator (value = "UserIdValidator") public class JobsUserIdValidator extends BaseLongValidator implements Validator { diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 600d4c7d..7f435682 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -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 diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 65b31316..cdfbe13e 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -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 -- 2.39.5