Uses of Class
de.hybris.platform.cmsfacades.dto.ComponentAndContentSlotValidationDto
Packages that use ComponentAndContentSlotValidationDto
Package
Description
-
Uses of ComponentAndContentSlotValidationDto in de.hybris.platform.cmsfacades.common.validator
Methods in de.hybris.platform.cmsfacades.common.validator that return ComponentAndContentSlotValidationDtoModifier and TypeMethodDescriptionValidationDtoFactory.buildComponentAndContentSlotValidationDto(String componentUid, String contentSlotUid) Build a new DTO for use with predicates. -
Uses of ComponentAndContentSlotValidationDto in de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator that return types with arguments of type ComponentAndContentSlotValidationDtoModifier and TypeMethodDescriptionprotected Predicate<ComponentAndContentSlotValidationDto>ComponentExistsInSlotValidator.getComponentAlreadyInContentSlotPredicate()Method parameters in de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator with type arguments of type ComponentAndContentSlotValidationDtoModifier and TypeMethodDescriptionvoidComponentExistsInSlotValidator.setComponentAlreadyInContentSlotPredicate(Predicate<ComponentAndContentSlotValidationDto> componentAlreadyInContentSlotPredicate) -
Uses of ComponentAndContentSlotValidationDto in de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator.predicate
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator.predicate with parameters of type ComponentAndContentSlotValidationDtoModifier and TypeMethodDescriptionbooleanComponentAlreadyInContentSlotPredicate.test(ComponentAndContentSlotValidationDto target)