]> git.mxchange.org Git - jcustomer-core.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Wed, 16 Sep 2015 13:04:33 +0000 (15:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 16 Sep 2015 13:04:33 +0000 (15:04 +0200)
commit3b6abb29616d902daa07d0ab0ec3bd31037826d9
treeade47fd4044ce6e7776597ae1be8cd3ed74ab2a0
parent314e7f2e2bb9c0857b5ae8bf4bb1ef94599af52e
Continued:
- added new field contactId for linking customer -> contact
- added new exceptions
- added CustomerUtils class which helps generating customer number and such
- updated jar
Signed-off-by:Roland Häder <roland@mxchange.org>
lib/jcore.jar
src/org/mxchange/jshopcore/exceptions/CustomerAlreadyRegisteredException.java [new file with mode: 0644]
src/org/mxchange/jshopcore/exceptions/QueryNotExecutedException.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/customer/Customer.java
src/org/mxchange/jshopcore/model/customer/CustomerUtils.java [new file with mode: 0644]
src/org/mxchange/jshopcore/model/customer/ShopCustomer.java