]> git.mxchange.org Git - jproduct-lib.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 19 Dec 2018 19:08:19 +0000 (20:08 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Dec 2018 19:08:19 +0000 (20:08 +0100)
- added business method updateProductCategory()

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jproduct/model/category/AdminCategorySessionBeanRemote.java

index e7d7ba4186c63b1e748ee75d431407c36ed53253..bf00aaf44bbcda5ef8cd90d6809b3650e84fa4d2 100644 (file)
@@ -39,4 +39,13 @@ public interface AdminCategorySessionBeanRemote extends Serializable {
         */
        Category addProductCategory (final Category category) throws CategoryAlreadyAddedException;
 
+       /**
+        * Updates product category.
+        * <p>
+        * @param category Category instance
+        * <p>
+        * @return Updated category instance
+        */
+       Category updateProductCategory (final Category category);
+
 }