/*
- * 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
/*
- * 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
@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.
- * <p>
- * @param emailAddress Email address to check
- * <p>
- * @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.
* <p>
/*
- * 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