Uses of Class
de.hybris.platform.partytmfwebservices.v1.dto.Characteristic
Packages that use Characteristic
Package
Description
-
Uses of Characteristic in de.hybris.platform.partytmfwebservices.v1.dto
Methods in de.hybris.platform.partytmfwebservices.v1.dto that return CharacteristicModifier and TypeMethodDescriptionCharacteristic.atBaseType(String atBaseType) Deprecated.Characteristic.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods in de.hybris.platform.partytmfwebservices.v1.dto that return types with arguments of type CharacteristicModifier and TypeMethodDescription@Valid List<Characteristic>Party.getPartyCharacteristic()Deprecated.Get partyCharacteristicMethods in de.hybris.platform.partytmfwebservices.v1.dto with parameters of type CharacteristicModifier and TypeMethodDescriptionParty.addPartyCharacteristicItem(Characteristic partyCharacteristicItem) Deprecated.Method parameters in de.hybris.platform.partytmfwebservices.v1.dto with type arguments of type CharacteristicModifier and TypeMethodDescriptionParty.partyCharacteristic(List<Characteristic> partyCharacteristic) Deprecated.voidParty.setPartyCharacteristic(List<Characteristic> partyCharacteristic) Deprecated. -
Uses of Characteristic in de.hybris.platform.partytmfwebservices.v1.mappers.characteristic
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.characteristic with parameters of type CharacteristicModifier and TypeMethodDescriptionvoidCharacteristicAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PmCharacteristicModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidCharacteristicAtTypeAttributeMapper.populateTargetAttributeFromSource(PmCharacteristicModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of Characteristic in de.hybris.platform.partytmfwebservices.v1.mappers.party
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.party that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionPartyCharacteristicAttributeMapper.getPmCharacteristicResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.party with type arguments of type CharacteristicModifierConstructorDescriptionPartyCharacteristicAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<Characteristic, PmCharacteristicModel> pmCharacteristicResourceNormalizer) Deprecated.