]> git.mxchange.org Git - jfinancials-lib.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 16 Oct 2015 07:47:39 +0000 (09:47 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 16 Oct 2015 07:55:45 +0000 (09:55 +0200)
commit265533154f7d7909e32caf1250c8a618894159fc
tree62c1ccfa8ccb4cef723a5bbf4ad60dad45b4c8da
parent1a83b439cfedef81f1a89d7bc04677352c610d30
Continued:
- added business method startSharing()
- added exception UserAlreadySharingAddressbookException which is thrown when the address book's owner is already sharing it with the sharee
- added constructor with address book instance and sharee user instance
- added default constructor for JPA functionality
Signed-off-by:Roland Häder <roland@mxchange.org>
src/org/mxchange/addressbook/exceptions/UserAlreadySharingAddressbookException.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/shared/AddressbookShare.java
src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java