Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in de.hybris.platform.b2ctelcotmfwebservices.mappers.attachment
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.attachment with parameters of type AttachmentModifier and TypeMethodDescriptionvoidAttachmentIdAttributeMapper.populateSourceAttributeFromTarget(Attachment source, ImageData target, ma.glasnost.orika.MappingContext context) voidAttachmentMimeTypeAttributeMapper.populateSourceAttributeFromTarget(Attachment source, ImageData target, ma.glasnost.orika.MappingContext context) voidAttachmentTypeAttributeMapper.populateSourceAttributeFromTarget(Attachment source, ImageData target, ma.glasnost.orika.MappingContext context) voidAttachmentAtTypeAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) voidAttachmentHrefAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) voidAttachmentIdAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) voidAttachmentMimeTypeAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) voidAttachmentSchemaLocationAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) voidAttachmentTypeAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) voidAttachmentUrlAttributeMapper.populateTargetAttributeFromSource(ImageData source, Attachment target, ma.glasnost.orika.MappingContext context) -
Uses of Attachment in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return AttachmentModifier and TypeMethodDescriptionAttachment.atBaseType(String atBaseType) Attachment.atSchemaLocation(String atSchemaLocation) Attachment.description(String description) @Valid AttachmentProductOfferingRef.getImage()Get imageAttachment.validFor(TimePeriod validFor) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type AttachmentModifier and TypeMethodDescription@Valid List<Attachment>IndividualIdentification.getAttachment()An attachment ref or value (AttachmentRefOrValue).@Valid List<Attachment>ProductOffering.getAttachment()Media items configured for a product offering (images, videos).@Valid List<Attachment>ProductOfferingUnderscoreCreate.getAttachment()Get attachment@Valid List<Attachment>ProductOfferingUnderscoreUpdate.getAttachment()Get attachment@Valid List<Attachment>ProductSpecificationUnderscoreCreate.getAttachment()Get attachment@Valid List<Attachment>ProductSpecificationUnderscoreUpdate.getAttachment()Get attachmentMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type AttachmentModifier and TypeMethodDescriptionIndividualIdentification.addAttachmentItem(Attachment attachmentItem) ProductOffering.addAttachmentItem(Attachment attachmentItem) ProductOfferingUnderscoreCreate.addAttachmentItem(Attachment attachmentItem) ProductOfferingUnderscoreUpdate.addAttachmentItem(Attachment attachmentItem) ProductSpecificationUnderscoreCreate.addAttachmentItem(Attachment attachmentItem) ProductSpecificationUnderscoreUpdate.addAttachmentItem(Attachment attachmentItem) ProductOfferingRef.image(Attachment image) voidProductOfferingRef.setImage(Attachment image) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type AttachmentModifier and TypeMethodDescriptionIndividualIdentification.attachment(List<Attachment> attachment) ProductOffering.attachment(List<Attachment> attachment) ProductOfferingUnderscoreCreate.attachment(List<Attachment> attachment) ProductOfferingUnderscoreUpdate.attachment(List<Attachment> attachment) ProductSpecificationUnderscoreCreate.attachment(List<Attachment> attachment) ProductSpecificationUnderscoreUpdate.attachment(List<Attachment> attachment) voidIndividualIdentification.setAttachment(List<Attachment> attachment) voidProductOffering.setAttachment(List<Attachment> attachment) voidProductOfferingUnderscoreCreate.setAttachment(List<Attachment> attachment) voidProductOfferingUnderscoreUpdate.setAttachment(List<Attachment> attachment) voidProductSpecificationUnderscoreCreate.setAttachment(List<Attachment> attachment) voidProductSpecificationUnderscoreUpdate.setAttachment(List<Attachment> attachment) -
Uses of Attachment in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type AttachmentModifier and TypeMethodDescription@Valid List<Attachment>ProductOffering.getAttachment()Media items configured for a product offering (images, videos).Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type AttachmentMethod parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type AttachmentModifier and TypeMethodDescriptionProductOffering.attachment(List<Attachment> attachment) voidProductOffering.setAttachment(List<Attachment> attachment) -
Uses of Attachment in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.attachment
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.mappers.attachment with parameters of type AttachmentModifier and TypeMethodDescriptionvoidMediaAttachmentIdAttributeMapper.populateSourceAttributeFromTarget(Attachment source, MediaData target, ma.glasnost.orika.MappingContext context) voidMediaAttachmentAtTypeAttributeMapper.populateTargetAttributeFromSource(MediaData source, Attachment target, ma.glasnost.orika.MappingContext context) voidMediaAttachmentHrefAttributeMapper.populateTargetAttributeFromSource(MediaData source, Attachment target, ma.glasnost.orika.MappingContext context) voidMediaAttachmentIdAttributeMapper.populateTargetAttributeFromSource(MediaData source, Attachment target, ma.glasnost.orika.MappingContext context) voidMediaAttachmentMimeTypeAttributeMapper.populateTargetAttributeFromSource(MediaData source, Attachment target, ma.glasnost.orika.MappingContext context) voidMediaAttachmentSchemaLocationAttributeMapper.populateTargetAttributeFromSource(MediaData source, Attachment target, ma.glasnost.orika.MappingContext context) voidMediaAttachmentUrlAttributeMapper.populateTargetAttributeFromSource(MediaData source, Attachment target, ma.glasnost.orika.MappingContext context)