]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
Moved business method to jcustomer-lib as it is generic enough
authorRoland Häder <roland@mxchange.org>
Tue, 26 Apr 2016 08:19:07 +0000 (10:19 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 Apr 2016 19:37:48 +0000 (21:37 +0200)
src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java

index 2be1ff82d40159a1f4811e6e56cc6c1575d9a74d..fba52b1bb82b4cbfaf71f38c807ca190c65b6a2a 100644 (file)
@@ -42,11 +42,4 @@ public interface PizzaAdminCustomerSessionBeanRemote extends AdminCustomerSessio
         */
        public static final char CUSTOMER_NUMBER_SEPARATOR = '-';
 
-       /**
-        * Creates a new (free) customer number.
-        * <p>
-        * @return Free customer number (no free number should not happen)
-        */
-       String createCustomerNumber ();
-
 }