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

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