]> git.mxchange.org Git - jfinancials-lib.git/commit
Continued:
authorRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 13:14:48 +0000 (15:14 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 13:14:48 +0000 (15:14 +0200)
commita30751a6b4560bd5c3d3a4dd31794c7114accac3
tree843f7f30318822df301c9cf3b561789ad75ab16a
parent29b38b325196603a8e65d702c92aff31d1eb1e9e
Continued:
- added event for when an address book has been loaded
- the address book id validator will now fire that event
- added business method getAddressbookById()
- renamed named query to "SearchAddressbookById"
Signed-off-by:Roland Häder <roland@mxchange.org>
src/org/mxchange/addressbook/events/AddressbookLoadedEvent.java [new file with mode: 0644]
src/org/mxchange/addressbook/events/LoadedAddressbookEvent.java [new file with mode: 0644]
src/org/mxchange/addressbook/exceptions/AddressbookNotFoundException.java [new file with mode: 0644]
src/org/mxchange/addressbook/model/addressbook/AddressbookSessionBeanRemote.java
src/org/mxchange/addressbook/model/addressbook/UserAddressbook.java
src/org/mxchange/addressbook/validator/addressbook/AddressbookIdValidator.java