Class AverageServiceUsageUnitValidator

java.lang.Object
de.hybris.platform.b2ctelcoservices.constraints.TmaTypeValidatorHelper
de.hybris.platform.b2ctelcoservices.constraints.AverageServiceUsageUnitValidator
All Implemented Interfaces:
javax.validation.ConstraintValidator<AverageServiceUsageUnit,ItemModel>

public class AverageServiceUsageUnitValidator extends TmaTypeValidatorHelper implements javax.validation.ConstraintValidator<AverageServiceUsageUnit,ItemModel>
Triggers the validator to check if the Selected tmaAverageServiceUsage unitOfMeasure and ProductSpecCharValue unitOfMeasure are compatible units or not The method check if the AverageServiceUsage TmaAverageServiceUsageModel.getUnitOfMeasure() and TmaProductSpecCharacteristicValueModel.getUnitOfMeasure() are compatible units
Since:
18.05
  • Constructor Details

    • AverageServiceUsageUnitValidator

      public AverageServiceUsageUnitValidator()
  • Method Details