public class ProductConversion
extends java.lang.Object
Constructor and Description |
---|
ProductConversion() |
Modifier and Type | Method and Description |
---|---|
static Product |
fromBackendProduct(BackendProduct p,
CategoryTree categoryTree,
ApiMode apiMode) |
static Product |
fromBackendProductProjection(BackendProductProjection p,
CategoryTree categoryTree) |
static java.util.List<Product> |
fromBackendProductProjections(java.util.List<BackendProductProjection> rawProducts,
CategoryTree categoryTree) |
public static java.util.List<Product> fromBackendProductProjections(java.util.List<BackendProductProjection> rawProducts, CategoryTree categoryTree)
public static Product fromBackendProductProjection(BackendProductProjection p, CategoryTree categoryTree)
public static Product fromBackendProduct(BackendProduct p, CategoryTree categoryTree, ApiMode apiMode)