Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.Quantity
Packages that use Quantity
Package
Description
-
Uses of Quantity in de.hybris.platform.tuawebservicesresources.converters
Methods in de.hybris.platform.tuawebservicesresources.converters that return QuantityModifier and TypeMethodDescriptionTuaQuantityConverter.convertFrom(Long source, ma.glasnost.orika.metadata.Type<Quantity> destinationType, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.tuawebservicesresources.converters with parameters of type QuantityModifier and TypeMethodDescriptionTuaQuantityConverter.convertTo(Quantity source, ma.glasnost.orika.metadata.Type<Long> destinationType, ma.glasnost.orika.MappingContext mappingContext) Method parameters in de.hybris.platform.tuawebservicesresources.converters with type arguments of type QuantityModifier and TypeMethodDescriptionTuaQuantityConverter.convertFrom(Long source, ma.glasnost.orika.metadata.Type<Quantity> destinationType, ma.glasnost.orika.MappingContext mappingContext) -
Uses of Quantity in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return QuantityModifier and TypeMethodDescription@Valid QuantityProductTerm.getDuration()Duration of the productTerm@Valid QuantityBucketRefOrValue.getRemainingValue()Numeric remaining value for the bucket given in the unit (for example 1.9).@Valid QuantityUsageVolumeBalance.getRemainingValue()Numeric remaining value for the bucket given in the unit (for example 1.9).@Valid QuantityBucketRefOrValue.getReservedValue()Indicate the amount on the bucket.@Valid QuantityAttachment.getSize()The size of the attachment.@Valid QuantityAttachmentRefOrValue.getSize()The size of the attachment.@Valid QuantityConsumptionSummary.getValue()Numeric value of the bucket counter in a given unitMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type QuantityModifier and TypeMethodDescriptionBucketRefOrValue.remainingValue(Quantity remainingValue) UsageVolumeBalance.remainingValue(Quantity remainingValue) BucketRefOrValue.reservedValue(Quantity reservedValue) voidProductTerm.setDuration(Quantity duration) voidBucketRefOrValue.setRemainingValue(Quantity remainingValue) voidUsageVolumeBalance.setRemainingValue(Quantity remainingValue) voidBucketRefOrValue.setReservedValue(Quantity reservedValue) voidvoidvoid