| java.lang.Object org.ofbiz.product.feature.ParametricSearch
ParametricSearch | public class ParametricSearch (Code) | | Utilities for parametric search based on features.
author: David E. Jones version: $Revision: 1.14 $ since: 2.1 |
DEFAULT_PER_TYPE_MAX_SIZE | final public static int DEFAULT_PER_TYPE_MAX_SIZE(Code) | | |
makeCategoryFeatureLists | public static Map makeCategoryFeatureLists(String productCategoryId, GenericDelegator delegator)(Code) | | Gets all features associated with the specified category through:
ProductCategory -> ProductFeatureCategoryAppl -> ProductFeatureCategory -> ProductFeature.
Returns a Map of Lists of ProductFeature GenericValue objects organized by productFeatureTypeId.
|
makeFeatureIdByTypeMap | public static Map makeFeatureIdByTypeMap(Map parameters)(Code) | | |
makeFeatureIdByTypeString | public static String makeFeatureIdByTypeString(Map featureIdByType)(Code) | | |
|
|