Uses of Class
de.hybris.platform.partyroletmfwebservices.v1.dto.Characteristic
Packages that use Characteristic
Package
Description
-
Uses of Characteristic in de.hybris.platform.partyroletmfwebservices.v1.dto
Methods in de.hybris.platform.partyroletmfwebservices.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.partyroletmfwebservices.v1.dto that return types with arguments of type CharacteristicModifier and TypeMethodDescription@Valid List<Characteristic>PartyRole.getCharacteristic()Deprecated.Describes the characteristic of a party role.@Valid List<Characteristic>PartyRoleUnderscoreCreate.getCharacteristic()Deprecated.Describes the characteristic of a party role.@Valid List<Characteristic>PartyRoleUnderscoreUpdate.getCharacteristic()Deprecated.Describes the characteristic of a party role.Methods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type CharacteristicModifier and TypeMethodDescriptionPartyRole.addCharacteristicItem(Characteristic characteristicItem) Deprecated.PartyRoleUnderscoreCreate.addCharacteristicItem(Characteristic characteristicItem) Deprecated.PartyRoleUnderscoreUpdate.addCharacteristicItem(Characteristic characteristicItem) Deprecated.Method parameters in de.hybris.platform.partyroletmfwebservices.v1.dto with type arguments of type CharacteristicModifier and TypeMethodDescriptionPartyRole.characteristic(List<Characteristic> characteristic) Deprecated.PartyRoleUnderscoreCreate.characteristic(List<Characteristic> characteristic) Deprecated.PartyRoleUnderscoreUpdate.characteristic(List<Characteristic> characteristic) Deprecated.voidPartyRole.setCharacteristic(List<Characteristic> characteristic) Deprecated.voidPartyRoleUnderscoreCreate.setCharacteristic(List<Characteristic> characteristic) Deprecated.voidPartyRoleUnderscoreUpdate.setCharacteristic(List<Characteristic> characteristic) Deprecated. -
Uses of Characteristic in de.hybris.platform.partyroletmfwebservices.v1.mappers.characteristic
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.characteristic with parameters of type CharacteristicModifier and TypeMethodDescriptionvoidCharacteristicAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrCharacteristicModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidCharacteristicAtTypeAttributeMapper.populateTargetAttributeFromSource(PrCharacteristicModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of Characteristic in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionPartyRoleCharacteristicAttributeMapper.getPrCharacteristicEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with type arguments of type CharacteristicModifierConstructorDescriptionPartyRoleCharacteristicAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<Characteristic, PrCharacteristicModel> prCharacteristicEntityResourceNormalizer) Deprecated.