Annotation Interface TmaPoGroupImmediateChildren


@Target(FIELD) @Retention(RUNTIME) @Constraint(validatedBy=TmaPoGroupImmediateChildrenValidator.class) @Documented public @interface TmaPoGroupImmediateChildren
Triggers the validator to check if the selected TmaProductOfferingGroup has valid children. de.hybris.platform.b2ctelcoservices.model.TmaProductOfferingGroupModel#childProductOfferings()
Since:
6.7
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
     
     
    Class<? extends javax.validation.Payload>[]
     
  • Element Details

    • message

      String message
      Default:
      "{de.hybris.platform.b2ctelcoservices.constraints.TmaPoGroupImmediateChildren.message}"
    • groups

      Class<?>[] groups
      Default:
      {}
    • payload

      Class<? extends javax.validation.Payload>[] payload
      Default:
      {}