From: Roland Häder Date: Mon, 15 Aug 2016 10:32:46 +0000 (+0200) Subject: updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52ab27c33ff6f62920d5775cf0bf4218aac6421b;p=jcontacts-business-lib.git updated jar(s) Signed-off-by: Roland Häder --- diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar index e5e8f0b..b8fdabc 100644 Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ diff --git a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java index d16b40e..bec0d53 100644 --- a/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java @@ -30,6 +30,13 @@ import org.mxchange.jcontacts.exceptions.ContactNotFoundException; @Remote public interface ContactSessionBeanRemote extends Serializable { + /** + * Deletes given contact instance + *

+ * @param contact Contact instance being deleted + */ + void deleteContactData (final Contact contact); + /** * Checks whether the given email address is already registered. The email * address should be validated by EmailAddressValidator before calling this