Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.BillFormatRefOrValue
Packages that use BillFormatRefOrValue
Package
Description
-
Uses of BillFormatRefOrValue in de.hybris.platform.tuawebservicesresources.mappers.billformat
Methods in de.hybris.platform.tuawebservicesresources.mappers.billformat with parameters of type BillFormatRefOrValueModifier and TypeMethodDescriptionvoidBillFormatHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue target, ma.glasnost.orika.MappingContext context) voidBillFormatReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue target, ma.glasnost.orika.MappingContext context) voidBillFormatSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormatRefOrValue target, ma.glasnost.orika.MappingContext context) -
Uses of BillFormatRefOrValue in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return BillFormatRefOrValueModifier and TypeMethodDescriptionBillFormatRefOrValue.atbaseType(String atbaseType) BillFormatRefOrValue.atreferredType(String atreferredType) BillFormatRefOrValue.atschemaLocation(String atschemaLocation) BillFormatRefOrValue.description(String description) @Valid BillFormatRefOrValueBillStructure.getFormat()Get formatMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type BillFormatRefOrValueModifier and TypeMethodDescriptionBillStructure.format(BillFormatRefOrValue format) voidBillStructure.setFormat(BillFormatRefOrValue format)