Class ComponentAlreadyInContentSlotPredicate
java.lang.Object
de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator.predicate.ComponentAlreadyInContentSlotPredicate
- All Implemented Interfaces:
Predicate<ComponentAndContentSlotValidationDto>
public class ComponentAlreadyInContentSlotPredicate
extends Object
implements Predicate<ComponentAndContentSlotValidationDto>
Predicate to test if a component is already in the given slot.
Returns TRUE if the component is already in the slot; FALSE otherwise.
-
Constructor Details
-
ComponentAlreadyInContentSlotPredicate
public ComponentAlreadyInContentSlotPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ComponentAndContentSlotValidationDto>
-