]> git.mxchange.org Git - jproduct-lib.git/blobdiff - src/org/mxchange/jproduct/model/category/AdminCategorySessionBeanRemote.java
Updated copyright year
[jproduct-lib.git] / src / org / mxchange / jproduct / model / category / AdminCategorySessionBeanRemote.java
index e7d7ba4186c63b1e748ee75d431407c36ed53253..4c532daf6b3e6ca23a8e9a37f9f97aff538ecf16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 - 2018 Free Software Foundation
+ * Copyright (C) 2016 - 2020 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
@@ -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);
+
 }