Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.BillPresentationMedia
Packages that use BillPresentationMedia
Package
Description
-
Uses of BillPresentationMedia in de.hybris.platform.billingaccounttmfwebservices.v2.api
Methods in de.hybris.platform.billingaccounttmfwebservices.v2.api that return types with arguments of type BillPresentationMediaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillPresentationMedia>BillPresentationMediaApi.createBillPresentationMedia(@Valid BillPresentationMedia billPresentationMedia) org.springframework.http.ResponseEntity<List<BillPresentationMedia>>BillPresentationMediaApi.listBillPresentationMedia(@Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<BillPresentationMedia>BillPresentationMediaApi.patchBillPresentationMedia(String id, @Valid BillPresentationMedia billPresentationMedia) org.springframework.http.ResponseEntity<BillPresentationMedia>BillPresentationMediaApi.retrieveBillPresentationMedia(String id, @Valid String fields) Methods in de.hybris.platform.billingaccounttmfwebservices.v2.api with parameters of type BillPresentationMediaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillPresentationMedia>BillPresentationMediaApi.createBillPresentationMedia(@Valid BillPresentationMedia billPresentationMedia) org.springframework.http.ResponseEntity<BillPresentationMedia>BillPresentationMediaApi.patchBillPresentationMedia(String id, @Valid BillPresentationMedia billPresentationMedia) -
Uses of BillPresentationMedia in de.hybris.platform.billingaccounttmfwebservices.v2.controllers
Methods in de.hybris.platform.billingaccounttmfwebservices.v2.controllers that return types with arguments of type BillPresentationMediaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillPresentationMedia>BaBillPresentationMediaController.createBillPresentationMedia(@Valid BillPresentationMedia billPresentationMedia) org.springframework.http.ResponseEntity<List<BillPresentationMedia>>BaBillPresentationMediaController.listBillPresentationMedia(@Valid String fields, @Valid Integer offset, @Valid Integer limit) org.springframework.http.ResponseEntity<BillPresentationMedia>BaBillPresentationMediaController.patchBillPresentationMedia(String id, @Valid BillPresentationMedia billPresentationMedia) org.springframework.http.ResponseEntity<BillPresentationMedia>BaBillPresentationMediaController.retrieveBillPresentationMedia(String id, @Valid String fields) Methods in de.hybris.platform.billingaccounttmfwebservices.v2.controllers with parameters of type BillPresentationMediaModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<BillPresentationMedia>BaBillPresentationMediaController.createBillPresentationMedia(@Valid BillPresentationMedia billPresentationMedia) org.springframework.http.ResponseEntity<BillPresentationMedia>BaBillPresentationMediaController.patchBillPresentationMedia(String id, @Valid BillPresentationMedia billPresentationMedia) -
Uses of BillPresentationMedia in de.hybris.platform.tuawebservicesresources.mappers.billpresentmedia
Methods in de.hybris.platform.tuawebservicesresources.mappers.billpresentmedia with parameters of type BillPresentationMediaModifier and TypeMethodDescriptionvoidBillPresentationMediaAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaHrefAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) voidBillPresentationMediaSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaBillPresentationMediaModel source, BillPresentationMedia target, ma.glasnost.orika.MappingContext context) -
Uses of BillPresentationMedia in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return BillPresentationMediaModifier and TypeMethodDescriptionBillPresentationMedia.atBaseType(String atBaseType) BillPresentationMedia.atSchemaLocation(String atSchemaLocation) BillPresentationMedia.description(String description)