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)