Package de.hybris.platform.category
Class CategoryTestUtils
- java.lang.Object
-
- de.hybris.platform.category.CategoryTestUtils
-
public class CategoryTestUtils extends java.lang.ObjectUtility class containing helper methods for testing Categories.
-
-
Constructor Summary
Constructors Constructor Description CategoryTestUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<PK>convertNewCollectionToPk(java.util.Collection<CategoryModel> collection)Converts Collection of CategoryModel into sorted List of PK.static java.util.List<PK>convertOldCollectionToPk(java.util.Collection<Category> collection)Converts Collection of Category items into sorted List of PK.
-
-
-
Method Detail
-
convertNewCollectionToPk
public static java.util.List<PK> convertNewCollectionToPk(java.util.Collection<CategoryModel> collection)
Converts Collection of CategoryModel into sorted List of PK.
-
-