From: Roland Häder Date: Tue, 26 Apr 2016 08:19:07 +0000 (+0200) Subject: Moved business method to jcustomer-lib as it is generic enough X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa171e22d4835eb38dc18f39a27434920556614e;p=pizzaservice-lib.git Moved business method to jcustomer-lib as it is generic enough --- diff --git a/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java index 2be1ff8..fba52b1 100644 --- a/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java +++ b/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java @@ -42,11 +42,4 @@ public interface PizzaAdminCustomerSessionBeanRemote extends AdminCustomerSessio */ public static final char CUSTOMER_NUMBER_SEPARATOR = '-'; - /** - * Creates a new (free) customer number. - *

- * @return Free customer number (no free number should not happen) - */ - String createCustomerNumber (); - }