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) Characteristic.atschemaLocation(String atschemaLocation) Methods in de.hybris.platform.partyroletmfwebservices.v1.dto that return types with arguments of type CharacteristicModifier and TypeMethodDescription@Valid List<Characteristic>PartyRole.getCharacteristic()Describes the characteristic of a party role.@Valid List<Characteristic>PartyRoleUnderscoreCreate.getCharacteristic()Describes the characteristic of a party role.@Valid List<Characteristic>PartyRoleUnderscoreUpdate.getCharacteristic()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) PartyRoleUnderscoreCreate.addCharacteristicItem(Characteristic characteristicItem) PartyRoleUnderscoreUpdate.addCharacteristicItem(Characteristic characteristicItem) Method parameters in de.hybris.platform.partyroletmfwebservices.v1.dto with type arguments of type CharacteristicModifier and TypeMethodDescriptionPartyRole.characteristic(List<Characteristic> characteristic) PartyRoleUnderscoreCreate.characteristic(List<Characteristic> characteristic) PartyRoleUnderscoreUpdate.characteristic(List<Characteristic> characteristic) voidPartyRole.setCharacteristic(List<Characteristic> characteristic) voidPartyRoleUnderscoreCreate.setCharacteristic(List<Characteristic> characteristic) voidPartyRoleUnderscoreUpdate.setCharacteristic(List<Characteristic> characteristic) -
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.