Uses of Class
de.hybris.platform.cmsfacades.dto.ComponentAndContentSlotValidationDto
-
-
Uses of ComponentAndContentSlotValidationDto in de.hybris.platform.cmsfacades.common.validator
Methods in de.hybris.platform.cmsfacades.common.validator that return ComponentAndContentSlotValidationDto Modifier and Type Method Description ComponentAndContentSlotValidationDtoValidationDtoFactory. buildComponentAndContentSlotValidationDto(java.lang.String componentUid, java.lang.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 ComponentAndContentSlotValidationDto Modifier and Type Method Description protected java.util.function.Predicate<ComponentAndContentSlotValidationDto>ComponentExistsInSlotValidator. getComponentAlreadyInContentSlotPredicate()Method parameters in de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator with type arguments of type ComponentAndContentSlotValidationDto Modifier and Type Method Description voidComponentExistsInSlotValidator. setComponentAlreadyInContentSlotPredicate(java.util.function.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 ComponentAndContentSlotValidationDto Modifier and Type Method Description booleanComponentAlreadyInContentSlotPredicate. test(ComponentAndContentSlotValidationDto target)
-