Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AttachmentRefOrValue
Packages that use AttachmentRefOrValue
Package
Description
-
Uses of AttachmentRefOrValue in de.hybris.platform.tuawebservicesresources.mappers.attachment
Methods in de.hybris.platform.tuawebservicesresources.mappers.attachment with parameters of type AttachmentRefOrValueModifier and TypeMethodDescriptionvoidAttachmentIdAttributeMapper.populateSourceAttributeFromTarget(AttachmentRefOrValue target, CatalogUnawareMediaModel source, ma.glasnost.orika.MappingContext context) voidAttachmentMimeTypeAttributeMapper.populateSourceAttributeFromTarget(AttachmentRefOrValue target, CatalogUnawareMediaModel source, ma.glasnost.orika.MappingContext context) voidAttachmentNameAttributeMapper.populateSourceAttributeFromTarget(AttachmentRefOrValue target, CatalogUnawareMediaModel source, ma.glasnost.orika.MappingContext context) voidAttachmentSizeAttributeMapper.populateSourceAttributeFromTarget(AttachmentRefOrValue target, CatalogUnawareMediaModel source, ma.glasnost.orika.MappingContext context) voidAttachmentTypeAttributeMapper.populateSourceAttributeFromTarget(AttachmentRefOrValue target, CatalogUnawareMediaModel source, ma.glasnost.orika.MappingContext context) voidAttachmentHrefAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentIdAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentMimeTypeAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentNameAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentReferredTypeAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentSchemaLocationAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentSizeAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) voidAttachmentTypeAttributeMapper.populateTargetAttributeFromSource(CatalogUnawareMediaModel source, AttachmentRefOrValue target, ma.glasnost.orika.MappingContext context) -
Uses of AttachmentRefOrValue in de.hybris.platform.tuawebservicesresources.mappers.customerbill
Methods in de.hybris.platform.tuawebservicesresources.mappers.customerbill that return types with arguments of type AttachmentRefOrValueModifier and TypeMethodDescriptionCustomerBillDocumentAttributeMapper.getTuaCatalogUnawareMediaResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.customerbill with type arguments of type AttachmentRefOrValueModifierConstructorDescriptionCustomerBillDocumentAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<AttachmentRefOrValue, CatalogUnawareMediaModel> tuaCatalogUnawareMediaResourceNormalizer) -
Uses of AttachmentRefOrValue in de.hybris.platform.tuawebservicesresources.mappers.individualidentification
Methods in de.hybris.platform.tuawebservicesresources.mappers.individualidentification that return types with arguments of type AttachmentRefOrValueModifier and TypeMethodDescriptionIndividualIdentificationAttachmentAttributeMapper.getTuaMediaModelEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.individualidentification with type arguments of type AttachmentRefOrValueModifierConstructorDescriptionIndividualIdentificationAttachmentAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaEntityResourceNormalizer<AttachmentRefOrValue, CatalogUnawareMediaModel> tuaMediaModelEntityResourceNormalizer) -
Uses of AttachmentRefOrValue in de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate
Methods in de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate that return types with arguments of type AttachmentRefOrValueModifier and TypeMethodDescriptionTaxExemptionCertificateAttachmentAttributeMapper.getTuaMediaModelEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate with type arguments of type AttachmentRefOrValueModifierConstructorDescriptionTaxExemptionCertificateAttachmentAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaEntityResourceNormalizer<AttachmentRefOrValue, CatalogUnawareMediaModel> tuaMediaModelEntityResourceNormalizer) -
Uses of AttachmentRefOrValue in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AttachmentRefOrValueModifier and TypeMethodDescriptionAttachmentRefOrValue.atBaseType(String atBaseType) AttachmentRefOrValue.atReferredType(String atReferredType) AttachmentRefOrValue.atSchemaLocation(String atSchemaLocation) AttachmentRefOrValue.attachmentType(String attachmentType) AttachmentRefOrValue.description(String description) @Valid AttachmentRefOrValueIndividualIdentification.getAttachment()Get attachment@Valid AttachmentRefOrValueOrganizationIdentification.getAttachment()Get attachment@Valid AttachmentRefOrValueTaxExemptionCertificate.getAttachment()Get attachmentAttachmentRefOrValue.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AttachmentRefOrValueModifier and TypeMethodDescription@Valid @Size(min=1) List<AttachmentRefOrValue>AgreementSpecification.getAttachment()Get attachment@Valid List<AttachmentRefOrValue>CustomerBill.getBillDocument()Get billDocumentMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AttachmentRefOrValueModifier and TypeMethodDescriptionAgreementSpecification.addAttachmentItem(AttachmentRefOrValue attachmentItem) CustomerBill.addBillDocumentItem(AttachmentRefOrValue billDocumentItem) IndividualIdentification.attachment(AttachmentRefOrValue attachment) OrganizationIdentification.attachment(AttachmentRefOrValue attachment) TaxExemptionCertificate.attachment(AttachmentRefOrValue attachment) voidIndividualIdentification.setAttachment(AttachmentRefOrValue attachment) voidOrganizationIdentification.setAttachment(AttachmentRefOrValue attachment) voidTaxExemptionCertificate.setAttachment(AttachmentRefOrValue attachment) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AttachmentRefOrValueModifier and TypeMethodDescriptionAgreementSpecification.attachment(List<AttachmentRefOrValue> attachment) CustomerBill.billDocument(List<AttachmentRefOrValue> billDocument) voidAgreementSpecification.setAttachment(List<AttachmentRefOrValue> attachment) voidCustomerBill.setBillDocument(List<AttachmentRefOrValue> billDocument)