From: Roland Häder <roland@mxchange.org>
Date: Thu, 23 Apr 2020 07:50:47 +0000 (+0200)
Subject: Intialized jbonuscard-lib project based on jfinancials-lib
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17256fc3b543f29b060eb1172b0e4dccfc82ce64;p=jbonuscard-lib.git

Intialized jbonuscard-lib project based on jfinancials-lib

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/README.txt b/README.txt
index 1538010..b9bb69a 100644
--- a/README.txt
+++ b/README.txt
@@ -4,5 +4,3 @@ README.txt
 1) What is this?
 ---------------
 
-This is a library for the jfinancials application. It should be linked as
-NetBeans project in all applications (Console, Swing, JSF, ...).
diff --git a/build.xml b/build.xml
index 45c787b..f2c1f88 100644
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
 <!-- the Compile on Save feature is turned off for the project. -->
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
 <!-- in the project's Project Properties dialog box.-->
-<project name="jfinancials-lib" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jfinancials-lib.</description>
+<project name="jbonuscard-lib" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jbonuscard-lib.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
@@ -58,7 +58,7 @@
 
     An example of overriding the target for project execution could look like this:
 
-        <target name="run" depends="jfinancials-lib-impl.jar">
+        <target name="run" depends="jbonuscard-lib-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>
diff --git a/lib/jcontacts-business-core.jar b/lib/jcontacts-business-core.jar
index f1f8856..3ca0add 100644
Binary files a/lib/jcontacts-business-core.jar and b/lib/jcontacts-business-core.jar differ
diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar
index 1f6fbd8..88fc960 100644
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
diff --git a/lib/jcountry-core.jar b/lib/jcountry-core.jar
index 6fd3247..a66837e 100644
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
diff --git a/lib/jphone-core.jar b/lib/jphone-core.jar
index 3d67df4..484e214 100644
Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ
diff --git a/lib/jproduct-core.jar b/lib/jproduct-core.jar
index f4f7816..3a5a071 100644
Binary files a/lib/jproduct-core.jar and b/lib/jproduct-core.jar differ
diff --git a/lib/juser-core.jar b/lib/juser-core.jar
index ec92698..a0e14af 100644
Binary files a/lib/juser-core.jar and b/lib/juser-core.jar differ
diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml
index 41a9603..ff857ce 100644
--- a/nbproject/build-impl.xml
+++ b/nbproject/build-impl.xml
@@ -19,7 +19,7 @@ is divided into following sections:
   - cleanup
 
         -->
-<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="jfinancials-lib-impl">
+<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="jbonuscard-lib-impl">
     <fail message="Please build using Ant 1.8.0 or higher.">
         <condition>
             <not>
@@ -474,7 +474,7 @@ is divided into following sections:
                     </fileset>
                 </union>
                 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
-                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="jfinancials-lib" testname="TestNG tests" workingDir="${work.dir}">
+                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="jbonuscard-lib" testname="TestNG tests" workingDir="${work.dir}">
                     <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
                     <propertyset>
                         <propertyref prefix="test-sys-prop."/>
@@ -625,7 +625,7 @@ is divided into following sections:
                 <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
                     <isset property="test.method"/>
                 </condition>
-                <condition else="-suitename jfinancials-lib -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
+                <condition else="-suitename jbonuscard-lib -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
                     <matches pattern=".*\.xml" string="@{testClass}"/>
                 </condition>
                 <delete dir="${build.test.results.dir}" quiet="true"/>
@@ -917,7 +917,7 @@ is divided into following sections:
         <delete file="${built-jar.properties}" quiet="true"/>
     </target>
     <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
-        <echo level="warn" message="Cycle detected: jfinancials-lib was already built"/>
+        <echo level="warn" message="Cycle detected: jbonuscard-lib was already built"/>
     </target>
     <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
         <mkdir dir="${build.dir}"/>
@@ -929,8 +929,8 @@ is divided into following sections:
         </propertyfile>
         <antcall target="-maybe-call-dep">
             <param name="call.built.properties" value="${built-jar.properties}"/>
-            <param location="${project.jfinancials-core}" name="call.subproject"/>
-            <param location="${project.jfinancials-core}/build.xml" name="call.script"/>
+            <param location="${project.jbonuscard-core}" name="call.subproject"/>
+            <param location="${project.jbonuscard-core}/build.xml" name="call.script"/>
             <param name="call.target" value="jar"/>
             <param name="transfer.built-jar.properties" value="${built-jar.properties}"/>
             <param name="transfer.not.archive.disabled" value="true"/>
