Esempio n. 1
0
  public static Content createUeberContent(UniqueIdGenerator idGenerator, Owner o, Product p) {

    return new Content(
        UEBER_CONTENT_NAME,
        idGenerator.generateId(),
        ueberContentLabelForProduct(p),
        "yum",
        "Custom",
        "/" + o.getKey(),
        "");
  }