Uses of Class
de.hybris.platform.partyservices.model.PmContactMediumModel
Packages that use PmContactMediumModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
-
Uses of PmContactMediumModel in de.hybris.platform.partyservices.interceptors
Methods in de.hybris.platform.partyservices.interceptors with parameters of type PmContactMediumModelModifier and TypeMethodDescriptionvoidPmContactMediumPrepareInterceptor.onPrepare(PmContactMediumModel contactMediumModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PmContactMediumModel in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return types with arguments of type PmContactMediumModelModifier and TypeMethodDescriptionPmPartyModel.getContactMediums()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmParty.contactMediumsattribute defined at extensionpartyservices.Method parameters in de.hybris.platform.partyservices.model with type arguments of type PmContactMediumModelModifier and TypeMethodDescriptionvoidPmPartyModel.setContactMediums(List<PmContactMediumModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmParty.contactMediumsattribute defined at extensionpartyservices. -
Uses of PmContactMediumModel in de.hybris.platform.partytmfwebservices.v1.mappers.contactmedium
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.contactmedium with parameters of type PmContactMediumModelModifier and TypeMethodDescriptionvoidContactMediumValidForAttributeMapper.populateSourceAttributeFromTarget(ContactMedium source, PmContactMediumModel target, ma.glasnost.orika.MappingContext context) Deprecated.voidContactMediumAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PmContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated.voidContactMediumAtTypeAttributeMapper.populateTargetAttributeFromSource(PmContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated.voidContactMediumValidForAttributeMapper.populateTargetAttributeFromSource(PmContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of PmContactMediumModel in de.hybris.platform.partytmfwebservices.v1.mappers.party
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.party that return types with arguments of type PmContactMediumModelModifier and TypeMethodDescriptionPartyContactMediumAttributeMapper.getPmContactMediumEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.party with type arguments of type PmContactMediumModelModifierConstructorDescriptionPartyContactMediumAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<ContactMedium, PmContactMediumModel> pmContactMediumEntityResourceNormalizer) Deprecated.