@@ -1410,7 +1410,7 @@ is divided into following sections:
         <delete file="${built-clean.properties}" quiet="true"/>
     </target>
     <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
-        <echo level="warn" message="Cycle detected: jfinancials-lib was already built"/>
+        <echo level="warn" message="Cycle detected: jbonuscard-lib was already built"/>
     </target>
     <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
         <mkdir dir="${build.dir}"/>
@@ -1422,8 +1422,8 @@ is divided into following sections:
         </propertyfile>
         <antcall target="-maybe-call-dep">
             <param name="call.built.properties" value="${built-clean.properties}"/>
-            <param location="${project.jfinancials-core}" name="call.subproject"/>
-            <param location="${project.jfinancials-core}/build.xml" name="call.script"/>
+            <param location="${project.jbonuscard-core}" name="call.subproject"/>
+            <param location="${project.jbonuscard-core}/build.xml" name="call.script"/>
             <param name="call.target" value="clean"/>
             <param name="transfer.built-clean.properties" value="${built-clean.properties}"/>
             <param name="transfer.not.archive.disabled" value="true"/>
diff --git a/nbproject/project.properties b/nbproject/project.properties
index 581aec1..8a96899 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -3,7 +3,7 @@ annotation.processing.enabled.in.editor=true
 annotation.processing.processors.list=
 annotation.processing.run.all.processors=true
 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-application.title=jfinancials-lib
+application.title=jbonuscard-lib
 application.vendor=Roland H\u00e4der
 auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
@@ -26,7 +26,7 @@ debug.test.classpath=\
 dist.archive.excludes=
 # This directory is removed when the project is cleaned:
 dist.dir=dist
-dist.jar=${dist.dir}/jfinancials-lib.jar
+dist.jar=${dist.dir}/jbonuscard-lib.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
@@ -36,7 +36,7 @@ file.reference.jcountry-core.jar=lib/jcountry-core.jar
 file.reference.jphone-core.jar=lib/jphone-core.jar
 file.reference.jproduct-core.jar=lib/jproduct-core.jar
 file.reference.juser-core.jar=lib/juser-core.jar
-file.reference.jfinancials-core.jar=lib/jfinancials-core.jar
+file.reference.jbonuscard-core.jar=lib/jbonuscard-core.jar
 includes=**
 jar.archive.disabled=${jnlp.enabled}
 jar.compress=false
@@ -48,7 +48,7 @@ javac.classpath=\
     ${file.reference.jcontacts-business-core.jar}:\
     ${file.reference.jproduct-core.jar}:\
     ${file.reference.juser-core.jar}:\
-    ${reference.jfinancials-core.jar}:\
+    ${reference.jbonuscard-core.jar}:\
     ${libs.javaee-api-7.0.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
@@ -91,9 +91,9 @@ manifest.file=manifest.mf
 meta.inf.dir=${src.dir}/META-INF
 mkdist.disabled=true
 platform.active=default_platform
-project.jfinancials-core=../jfinancials-core
+project.jbonuscard-core=../jbonuscard-core
 project.license=gpl30
-reference.jfinancials-core.jar=${project.jfinancials-core}/dist/jfinancials-core.jar
+reference.jbonuscard-core.jar=${project.jbonuscard-core}/dist/jbonuscard-core.jar
 run.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}
@@ -107,6 +107,6 @@ source.reference.jcountry-core.jar=../jcountry-core/src/
 source.reference.jphone-core.jar=../jphone-core/src/
 source.reference.jproduct-core.jar=../jproduct-core/src/
 source.reference.juser-core.jar=../juser-core/src/
-source.reference.jfinancials-core.jar=../jfinancials-core/src/
+source.reference.jbonuscard-core.jar=../jbonuscard-core/src/
 src.dir=src
 test.src.dir=test
diff --git a/nbproject/project.xml b/nbproject/project.xml
index f698361..f6f2a3d 100644
--- a/nbproject/project.xml
+++ b/nbproject/project.xml
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.java.j2seproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
-            <name>jfinancials-lib</name>
+            <name>jbonuscard-lib</name>
             <source-roots>
                 <root id="src.dir"/>
             </source-roots>
@@ -16,7 +16,7 @@
         </libraries>
         <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
             <reference>
-                <foreign-project>jfinancials-core</foreign-project>
+                <foreign-project>jbonuscard-core</foreign-project>
                 <artifact-type>jar</artifact-type>
                 <script>build.xml</script>
                 <target>jar</target>
