]>
git.mxchange.org Git - jcontacts-core.git/log
Roland Häder [Tue, 26 Apr 2016 09:05:55 +0000 (11:05 +0200)]
Added isSameContact() which checks if it the same "contact" as humans would expect (no direct object comparison).
Roland Häder [Fri, 22 Apr 2016 12:19:01 +0000 (14:19 +0200)]
updated jar(s)
Roland Häder [Fri, 22 Apr 2016 12:19:01 +0000 (14:19 +0200)]
updated jar(s)
Roland Häder [Fri, 22 Apr 2016 08:56:44 +0000 (10:56 +0200)]
Added method updateFaxNumber() to add/update/delete fax number
Roland Häder [Thu, 21 Apr 2016 20:15:05 +0000 (22:15 +0200)]
Continued (similar to juser-core):
- moved added-contact event to own package
- added updated-contact event
- added method updateLandLineNumber() for updating land-line number in contact
Roland Haeder [Thu, 21 Apr 2016 20:15:05 +0000 (22:15 +0200)]
Continued (similar to juser-core):
- moved added-contact event to own package
- added updated-contact event
Roland Häder [Thu, 21 Apr 2016 15:59:07 +0000 (17:59 +0200)]
added utils class for contacts
Roland Häder [Thu, 21 Apr 2016 12:39:22 +0000 (14:39 +0200)]
check on user instance
Roland Häder [Wed, 20 Apr 2016 14:52:13 +0000 (16:52 +0200)]
added event when an administrator has added a new contact
Roland Häder [Wed, 20 Apr 2016 14:09:10 +0000 (16:09 +0200)]
added named queries for finding all contacts and all email addresses
Roland Häder [Wed, 20 Apr 2016 12:53:38 +0000 (14:53 +0200)]
added constructor with only contact id
Roland Häder [Wed, 20 Apr 2016 09:07:45 +0000 (11:07 +0200)]
Continued a bit:
- updated dist.sh
- updated jar(s)
Roland Haeder [Tue, 19 Apr 2016 17:17:27 +0000 (19:17 +0200)]
updated dist.sh
Roland Häder [Tue, 19 Apr 2016 12:32:58 +0000 (14:32 +0200)]
Continued a bit:
- updated dist.sh
- updated jar(s)
Roland Haeder [Mon, 18 Apr 2016 18:52:32 +0000 (20:52 +0200)]
Continued:
- line-feed is now LF which prevents converting
- updated dist.sh for better personal-domain support
- updated jar(s)
Roland Haeder [Mon, 18 Apr 2016 17:25:49 +0000 (19:25 +0200)]
converted line-ending (why?)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Häder [Mon, 18 Apr 2016 14:22:45 +0000 (16:22 +0200)]
Cotinued:
- updated dist.st: skip wild-fly creation if path not found
- updated jar(s)
Roland Häder [Mon, 18 Apr 2016 14:13:33 +0000 (16:13 +0200)]
updated dist.st: skip projects that are not cloned
Roland Häder [Mon, 18 Apr 2016 13:27:09 +0000 (15:27 +0200)]
Updated project files (Windows versus Linux)
Roland Haeder [Sun, 17 Apr 2016 15:25:51 +0000 (17:25 +0200)]
Added named query SearchContactById which searches for a contact entity by it's id number.
Roland Haeder [Sun, 17 Apr 2016 13:04:04 +0000 (15:04 +0200)]
Added checked exception if a contact was not found.
Roland Haeder [Sun, 17 Apr 2016 12:08:44 +0000 (14:08 +0200)]
Added named query "AllContactsByCellphone" for finding all contacts for given cellphone id
Roland Haeder [Tue, 12 Apr 2016 19:18:16 +0000 (21:18 +0200)]
updated jar(s)
Roland Haeder [Tue, 12 Apr 2016 18:02:53 +0000 (20:02 +0200)]
updated jar(s)
Roland Haeder [Tue, 12 Apr 2016 17:06:54 +0000 (19:06 +0200)]
Hmm, it may not be good if the object sets its own creation timestamp as this may cause data loss. As EJBs are not creating POJO (but controllers), please make sure your EJB sets the creation timestamp (new GregorianCalendar()).
Roland Haeder [Mon, 11 Apr 2016 10:09:30 +0000 (12:09 +0200)]
updated jar(s)
Roland Haeder [Sun, 10 Apr 2016 11:39:29 +0000 (13:39 +0200)]
The exception's message now contains the thrown exception's message, too.
updated jar(s)
Roland Haeder [Thu, 7 Apr 2016 12:37:45 +0000 (14:37 +0200)]
updated dist.sh as jratecalc is not a public project
Roland Haeder [Thu, 7 Apr 2016 09:23:22 +0000 (11:23 +0200)]
Continued a bit:
- size only applies for strings, no need here (cleanup)
- updated jar(s)
Roland Haeder [Mon, 4 Apr 2016 16:57:05 +0000 (18:57 +0200)]
updated jar(s)
Roland Haeder [Sat, 12 Mar 2016 11:42:40 +0000 (12:42 +0100)]
Cleanup:
- compareTo()/Comparable<T> was used back in the TDGP times and is no longer needed
- value first, then variable on comparison to avoid accidently assignments
- updated jar(s)
Roland Haeder [Fri, 11 Mar 2016 21:02:33 +0000 (22:02 +0100)]
Some cascade/fetch cleanups:
- CascadeType.MERGE is basicly an UPDATE statement, it needs to be REFRESH (from database to local entity object)
- Fetch strategy EAGER is default, no need to specify it
- updated jar(s)
Roland Haeder [Thu, 10 Mar 2016 19:10:23 +0000 (20:10 +0100)]
updated dist.sh
Roland Haeder [Tue, 8 Mar 2016 21:23:50 +0000 (22:23 +0100)]
Minor: some documentation fixed
Roland Haeder [Tue, 8 Mar 2016 21:07:12 +0000 (22:07 +0100)]
Continued a bit:
- renamed method
- updated jar(s)
Roland Haeder [Sun, 6 Mar 2016 18:26:07 +0000 (19:26 +0100)]
Unique constrains are required as 2 users should NOT use 1 cellphone number
Roland Haeder [Sun, 6 Mar 2016 17:37:19 +0000 (18:37 +0100)]
these are not optional as they are not nullable
Roland Haeder [Sun, 6 Mar 2016 17:27:09 +0000 (18:27 +0100)]
updated jar(s)
Roland Haeder [Sun, 6 Mar 2016 16:54:14 +0000 (17:54 +0100)]
Added email address for author
Roland Haeder [Sun, 6 Mar 2016 15:26:01 +0000 (16:26 +0100)]
updated jar(s) + added API documentation + added referencedColumnName
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Sun, 6 Mar 2016 13:47:24 +0000 (14:47 +0100)]
updated jar(s) + aligned documentation (minor)
Roland Haeder [Fri, 4 Mar 2016 17:51:03 +0000 (18:51 +0100)]
removal of no longer needed documentation
Roland Haeder [Wed, 2 Mar 2016 17:54:55 +0000 (18:54 +0100)]
updated jar(s) + dist.sh
Roland Haeder [Wed, 24 Feb 2016 12:22:10 +0000 (13:22 +0100)]
keeep equals() and hashCode() close to each other
Roland Haeder [Sat, 20 Feb 2016 21:14:23 +0000 (22:14 +0100)]
updated jar(s)
Roland Haeder [Sat, 20 Feb 2016 20:43:27 +0000 (21:43 +0100)]
Some empty lines added/removed
Roland Haeder [Sat, 20 Feb 2016 19:09:58 +0000 (20:09 +0100)]
updated jar(s)
Roland Haeder [Fri, 19 Feb 2016 15:44:00 +0000 (16:44 +0100)]
GNU-ified projects for upcoming public release
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 19 Feb 2016 14:21:29 +0000 (15:21 +0100)]
Updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 19 Feb 2016 14:07:40 +0000 (15:07 +0100)]
Updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 15 Feb 2016 15:36:59 +0000 (16:36 +0100)]
Updated copyright year
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 15 Feb 2016 15:11:46 +0000 (16:11 +0100)]
sorted members
Roland Haeder [Mon, 15 Feb 2016 14:29:45 +0000 (15:29 +0100)]
Updated jar(s) + added .gitattributes
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Wed, 3 Feb 2016 15:26:28 +0000 (16:26 +0100)]
Updated project to NetBeans 8.1 / Glassfish 4.1.1
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 20 Nov 2015 17:40:17 +0000 (18:40 +0100)]
Updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 23 Oct 2015 15:58:38 +0000 (17:58 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 23 Oct 2015 15:25:41 +0000 (17:25 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 20 Oct 2015 15:57:53 +0000 (17:57 +0200)]
Updated jars
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Thu, 22 Oct 2015 08:10:23 +0000 (10:10 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Thu, 22 Oct 2015 07:56:22 +0000 (09:56 +0200)]
added title (e.g. "Dr.")
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Wed, 21 Oct 2015 12:42:57 +0000 (14:42 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 20 Oct 2015 13:00:26 +0000 (15:00 +0200)]
Maybe no NULL here?
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 19 Oct 2015 20:08:26 +0000 (22:08 +0200)]
Updated jars
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 16 Oct 2015 15:28:10 +0000 (17:28 +0200)]
updated jar(s)
Roland Haeder [Fri, 16 Oct 2015 11:15:53 +0000 (13:15 +0200)]
added missing cascade type, at least MERGE + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Thu, 15 Oct 2015 14:21:25 +0000 (16:21 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Thu, 15 Oct 2015 07:48:23 +0000 (09:48 +0200)]
Cleanup through inspection + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Wed, 14 Oct 2015 14:47:30 +0000 (16:47 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 13 Oct 2015 14:58:13 +0000 (16:58 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 13 Oct 2015 12:33:11 +0000 (14:33 +0200)]
Added equals() hashCode() for easy comparison + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 18:22:22 +0000 (20:22 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 16:21:11 +0000 (18:21 +0200)]
created unique index on email address
Roland Haeder [Mon, 12 Oct 2015 15:33:14 +0000 (17:33 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 14:09:39 +0000 (16:09 +0200)]
Updated .gitignore
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 13:58:49 +0000 (15:58 +0200)]
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 12:42:09 +0000 (14:42 +0200)]
no cascading may fix this? + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 11:48:18 +0000 (13:48 +0200)]
Rewrite:
- renamed almost all fields
- made Country transient as this one should not be entered by the user
- fixed index
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 11:24:59 +0000 (13:24 +0200)]
do not persist this data as the user should not be able to enter such data (only admin) + updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 09:07:18 +0000 (11:07 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 12 Oct 2015 06:43:14 +0000 (08:43 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Sun, 11 Oct 2015 20:31:07 +0000 (22:31 +0200)]
updated jar(s)
Roland Haeder [Sun, 11 Oct 2015 11:48:45 +0000 (13:48 +0200)]
updated jar(s)
Roland Haeder [Sat, 10 Oct 2015 20:40:56 +0000 (22:40 +0200)]
updated jar(s)
Roland Haeder [Sat, 10 Oct 2015 20:31:09 +0000 (22:31 +0200)]
updated jars
Roland Haeder [Sat, 10 Oct 2015 20:02:50 +0000 (22:02 +0200)]
Rewrite:
- introduced jcountry-core which is a library for handling country-related data, e.g. dial prefix, country code ...
- introduced jphone-core which is a library for handling phone, fax and cell phone numbers
- these both new libraries required a rewrite of many parts
Roland Haeder [Fri, 9 Oct 2015 21:24:21 +0000 (23:24 +0200)]
updated jar(s)
Roland Haeder [Fri, 9 Oct 2015 19:38:11 +0000 (21:38 +0200)]
Auto-formatted whole project
Roland Haeder [Fri, 9 Oct 2015 15:14:27 +0000 (17:14 +0200)]
updated jar(s)
Roland Haeder [Fri, 9 Oct 2015 12:24:16 +0000 (14:24 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Thu, 8 Oct 2015 15:56:19 +0000 (17:56 +0200)]
dist.sh is now generic and can be easily distributed. You should now use it for
EJB projects as the EJB jar will be copied to (my system specs, will be
improved later on) a Glassfish domain's "lib" directory. I do this here for
easy local deployment (not in-place).
updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Thu, 8 Oct 2015 15:11:47 +0000 (17:11 +0200)]
Updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Wed, 7 Oct 2015 18:09:35 +0000 (20:09 +0200)]
Updated jar(s)
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 6 Oct 2015 15:06:49 +0000 (17:06 +0200)]
Updated jars
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 6 Oct 2015 14:46:16 +0000 (16:46 +0200)]
updated jars + fixed dist.sh chmod
Roland Haeder [Tue, 6 Oct 2015 11:58:16 +0000 (13:58 +0200)]
companyName is already in jcontacts-business-core
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Tue, 6 Oct 2015 10:10:23 +0000 (12:10 +0200)]
updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 5 Oct 2015 11:01:48 +0000 (13:01 +0200)]
updated jars
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 5 Oct 2015 10:51:01 +0000 (12:51 +0200)]
Gender.COMPANY removed as this was no real gender anyway
Signed-off-by:Roland Häder <roland@mxchange.org>
Roland Haeder [Mon, 5 Oct 2015 05:41:20 +0000 (07:41 +0200)]
Updated jar
Signed-off-by: Roland Häder <roland@mxchange.org>
Roland Haeder [Fri, 2 Oct 2015 10:30:14 +0000 (12:30 +0200)]
changed ZIP code to Integer (enougth)
Signed-off-by:Roland Häder <roland@mxchange.org>