public class ProductFeatureServices extends Object
Modifier and Type | Field and Description |
---|---|
static String |
module |
static String |
resource |
Constructor and Description |
---|
ProductFeatureServices() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
getAllExistingVariants(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
getCategoryVariantProducts(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
getProductFeaturesByType(DispatchContext dctx,
Map<String,? extends Object> context) |
static Map<String,Object> |
getVariantCombinations(DispatchContext dctx,
Map<String,? extends Object> context) |
public static final String module
public static final String resource
public static Map<String,Object> getProductFeaturesByType(DispatchContext dctx, Map<String,? extends Object> context)
public static Map<String,Object> getAllExistingVariants(DispatchContext dctx, Map<String,? extends Object> context)
public static Map<String,Object> getVariantCombinations(DispatchContext dctx, Map<String,? extends Object> context)