Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.Party
Packages that use Party
Package
Description
-
Uses of Party in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party with parameters of type PartyModifier and TypeMethodDescriptionvoidPartyCharacteristicAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyContactMediumAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyCreditRatingAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyExternalReferenceAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyTaxExemptionCertificateAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyCharacteristicAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyContactMediumAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyCreditRatingAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyExternalReferenceAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyHrefAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyRelatedPartyAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyTaxExemptionCertificateAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) -
Uses of Party in de.hybris.platform.tuawebservicesresources.v2.dto
Subclasses of Party in de.hybris.platform.tuawebservicesresources.v2.dtoModifier and TypeClassDescriptionclassIndividual represents a single human being (a man, woman or child).classOrganization represents a group of people identified by shared interests or purpose.Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return PartyModifier and TypeMethodDescriptionParty.addContactMediumItem(ContactMedium contactMediumItem) Party.addCreditRatingItem(PartyCreditProfile creditRatingItem) Party.addExternalReferenceItem(ExternalReference externalReferenceItem) Party.addPartyCharacteristicItem(Characteristic partyCharacteristicItem) Party.addRelatedPartyItem(RelatedParty relatedPartyItem) Party.addTaxExemptionCertificateItem(TaxExemptionCertificate taxExemptionCertificateItem) Party.atBaseType(String atBaseType) Party.atSchemaLocation(String atSchemaLocation) Party.contactMedium(List<ContactMedium> contactMedium) Party.creditRating(List<PartyCreditProfile> creditRating) Party.externalReference(List<ExternalReference> externalReference) Party.partyCharacteristic(List<Characteristic> partyCharacteristic) Party.relatedParty(List<RelatedParty> relatedParty) Party.taxExemptionCertificate(List<TaxExemptionCertificate> taxExemptionCertificate)