]> git.mxchange.org Git - jcontacts-lib.git/commitdiff
updated jar(s)
authorRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2016 10:32:46 +0000 (12:32 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2016 10:36:33 +0000 (12:36 +0200)
Signed-off-by: Roland Häder <roland@haeder.net>
lib/jcontacts-core.jar
src/org/mxchange/jcontacts/contact/ContactSessionBeanRemote.java

index e5e8f0b5797b6345f48f6b80f8e2778f111b78ca..b8fdabc7850c34b5a4493d82542eb1e6733e2012 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index d16b40ef05d7d64bba48c728d7e83f4a2d75a04b..bec0d53d3e7c150df2ff024abe9241e682fc0f25 100644 (file)
@@ -30,6 +30,13 @@ import org.mxchange.jcontacts.exceptions.ContactNotFoundException;
 @Remote
 public interface ContactSessionBeanRemote extends Serializable {
 
+       /**
+        * Deletes given contact instance
+        * <p>
+        * @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