Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ProductBO オブジェクトで製品リスト価格を作成することはできますか? 私はProductPOでそれを行う方法を知っています:
productPriceMgr.createProductListPrice(product, new Money("EUR", BigDecimal.ZERO));
しかし、Product ビジネス オブジェクトに相当するものが見つかりません。
ご協力ありがとうございました!