From c3151c9cab2905ad5e15ba60fe6dd2da68f07957 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 10 Apr 2016 19:46:47 +0200 Subject: [PATCH] Moved to proper package --- .../beans/user/JobsAdminUserWebSessionBean.java} | 6 +++--- .../beans/user/JobsAdminUserWebSessionController.java} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename src/java/org/mxchange/{pizzaapplication/beans/user/PizzaAdminUserWebSessionBean.java => jjobs/beans/user/JobsAdminUserWebSessionBean.java} (98%) rename src/java/org/mxchange/{pizzaapplication/beans/user/PizzaAdminUserWebSessionController.java => jjobs/beans/user/JobsAdminUserWebSessionController.java} (98%) diff --git a/src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionBean.java similarity index 98% rename from src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionBean.java rename to src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionBean.java index 92af11c2..20c93b78 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionBean.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.user; +package org.mxchange.jjobs.beans.user; import java.util.Collections; import java.util.Date; @@ -43,7 +43,7 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode; */ @Named ("adminUserController") @SessionScoped -public class PizzaAdminUserWebSessionBean implements PizzaAdminUserWebSessionController { +public class JobsAdminUserWebSessionBean implements JobsAdminUserWebSessionController { /** * Serial number @@ -184,7 +184,7 @@ public class PizzaAdminUserWebSessionBean implements PizzaAdminUserWebSessionCon /** * Default constructor */ - public PizzaAdminUserWebSessionBean () { + public JobsAdminUserWebSessionBean () { // Set gender to UNKNOWN this.gender = Gender.UNKNOWN; diff --git a/src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionController.java b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionController.java similarity index 98% rename from src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionController.java rename to src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionController.java index f2b25ad8..dfb13f21 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/user/PizzaAdminUserWebSessionController.java +++ b/src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebSessionController.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.user; +package org.mxchange.jjobs.beans.user; import java.io.Serializable; import java.util.Date; @@ -31,7 +31,7 @@ import org.mxchange.jusercore.model.user.profilemodes.ProfileMode; *

* @author Roland Haeder */ -public interface PizzaAdminUserWebSessionController extends Serializable { +public interface JobsAdminUserWebSessionController extends Serializable { /** * Tries to lookup user by given id number. If the user is not found or the -- 2.39.5