Class CommerceCatalogUtils
- java.lang.Object
-
- de.hybris.platform.commerceservices.util.CommerceCatalogUtils
-
@Deprecated(since="6.5") public final class CommerceCatalogUtils extends java.lang.ObjectDeprecated.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
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.util.Collection<CatalogVersionModel>findProductCatalogVersions(java.util.Collection<CatalogVersionModel> catalogVersions)Deprecated.Since 6.5 Will be removedstatic CatalogVersionModelgetActiveProductCatalogVersion(java.util.Collection<CatalogVersionModel> catalogVersions)Deprecated.Since 6.5.
-
-
-
Method Detail
-
findProductCatalogVersions
@Deprecated(since="6.5") public static java.util.Collection<CatalogVersionModel> findProductCatalogVersions(java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.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") public static CatalogVersionModel getActiveProductCatalogVersion(java.util.Collection<CatalogVersionModel> catalogVersions)
Deprecated.Since 6.5. UseDefaultTaxCodeStrategy.getActiveProductCatalogVersion(Collection)instead.Gets the active Product Catalog- Parameters:
catalogVersions- A collection ofCatalogVersionModels- Returns:
- An active product catalog
-
-