Class MediaContainerForCatalogVersionAttributePresetPredicate
java.lang.Object
de.hybris.platform.cms2.cloning.service.predicate.MediaContainerForCatalogVersionAttributePresetPredicate
- All Implemented Interfaces:
BiPredicate<ItemModel,,String> Supplier<CatalogVersionModel>
@Deprecated(since="2105",
forRemoval=true)
public class MediaContainerForCatalogVersionAttributePresetPredicate
extends Object
implements BiPredicate<ItemModel,String>, Supplier<CatalogVersionModel>
Deprecated, for removal: This API element is subject to removal in a future version.
Predicate to test if the
CATALOGVERSION qualifier of the MediaContainerModel component has a preset
value during the deep cloning process.
When the expression evaluates to TRUE, the deep cloning process will detect that a new preset value (e.g.
UID) needs to be generated for the qualifier of the component and the process will call #get() to retrieve
the generated preset value.
-
Constructor Summary
ConstructorsConstructorDescriptionMediaContainerForCatalogVersionAttributePresetPredicate(CatalogVersionModel targetCatalogVersion) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionget()Deprecated, for removal: This API element is subject to removal in a future version.protected CatalogVersionModelDeprecated, for removal: This API element is subject to removal in a future version.voidsetTargetCatalogVersion(CatalogVersionModel targetCatalogVersion) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
MediaContainerForCatalogVersionAttributePresetPredicate
public MediaContainerForCatalogVersionAttributePresetPredicate(CatalogVersionModel targetCatalogVersion) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
test
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
testin interfaceBiPredicate<ItemModel,String>
-
get
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getin interfaceSupplier<CatalogVersionModel>
-
getTargetCatalogVersion
Deprecated, for removal: This API element is subject to removal in a future version. -
setTargetCatalogVersion
Deprecated, for removal: This API element is subject to removal in a future version.
-
MediaContainerForCatalogVersionAttributePresetHandlerinstead.