Class MediaContainerForQualifierAttributePresetPredicate
java.lang.Object
de.hybris.platform.cms2.cloning.service.predicate.MediaContainerForQualifierAttributePresetPredicate
- All Implemented Interfaces:
BiPredicate<ItemModel,,String> Supplier<String>
@Deprecated(since="2105",
forRemoval=true)
public class MediaContainerForQualifierAttributePresetPredicate
extends Object
implements BiPredicate<ItemModel,String>, Supplier<String>
Deprecated, for removal: This API element is subject to removal in a future version.
Predicate to test if the
QUALIFIER 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
ConstructorsConstructorDescriptionDeprecated, 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 CMSItemDeepCloningServiceDeprecated, for removal: This API element is subject to removal in a future version.voidsetCmsItemDeepCloningService(CMSItemDeepCloningService cmsItemDeepCloningService) 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
-
MediaContainerForQualifierAttributePresetPredicate
public MediaContainerForQualifierAttributePresetPredicate()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. -
getCmsItemDeepCloningService
Deprecated, for removal: This API element is subject to removal in a future version. -
setCmsItemDeepCloningService
Deprecated, for removal: This API element is subject to removal in a future version.
-
MediaContainerForQualifierAttributePresetHandlerinstead.