X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcontacts%2Fmodel%2Fcontact%2FContactSessionBeanRemote.java;h=eb3b10d0b2f17b23d42d8ec446e9e5c49a2fad65;hb=3f8e2ccf4a833541ad715a0f8bfc61e1ff047608;hp=097863a8b9700406d0488f221078a868712b7a1c;hpb=06ab4dd392408925c062047dbce3d1033138537d;p=jcontacts-lib.git diff --git a/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java b/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java index 097863a..eb3b10d 100644 --- a/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontacts/model/contact/ContactSessionBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 Roland Häder + * Copyright (C) 2016, 2017 Free Software Foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,17 +28,6 @@ import javax.ejb.Remote; @Remote public interface ContactSessionBeanRemote extends Serializable { - /** - * Checks whether the given email address is already registered. The email - * address should be validated by EmailAddressValidator before calling this - * method. - *

- * @param emailAddress Email address to check - *

- * @return Whether the email address is already registered - */ - boolean isEmailAddressRegistered (final String emailAddress); - /** * Checks if the given contact can be found by checking the whole list. *