Interface CMSItemValidator<T extends ItemModel>

  • All Superinterfaces:
    Validator<T>
    All Known Implementing Classes:
    DefaultCMSItemValidator

    public interface CMSItemValidator<T extends ItemModel>
    extends Validator<T>
    Interface that deals with Type Validation. The main purpose of this service is to validate an ItemModel after it has been successfully converted, allowing custom validation on Item Models when there is a need to validate perform business validation and cross attribute validation.
    • Method Summary

      • Methods inherited from interface de.hybris.platform.cmsfacades.common.function.Validator

        validate