Uses of Class
de.hybris.platform.partyroleservices.model.PrBusinessInteractionRoleModel
Packages that use PrBusinessInteractionRoleModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyroleservices.jalo package.
-
Uses of PrBusinessInteractionRoleModel in de.hybris.platform.partyroleservices.interceptors
Methods in de.hybris.platform.partyroleservices.interceptors with parameters of type PrBusinessInteractionRoleModelModifier and TypeMethodDescriptionvoidPrBusinessInteractionRolePrepareInterceptor.onPrepare(PrBusinessInteractionRoleModel businessInteractionRoleModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PrBusinessInteractionRoleModel in de.hybris.platform.partyroleservices.model
Methods in de.hybris.platform.partyroleservices.model that return types with arguments of type PrBusinessInteractionRoleModelModifier and TypeMethodDescriptionPrBusinessInteractionModel.getInteractionRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrBusinessInteraction.interactionRolesattribute defined at extensionpartyroleservices.PrPartyRoleModel.getInteractionRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.interactionRolesattribute defined at extensionpartyroleservices.Method parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrBusinessInteractionRoleModelModifier and TypeMethodDescriptionvoidPrBusinessInteractionModel.setInteractionRoles(Set<PrBusinessInteractionRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrBusinessInteraction.interactionRolesattribute defined at extensionpartyroleservices.voidPrPartyRoleModel.setInteractionRoles(Set<PrBusinessInteractionRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrPartyRole.interactionRolesattribute defined at extensionpartyroleservices. -
Uses of PrBusinessInteractionRoleModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type PrBusinessInteractionRoleModelModifier and TypeMethodDescriptionprotected List<PrBusinessInteractionRoleModel>PartyRoleRelatedPartyAttributeMapper.getBusinessInteractionRoles(PrPartyRoleModel partyRole) Deprecated.Returns the business interaction role list for the provided party role.