Annotation Interface PriceRowsValid


@Target(FIELD) @Retention(RUNTIME) @Constraint(validatedBy=PriceRowsValidValidator.class) @Documented public @interface PriceRowsValid
The value of the annotated element (a product's priceRowsValid attribute) must be Boolean.TRUE. Supported type is ProductModel and its sub types.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

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

    • priceRowType

      String priceRowType
    • message

      String message
      Default:
      "{de.hybris.platform.subscriptionservices.constraints.PriceRowsValid.message}"
    • groups

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

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