Uses of Class
de.hybris.platform.partyroleservices.jalo.PrPartyRoleAssociation
Packages that use PrPartyRoleAssociation
-
Uses of PrPartyRoleAssociation in de.hybris.platform.partyroleservices.jalo
Fields in de.hybris.platform.partyroleservices.jalo with type parameters of type PrPartyRoleAssociationModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<PrPartyRoleAssociation>PrPartyRole.INVOLVEDWITHASSOCIATIONSHANDLERDeprecated, for removal: This API element is subject to removal in a future version.OneToManyHandlerfor handling 1:n INVOLVEDWITHASSOCIATIONS's relation attributes from 'many' side.protected static final de.hybris.platform.util.OneToManyHandler<PrPartyRoleAssociation>PrPartyRole.INVOLVESASSOCIATIONSHANDLERDeprecated, for removal: This API element is subject to removal in a future version.OneToManyHandlerfor handling 1:n INVOLVESASSOCIATIONS's relation attributes from 'many' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<PrPartyRoleAssociation>PrPartyRoleAssociation.PARTYROLEINVOLVEDWITHHANDLERDeprecated, for removal: This API element is subject to removal in a future version.BidirectionalOneToManyHandlerfor handling 1:n PARTYROLEINVOLVEDWITH's relation attributes from 'one' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<PrPartyRoleAssociation>PrPartyRoleAssociation.PARTYROLEINVOLVESHANDLERDeprecated, for removal: This API element is subject to removal in a future version.BidirectionalOneToManyHandlerfor handling 1:n PARTYROLEINVOLVES's relation attributes from 'one' side.Methods in de.hybris.platform.partyroleservices.jalo that return PrPartyRoleAssociationModifier and TypeMethodDescriptionPartyroleservicesManager.createPrPartyRoleAssociation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) PartyroleservicesManager.createPrPartyRoleAssociation(Map attributeValues) Methods in de.hybris.platform.partyroleservices.jalo that return types with arguments of type PrPartyRoleAssociationModifier and TypeMethodDescriptionPrPartyRole.getInvolvedWithAssociations()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.involvedWithAssociationsattribute.PrPartyRole.getInvolvedWithAssociations(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.involvedWithAssociationsattribute.PrPartyRole.getInvolvesAssociations()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.involvesAssociationsattribute.PrPartyRole.getInvolvesAssociations(de.hybris.platform.jalo.SessionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.involvesAssociationsattribute.Methods in de.hybris.platform.partyroleservices.jalo with parameters of type PrPartyRoleAssociationModifier and TypeMethodDescriptionvoidPrPartyRole.addToInvolvedWithAssociations(de.hybris.platform.jalo.SessionContext ctx, PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto involvedWithAssociations.voidPrPartyRole.addToInvolvedWithAssociations(PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto involvedWithAssociations.voidPrPartyRole.addToInvolvesAssociations(de.hybris.platform.jalo.SessionContext ctx, PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto involvesAssociations.voidPrPartyRole.addToInvolvesAssociations(PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Addsvalueto involvesAssociations.voidPrPartyRole.removeFromInvolvedWithAssociations(de.hybris.platform.jalo.SessionContext ctx, PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom involvedWithAssociations.voidPrPartyRole.removeFromInvolvedWithAssociations(PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom involvedWithAssociations.voidPrPartyRole.removeFromInvolvesAssociations(de.hybris.platform.jalo.SessionContext ctx, PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom involvesAssociations.voidPrPartyRole.removeFromInvolvesAssociations(PrPartyRoleAssociation value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Removesvaluefrom involvesAssociations.Method parameters in de.hybris.platform.partyroleservices.jalo with type arguments of type PrPartyRoleAssociationModifier and TypeMethodDescriptionvoidPrPartyRole.setInvolvedWithAssociations(de.hybris.platform.jalo.SessionContext ctx, Set<PrPartyRoleAssociation> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePrPartyRole.involvedWithAssociationsattribute.voidPrPartyRole.setInvolvedWithAssociations(Set<PrPartyRoleAssociation> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePrPartyRole.involvedWithAssociationsattribute.voidPrPartyRole.setInvolvesAssociations(de.hybris.platform.jalo.SessionContext ctx, Set<PrPartyRoleAssociation> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePrPartyRole.involvesAssociationsattribute.voidPrPartyRole.setInvolvesAssociations(Set<PrPartyRoleAssociation> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter of thePrPartyRole.involvesAssociationsattribute.