コード例 #1
0
  public static com.liferay.portlet.shopping.model.ShoppingCategoryModel addCategory(
      java.lang.String parentCategoryId, java.lang.String name) throws RemoteException {
    try {
      com.liferay.portlet.shopping.model.ShoppingCategory returnValue =
          ShoppingCategoryServiceUtil.addCategory(parentCategoryId, name);

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