]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - src/org/mxchange/jshopcore/model/category/AdminCategorySessionBeanRemote.java
auto-formatted project + updated jars
[jcustomer-lib.git] / src / org / mxchange / jshopcore / model / category / AdminCategorySessionBeanRemote.java
index 9fbd71f471b584cc592720eb3a0f6e8791fb1c9d..3ad1c54ccdd7f7644571d8977a0e183acb2f28b9 100644 (file)
@@ -23,7 +23,7 @@ import org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException;
 
 /**
  * An interface for categories for "ADMIN" role.
- *
+ * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 @Remote
@@ -31,11 +31,14 @@ public interface AdminCategorySessionBeanRemote extends Serializable {
 
        /**
         * Adds given category data from request to database
-        *
+        * <p>
         * @param category Category instance
         * @return Updated category instance
-        * @throws org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException If the given title is already used
-        * @throws org.mxchange.jshopcore.exceptions.CannotAddCategoryException If the category cannot be added
+        * @throws
+        * org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException If
+        * the given title is already used
+        * @throws org.mxchange.jshopcore.exceptions.CannotAddCategoryException If
+        * the category cannot be added
         */
        public Category doAdminAddCategory (final Category category) throws CategoryTitleAlreadyUsedException, CannotAddCategoryException;
 }