Uses of Class
de.hybris.platform.partyroleservices.model.PrContactMediumModel
Packages that use PrContactMediumModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyroleservices.jalo package.
-
Uses of PrContactMediumModel in de.hybris.platform.partyroleservices.interceptors
Methods in de.hybris.platform.partyroleservices.interceptors with parameters of type PrContactMediumModelModifier and TypeMethodDescriptionvoidPrContactMediumPrepareInterceptor.onPrepare(PrContactMediumModel contactMediumModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PrContactMediumModel in de.hybris.platform.partyroleservices.model
Methods in de.hybris.platform.partyroleservices.model that return types with arguments of type PrContactMediumModelModifier and TypeMethodDescriptionPrPartyRoleModel.getContactMediums()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.contactMediumsattribute defined at extensionpartyroleservices.Method parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrContactMediumModelModifier and TypeMethodDescriptionvoidPrPartyRoleModel.setContactMediums(List<PrContactMediumModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrPartyRole.contactMediumsattribute defined at extensionpartyroleservices. -
Uses of PrContactMediumModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.contactmedium
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.contactmedium with parameters of type PrContactMediumModelModifier and TypeMethodDescriptionvoidContactMediumValidForAttributeMapper.populateSourceAttributeFromTarget(ContactMedium target, PrContactMediumModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidContactMediumAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated.voidContactMediumAtTypeAttributeMapper.populateTargetAttributeFromSource(PrContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated.voidContactMediumValidForAttributeMapper.populateTargetAttributeFromSource(PrContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of PrContactMediumModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type PrContactMediumModelModifier and TypeMethodDescriptionPartyRoleContactMediumAttributeMapper.getPrContactMediumEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with type arguments of type PrContactMediumModelModifierConstructorDescriptionPartyRoleContactMediumAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<ContactMedium, PrContactMediumModel> prContactMediumEntityResourceNormalizer) Deprecated.