Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.BillFormat
Packages that use BillFormat
Package
Description
-
Uses of BillFormat in de.hybris.platform.billingaccounttmfwebservices.v2.api
Methods in de.hybris.platform.billingaccounttmfwebservices.v2.api that return types with arguments of type BillFormatModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillFormat>BillFormatApi.createBillFormat(@Valid BillFormat billFormat) org.springframework.http.ResponseEntity<List<BillFormat>>BillFormatApi.listBillFormat(@Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<BillFormat>BillFormatApi.patchBillFormat(String id, @Valid BillFormat billFormat) org.springframework.http.ResponseEntity<BillFormat>BillFormatApi.retrieveBillFormat(String id, @Valid String fields) Methods in de.hybris.platform.billingaccounttmfwebservices.v2.api with parameters of type BillFormatModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillFormat>BillFormatApi.createBillFormat(@Valid BillFormat billFormat) org.springframework.http.ResponseEntity<BillFormat>BillFormatApi.patchBillFormat(String id, @Valid BillFormat billFormat) -
Uses of BillFormat in de.hybris.platform.billingaccounttmfwebservices.v2.controllers
Methods in de.hybris.platform.billingaccounttmfwebservices.v2.controllers that return types with arguments of type BillFormatModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillFormat>BaBillFormatController.createBillFormat(@Valid BillFormat billFormat) org.springframework.http.ResponseEntity<List<BillFormat>>BaBillFormatController.listBillFormat(@Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<BillFormat>BaBillFormatController.patchBillFormat(String id, @Valid BillFormat billFormat) org.springframework.http.ResponseEntity<BillFormat>BaBillFormatController.retrieveBillFormat(String id, @Valid String fields) Methods in de.hybris.platform.billingaccounttmfwebservices.v2.controllers with parameters of type BillFormatModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillFormat>BaBillFormatController.createBillFormat(@Valid BillFormat billFormat) org.springframework.http.ResponseEntity<BillFormat>BaBillFormatController.patchBillFormat(String id, @Valid BillFormat billFormat) -
Uses of BillFormat in de.hybris.platform.tuawebservicesresources.mappers.billformatvalue
Methods in de.hybris.platform.tuawebservicesresources.mappers.billformatvalue with parameters of type BillFormatModifier and TypeMethodDescriptionvoidBillFormatValueHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) voidBillFormatValueSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) voidBillFormatValueTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillFormatModel source, BillFormat target, ma.glasnost.orika.MappingContext context) -
Uses of BillFormat in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return BillFormatModifier and TypeMethodDescriptionBillFormat.atBaseType(String atBaseType) BillFormat.atSchemaLocation(String atSchemaLocation) BillFormat.description(String description)