Uses of Class
de.hybris.platform.partyservices.model.PmCharacteristicModel
Packages that use PmCharacteristicModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
-
Uses of PmCharacteristicModel in de.hybris.platform.partyservices.interceptors
Methods in de.hybris.platform.partyservices.interceptors with parameters of type PmCharacteristicModelModifier and TypeMethodDescriptionvoidPmCharacteristicPrepareInterceptor.onPrepare(PmCharacteristicModel characteristicModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PmCharacteristicModel in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return types with arguments of type PmCharacteristicModelModifier and TypeMethodDescriptionPmPartyModel.getPartyCharacteristics()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmParty.partyCharacteristicsattribute defined at extensionpartyservices.Method parameters in de.hybris.platform.partyservices.model with type arguments of type PmCharacteristicModelModifier and TypeMethodDescriptionvoidPmPartyModel.setPartyCharacteristics(List<PmCharacteristicModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmParty.partyCharacteristicsattribute defined at extensionpartyservices. -
Uses of PmCharacteristicModel in de.hybris.platform.partytmfwebservices.v1.mappers.characteristic
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.characteristic with parameters of type PmCharacteristicModelModifier 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 PmCharacteristicModel in de.hybris.platform.partytmfwebservices.v1.mappers.party
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.party that return types with arguments of type PmCharacteristicModelModifier and TypeMethodDescriptionPartyCharacteristicAttributeMapper.getPmCharacteristicResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.party with type arguments of type PmCharacteristicModelModifierConstructorDescriptionPartyCharacteristicAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<Characteristic, PmCharacteristicModel> pmCharacteristicResourceNormalizer) Deprecated.