]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jcustomercore/model/customer/CustomerSessionBeanRemote.java
Continued a bit:
[jcustomer-lib.git] / src / org / mxchange / jcustomercore / model / customer / CustomerSessionBeanRemote.java
index 1c0c9ffa7b0b15177a212163e6b53fb13cf7c3aa..ce227e55a55127090daf50067846fe1e0f712f7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * 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
@@ -24,7 +24,7 @@ import org.mxchange.jcustomercore.exceptions.CustomerNotFoundException;
 /**
  * An interface for customer beans
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Remote
 public interface CustomerSessionBeanRemote extends Serializable {
@@ -57,7 +57,7 @@ public interface CustomerSessionBeanRemote extends Serializable {
         * <p>
         * @return Whether the customer is already registered
         */
-       boolean isReqistered (final Customer customer);
+       boolean isRegistered (final Customer customer);
 
        /**
         * Registers the customer and creates a customer number after succesful
@@ -67,9 +67,8 @@ public interface CustomerSessionBeanRemote extends Serializable {
         * <p>
         * @return Prepared Customer instance
         * <p>
-        * @throws
-        * org.mxchange.jcustomercore.exceptions.CustomerAlreadyRegisteredException
-        * If the customer is already registered.
+        * @throws CustomerAlreadyRegisteredException If the customer is already
+        * registered.
         */
        Customer registerCustomer (final Customer customer) throws CustomerAlreadyRegisteredException;