From d10e36dbf90501b1116df1b2781a7dbc208e0182 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Dec 2018 20:08:19 +0100 Subject: [PATCH] Continued: - added business method updateProductCategory() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../model/category/AdminCategorySessionBeanRemote.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/org/mxchange/jproduct/model/category/AdminCategorySessionBeanRemote.java b/src/org/mxchange/jproduct/model/category/AdminCategorySessionBeanRemote.java index e7d7ba4..bf00aaf 100644 --- a/src/org/mxchange/jproduct/model/category/AdminCategorySessionBeanRemote.java +++ b/src/org/mxchange/jproduct/model/category/AdminCategorySessionBeanRemote.java @@ -39,4 +39,13 @@ public interface AdminCategorySessionBeanRemote extends Serializable { */ Category addProductCategory (final Category category) throws CategoryAlreadyAddedException; + /** + * Updates product category. + *

+ * @param category Category instance + *

+ * @return Updated category instance + */ + Category updateProductCategory (final Category category); + } -- 2.39.5