コード例 #1
0
  public static com.liferay.portlet.shopping.model.ShoppingCategoryModel getParentCategory(
      com.liferay.portlet.shopping.model.ShoppingCategory category) throws RemoteException {
    try {
      com.liferay.portlet.shopping.model.ShoppingCategory returnValue =
          ShoppingCategoryServiceUtil.getParentCategory(category);

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