diff --git a/src/org/mxchange/jfinancials/model/income/FinancialIncomeSessionBeanRemote.java b/src/org/mxchange/jfinancials/model/income/FinancialIncomeSessionBeanRemote.java
deleted file mode 100644
index dd88f08..0000000
--- a/src/org/mxchange/jfinancials/model/income/FinancialIncomeSessionBeanRemote.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Copyright (C) 2017 - 2020 Free Software Foundation
- *
- * 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.jfinancials.model.income;
-
-import java.io.Serializable;
-import javax.ejb.Remote;
-
-/**
- * A remote interface for financial income stuff
- * <p>
- * @author Roland Häder<roland@mxchange.org>
- */
-@Remote
-public interface FinancialIncomeSessionBeanRemote extends Serializable {
-
-	/**
-	 * Adds given income entity to database, if not persisted yet.
-	 * <p>
-	 * @param income Income entity
-	 * <p>
-	 * @return Updated income entity
-	 */
-	BillableIncome addIncome (final BillableIncome income);
-
-}
diff --git a/src/org/mxchange/jfinancials/model/receipt/FinancialAdminReceiptSessionBeanRemote.java b/src/org/mxchange/jfinancials/model/receipt/FinancialAdminReceiptSessionBeanRemote.java
deleted file mode 100644
index e06e29d..0000000
--- a/src/org/mxchange/jfinancials/model/receipt/FinancialAdminReceiptSessionBeanRemote.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/*
- * Copyright (C) 2017 - 2020 Free Software Foundation
- *
- * 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.jfinancials.model.receipt;
-
-import java.io.Serializable;
-import javax.ejb.Remote;
-import org.mxchange.jfinancials.exceptions.receipt.ReceiptAlreadyAddedException;
-import org.mxchange.jfinancials.exceptions.receipt.ReceiptNotFoundException;
-
-/**
- * A remote interface for administrative EJBs for receipts
- * <p>
- * @author Roland Häder<roland@mxchange.org>
- */
-@Remote
-public interface FinancialAdminReceiptSessionBeanRemote extends Serializable {
-
-	/**
-	 * Updates given receipt in database and returns an updated version.
-	 * <p>
-	 * @param receipt Receipt instance being updated
-	 * <p>
-	 * @return Updated receipt instance
-	 * <p>
-	 * @throws ReceiptNotFoundException If receipt instance was not found
-	 */
-	BillableReceipt updateReceipt (final BillableReceipt receipt) throws ReceiptNotFoundException;
-
-	/**
-	 * Adds given receipt and returns the updated version. If the receipt has
-	 * already been found, a proper exception is being thrown.
-	 * <p>
-	 * @param receipt Receipt being added
-	 * <p>
-	 * @return Updated receipt
-	 * <p>
-	 * @throws ReceiptAlreadyAddedException If the receipt has already been
-	 * added
-	 */
-	BillableReceipt addReceipt (final BillableReceipt receipt) throws ReceiptAlreadyAddedException;
-
-}
diff --git a/src/org/mxchange/jfinancials/model/receipt/FinancialReceiptSessionBeanRemote.java b/src/org/mxchange/jfinancials/model/receipt/FinancialReceiptSessionBeanRemote.java
deleted file mode 100644
index 38533e7..0000000
--- a/src/org/mxchange/jfinancials/model/receipt/FinancialReceiptSessionBeanRemote.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * Copyright (C) 2017 - 2020 Free Software Foundation
- *
- * 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.jfinancials.model.receipt;
-
-import java.io.Serializable;
-import java.util.List;
-import javax.ejb.Remote;
-import org.mxchange.jfinancials.exceptions.receipt.ReceiptAlreadyAddedException;
-import org.mxchange.jusercore.model.user.User;
-
-/**
- * A remote interface for financial receipts
- * <p>
- * @author Roland Häder<roland@mxchange.org>
- */
-@Remote
-public interface FinancialReceiptSessionBeanRemote extends Serializable {
-
-	/**
-	 * Returns a list of all receipts
-	 * <p>
-	 * @return A list of all receipts
-	 */
-	List<BillableReceipt> fetchAllReceipts ();
-
-	/**
-	 * Returns a list of all user's receipts
-	 * <p>
-	 * @param user User instance to get all receipts for
-	 * <p>
-	 * @return A list of all user's receipts
-	 */
-	List<BillableReceipt> fetchAllUsersReceipts (final User user);
-
-	/**
-	 * Adds given receipt and returns the updated version. If the receipt has
-	 * already been found, a proper exception is being thrown.
-	 * <p>
-	 * @param receipt Receipt being added
-	 * <p>
-	 * @return Updated receipt
-	 * <p>
-	 * @throws ReceiptAlreadyAddedException If the receipt has already been
-	 * added
-	 */
-	BillableReceipt addReceipt (final BillableReceipt receipt) throws ReceiptAlreadyAddedException;
-
-	/**
-	 * Checks if given receipt is already persisted by checking receipt number
-	 * and branch office combination.
-	 * <p>
-	 * @param receipt Receipt instance
-	 * <p>
-	 * @return Whether the receipt has already been registered
-	 */
-	boolean isReceiptRegistered (final BillableReceipt receipt);
-
-}
diff --git a/src/org/mxchange/jfinancials/model/receipt_item/FinancialAdminReceiptItemSessionBeanRemote.java b/src/org/mxchange/jfinancials/model/receipt_item/FinancialAdminReceiptItemSessionBeanRemote.java
deleted file mode 100644
index 2e52f8e..0000000
--- a/src/org/mxchange/jfinancials/model/receipt_item/FinancialAdminReceiptItemSessionBeanRemote.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Copyright (C) 2017 - 2020 Free Software Foundation
- *
- * 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.jfinancials.model.receipt_item;
-
-import java.io.Serializable;
-import javax.ejb.Remote;
-import org.mxchange.jfinancials.exceptions.receipt_item.ReceiptItemAlreadyAddedException;
-
-/**
- * A remote interface for administrative EJBs for receipt items
- * <p>
- * @author Roland Häder<roland@mxchange.org>
- */
-@Remote
-public interface FinancialAdminReceiptItemSessionBeanRemote extends Serializable {
-
-	/**
-	 * Adds given receipt item and returns the updated version. If the receipt
-	 * item has already been found, a proper exception is being thrown.
-	 * <p>
-	 * @param receiptItem Receipt item being added
-	 * <p>
-	 * @return Updated receipt item
-	 * <p>
-	 * @throws ReceiptItemAlreadyAddedException If the receipt item has already
-	 * been added
-	 */
-	BillableReceiptItem addReceiptItem (final BillableReceiptItem receiptItem) throws ReceiptItemAlreadyAddedException;
-
-}
diff --git a/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItemSessionBeanRemote.java b/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItemSessionBeanRemote.java
deleted file mode 100644
index f77d2fe..0000000
--- a/src/org/mxchange/jfinancials/model/receipt_item/FinancialReceiptItemSessionBeanRemote.java
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- * Copyright (C) 2017 - 2020 Free Software Foundation
- *
- * 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.jfinancials.model.receipt_item;
-
-import java.io.Serializable;
-import java.util.List;
-import javax.ejb.Remote;
-import org.mxchange.jfinancials.exceptions.receipt_item.ReceiptItemAlreadyAddedException;
-import org.mxchange.jfinancials.model.receipt.BillableReceipt;
-import org.mxchange.jusercore.model.user.User;
-
-/**
- * A remote interface for financial receipt items
- * <p>
- * @author Roland Häder<roland@mxchange.org>
- */
-@Remote
-public interface FinancialReceiptItemSessionBeanRemote extends Serializable {
-
-	/**
-	 * Returns a list of all receipt items
-	 * <p>
-	 * @return A list of all receipt items
-	 */
-	List<BillableReceiptItem> fetchAllReceiptItems ();
-
-	/**
-	 * Returns a list of all items by given receipt instance
-	 * <p>
-	 * @param receipt Receipt instance
-	 * <p>
-	 * @return A list of all assigned receipt items
-	 */
-	List<BillableReceiptItem> fetchReceiptItemsByReceipt (final BillableReceipt receipt);
-
-	/**
-	 * Returns a list of all user's receipt items
-	 * <p>
-	 * @param user User instance to get all receipts for
-	 * <p>
-	 * @return A list of all user's receipt items
-	 */
-	List<BillableReceiptItem> fetchReceiptItemsByUserUser (final User user);
-
-	/**
-	 * Adds given receipt item and returns the updated version. If the receipt
-	 * item has already been found, a proper exception is being thrown.
-	 * <p>
-	 * @param receiptItem Receipt item being added
-	 * <p>
-	 * @return Updated receipt
-	 * <p>
-	 * @throws ReceiptItemAlreadyAddedException If the receipt item has already
-	 * been added
-	 */
-	BillableReceiptItem addReceiptItem (final BillableReceiptItem receiptItem) throws ReceiptItemAlreadyAddedException;
-
-}