Uses of Class
de.hybris.platform.partyservices.model.PmBusinessInteractionRoleModel
Packages that use PmBusinessInteractionRoleModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
-
Uses of PmBusinessInteractionRoleModel in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return types with arguments of type PmBusinessInteractionRoleModelModifier and TypeMethodDescriptionPmBusinessInteractionModel.getInteractionRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmBusinessInteraction.interactionRolesattribute defined at extensionpartyservices.PmPartyRoleModel.getInteractionRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.interactionRolesattribute defined at extensionpartyservices.Method parameters in de.hybris.platform.partyservices.model with type arguments of type PmBusinessInteractionRoleModelModifier and TypeMethodDescriptionvoidPmBusinessInteractionModel.setInteractionRoles(Set<PmBusinessInteractionRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmBusinessInteraction.interactionRolesattribute defined at extensionpartyservices.voidPmPartyRoleModel.setInteractionRoles(Set<PmBusinessInteractionRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.interactionRolesattribute defined at extensionpartyservices. -
Uses of PmBusinessInteractionRoleModel in de.hybris.platform.partytmfwebservices.v1.mappers.party
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.party that return types with arguments of type PmBusinessInteractionRoleModelModifier and TypeMethodDescriptionprotected List<PmBusinessInteractionRoleModel>PartyRelatedPartyAttributeMapper.getBusinessInteractionRoles(PmPartyModel party) Deprecated.Returns the business interaction role list for the provided party.