]> git.mxchange.org Git - pizzaservice-lib.git/commitdiff
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Mon, 25 Apr 2016 13:22:26 +0000 (15:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 Apr 2016 19:36:01 +0000 (21:36 +0200)
- added remote interface (empty for now) for general and administrative purposes
- added depencies jcustomer-core and jcustomer-lib

Signed-off-by: Roland Häder <roland@mxchange.org>
lib/jcustomer-core.jar [new file with mode: 0644]
lib/jcustomer-lib.jar [new file with mode: 0644]
lib/jratecalc-core.jar [new file with mode: 0644]
lib/pizzaservice-core.jar [new file with mode: 0644]
nbproject/project.properties
src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java [new file with mode: 0644]

diff --git a/lib/jcustomer-core.jar b/lib/jcustomer-core.jar
new file mode 100644 (file)
index 0000000..f1e5889
Binary files /dev/null and b/lib/jcustomer-core.jar differ
diff --git a/lib/jcustomer-lib.jar b/lib/jcustomer-lib.jar
new file mode 100644 (file)
index 0000000..aff0f35
Binary files /dev/null and b/lib/jcustomer-lib.jar differ
diff --git a/lib/jratecalc-core.jar b/lib/jratecalc-core.jar
new file mode 100644 (file)
index 0000000..47e3bda
Binary files /dev/null and b/lib/jratecalc-core.jar differ
diff --git a/lib/pizzaservice-core.jar b/lib/pizzaservice-core.jar
new file mode 100644 (file)
index 0000000..0f5bdcc
Binary files /dev/null and b/lib/pizzaservice-core.jar differ
index c0c7797e6b07f2dcfe4aea8d58280a973a6d4f41..e545f247b9d43f2e148b87b924cf27dc4aaa87c0 100644 (file)
@@ -35,8 +35,11 @@ file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar
 file.reference.jcoreee.jar=lib/jcoreee.jar
 file.reference.jcountry-core.jar=lib/jcountry-core.jar
 file.reference.jcountry-lib.jar=lib\\jcountry-lib.jar
+file.reference.jcustomer-core.jar=lib/jcustomer-core.jar
+file.reference.jcustomer-lib.jar=lib/jcustomer-lib.jar
 file.reference.jshop-core.jar=lib/jshop-core.jar
 file.reference.jshop-ee-lib.jar=lib/jshop-ee-lib.jar
+file.reference.pizzaservice-core.jar=lib/pizzaservice-core.jar
 includes=**
 jar.archive.disabled=${jnlp.enabled}
 jar.compress=false
@@ -48,11 +51,15 @@ javac.classpath=\
     ${file.reference.jcountry-lib.jar}:\
     ${file.reference.jshop-core.jar}:\
     ${file.reference.jshop-ee-lib.jar}:\
+    ${file.reference.jcustomer-core.jar}:\
+    ${file.reference.jcustomer-lib.jar}:\
+    ${file.reference.pizzaservice-core.jar}:\
     ${file.reference.cdi-api.jar}:\
     ${libs.javaee-api-7.0.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
 javac.deprecation=true
+javac.external.vm=false
 javac.processorpath=\
     ${javac.classpath}
 javac.source=1.7
@@ -105,7 +112,10 @@ source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/
 source.reference.jcoreee.jar=../jcoreee/src/
 source.reference.jcountry-core.jar=../jcountry-core/src/
 source.reference.jcountry-lib.jar=../jcountry-lib/src/
+source.reference.jcustomer-core.jar=../jcustomer-core/src/
+source.reference.jcustomer-lib.jar=../jcustomer-lib/src/
 source.reference.jshop-core.jar=../jshop-core/src/
 source.reference.jshop-ee-lib.jar=../jshop-ee-lib/src/
+source.reference.pizzaservice-core.jar=../pizzaservice-core/src/
 src.dir=src
 test.src.dir=test
diff --git a/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/model/customer/PizzaAdminCustomerSessionBeanRemote.java
new file mode 100644 (file)
index 0000000..feddd9c
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2016 Roland Haeder
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.mxchange.pizzaapplication.model.customer;
+
+import org.mxchange.jcustomercore.model.customer.AdminCustomerSessionBeanRemote;
+
+/**
+ * A custom remote interface for PizzaService customers
+ * <p>
+ * @author Roland Haeder<roland@mxchange.org>
+ */
+public interface PizzaAdminCustomerSessionBeanRemote extends AdminCustomerSessionBeanRemote {
+
+}
diff --git a/src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java b/src/org/mxchange/pizzaapplication/model/customer/PizzaCustomerSessionBeanRemote.java
new file mode 100644 (file)
index 0000000..bd3f1da
--- /dev/null
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2016 Roland Haeder
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+package org.mxchange.pizzaapplication.model.customer;
+
+import org.mxchange.jcustomercore.model.customer.CustomerSessionBeanRemote;
+
+/**
+ * A custom remote interface for PizzaService customers
+ * <p>
+ * @author Roland Haeder<roland@mxchange.org>
+ */
+public interface PizzaCustomerSessionBeanRemote extends CustomerSessionBeanRemote {
+
+}