public static com.liferay.portlet.shopping.model.ShoppingCategoryModel updateCategory(
      java.lang.String categoryId, java.lang.String parentCategoryId, java.lang.String name)
      throws RemoteException {
    try {
      com.liferay.portlet.shopping.model.ShoppingCategory returnValue =
          ShoppingCategoryServiceUtil.updateCategory(categoryId, parentCategoryId, name);

      return returnValue;
    } catch (Exception e) {
      throw new RemoteException(e.getMessage());
    }
  }