Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ConstraintRef
Packages that use ConstraintRef
Package
Description
-
Uses of ConstraintRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ConstraintRefMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ConstraintRefModifier and TypeMethodDescription@Valid List<ConstraintRef>ProductOfferingPrice.getConstraint()Not Sent.@Valid List<ConstraintRef>ProductOfferingPriceUnderscoreCreate.getConstraint()Get constraint@Valid List<ConstraintRef>ProductOfferingPriceUnderscoreUpdate.getConstraint()Get constraintMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ConstraintRefModifier and TypeMethodDescriptionProductOfferingPrice.addConstraintItem(ConstraintRef constraintItem) ProductOfferingPriceUnderscoreCreate.addConstraintItem(ConstraintRef constraintItem) ProductOfferingPriceUnderscoreUpdate.addConstraintItem(ConstraintRef constraintItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ConstraintRefModifier and TypeMethodDescriptionProductOfferingPrice.constraint(List<ConstraintRef> constraint) ProductOfferingPriceUnderscoreCreate.constraint(List<ConstraintRef> constraint) ProductOfferingPriceUnderscoreUpdate.constraint(List<ConstraintRef> constraint) voidProductOfferingPrice.setConstraint(List<ConstraintRef> constraint) voidProductOfferingPriceUnderscoreCreate.setConstraint(List<ConstraintRef> constraint) voidProductOfferingPriceUnderscoreUpdate.setConstraint(List<ConstraintRef> constraint) -
Uses of ConstraintRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type ConstraintRefModifier and TypeMethodDescription@Valid List<ConstraintRef>ProductOfferingPrice.getConstraint()not sentMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type ConstraintRefModifier and TypeMethodDescriptionProductOfferingPrice.addConstraintItem(ConstraintRef constraintItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type ConstraintRefModifier and TypeMethodDescriptionProductOfferingPrice.constraint(List<ConstraintRef> constraint) voidProductOfferingPrice.setConstraint(List<ConstraintRef> constraint)