Uses of Class
de.hybris.platform.partyservices.model.PmPartyRoleAssociationModel
Packages that use PmPartyRoleAssociationModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
-
Uses of PmPartyRoleAssociationModel in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return types with arguments of type PmPartyRoleAssociationModelModifier and TypeMethodDescriptionPmPartyRoleModel.getPartyRoleAssociationInvolvedWith()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.PmPartyRoleModel.getPartyRoleAssociationInvolves()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices.Method parameters in de.hybris.platform.partyservices.model with type arguments of type PmPartyRoleAssociationModelModifier and TypeMethodDescriptionvoidPmPartyRoleModel.setPartyRoleAssociationInvolvedWith(Set<PmPartyRoleAssociationModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensionpartyservices.voidPmPartyRoleModel.setPartyRoleAssociationInvolves(Set<PmPartyRoleAssociationModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmPartyRole.partyRoleAssociationInvolvesattribute defined at extensionpartyservices. -
Uses of PmPartyRoleAssociationModel in de.hybris.platform.partytmfwebservices.v1.mappers.party
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.party that return types with arguments of type PmPartyRoleAssociationModelModifier and TypeMethodDescriptionprotected List<PmPartyRoleAssociationModel>PartyRelatedPartyAttributeMapper.getPartRoleAssociations(PmPartyModel party) Deprecated.Returns the party role association list for the provided party.