Class CommerceCatalogUtils
java.lang.Object
de.hybris.platform.commerceservices.util.CommerceCatalogUtils
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.5 will be removed in the effort to remove deprecated code as this Utility Class is not used.
Some helper methods for the catalog service.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<CatalogVersionModel>findProductCatalogVersions(Collection<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.5 Will be removedstatic CatalogVersionModelgetActiveProductCatalogVersion(Collection<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.5.
-
Method Details
-
findProductCatalogVersions
@Deprecated(since="6.5", forRemoval=true) public static Collection<CatalogVersionModel> findProductCatalogVersions(Collection<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.5 Will be removedFilters outClassificationSystemVersionModeland ContentCatalogModel catalogs- Parameters:
catalogVersions- A collection ofCatalogVersionModels- Returns:
- A collection of product catalog versions
-
getActiveProductCatalogVersion
@Deprecated(since="6.5", forRemoval=true) public static CatalogVersionModel getActiveProductCatalogVersion(Collection<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.Since 6.5. UseDefaultTaxCodeStrategy.getActiveProductCatalogVersion(Collection)instead.Gets the active Product Catalog- Parameters:
catalogVersions- A collection ofCatalogVersionModels- Returns:
- An active product catalog
-