From 0ee9e7afbd91e2ca825993b64f593703e5428f72 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 11 Apr 2016 18:37:29 +0200 Subject: [PATCH] Moved to proper package and fixed interface name from pizzaservice-war cherry-pick --- .../country/JobsAdminCountryWebApplicationBean.java} | 8 ++++---- .../JobsAdminCountryWebApplicationController.java} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename src/java/org/mxchange/{pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java => jjobs/beans/country/JobsAdminCountryWebApplicationBean.java} (95%) rename src/java/org/mxchange/{pizzaapplication/beans/country/PizzaAdminCountryWebApplicationController.java => jjobs/beans/country/JobsAdminCountryWebApplicationController.java} (96%) diff --git a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java similarity index 95% rename from src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java rename to src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java index e3663743..aa29d719 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationBean.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationBean.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -package org.mxchange.pizzaapplication.beans.country; +package org.mxchange.jjobs.beans.country; import java.util.Iterator; import java.util.List; @@ -38,7 +38,7 @@ import org.mxchange.jcountry.exceptions.CountryAlreadyAddedException; */ @Named ("adminCountryController") @ApplicationScoped -public class PizzaAdminCountryWebApplicationBean implements PizzaAdminCountryWebApplicationController { +public class JobsAdminCountryWebApplicationBean implements JobsAdminCountryWebApplicationController { /** * Serial number @@ -64,7 +64,7 @@ public class PizzaAdminCountryWebApplicationBean implements PizzaAdminCountryWeb * Regular country controller */ @Inject - private PizzaCountryWebApplicationController countryController; + private JobsCountryWebApplicationController countryController; /** * Local dial prefix @@ -89,7 +89,7 @@ public class PizzaAdminCountryWebApplicationBean implements PizzaAdminCountryWeb /** * Default constructor */ - public PizzaAdminCountryWebApplicationBean () { + public JobsAdminCountryWebApplicationBean () { // Try this try { // Get initial context diff --git a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationController.java b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationController.java similarity index 96% rename from src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationController.java rename to src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationController.java index 40b581ea..ad4dc467 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/country/PizzaAdminCountryWebApplicationController.java +++ b/src/java/org/mxchange/jjobs/beans/country/JobsAdminCountryWebApplicationController.java @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -package org.mxchange.pizzaapplication.beans.country; +package org.mxchange.jjobs.beans.country; import java.io.Serializable; import java.util.List; @@ -25,7 +25,7 @@ import org.mxchange.jcountry.data.Country; *

* @author Roland Haeder */ -public interface PizzaAdminCountryWebApplicationController extends Serializable { +public interface JobsAdminCountryWebApplicationController extends Serializable { /** * A list of all countries -- 2.39.5