Uses of Class
de.hybris.platform.agreementservices.jalo.AgrPartyRole

Packages that use AgrPartyRole
  • Uses of AgrPartyRole in de.hybris.platform.agreementservices.jalo

    Fields in de.hybris.platform.agreementservices.jalo with type parameters of type AgrPartyRole
    Modifier and Type
    Field
    Description
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<AgrPartyRole>
    AgrPartyRole.PARTYHANDLER
    Deprecated, for removal: This API element is subject to removal in a future version.
    BidirectionalOneToManyHandler for handling 1:n PARTY's relation attributes from 'one' side.
    protected static final de.hybris.platform.util.OneToManyHandler<AgrPartyRole>
    Deprecated, for removal: This API element is subject to removal in a future version.
    OneToManyHandler for handling 1:n PARTYROLES's relation attributes from 'many' side.
    Modifier and Type
    Method
    Description
    AgreementservicesManager.createAgrPartyRole(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    AgreementservicesManager.createAgrPartyRole(Map attributeValues)
     
    Methods in de.hybris.platform.agreementservices.jalo that return types with arguments of type AgrPartyRole
    Modifier and Type
    Method
    Description
    AgrAgreement.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrAgreement.partyRoles attribute.
    AgrAgreement.getPartyRoles(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrAgreement.partyRoles attribute.
    AgrAgreementSpecification.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrAgreementSpecification.partyRoles attribute.
    AgrAgreementSpecification.getPartyRoles(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrAgreementSpecification.partyRoles attribute.
    AgrParty.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrParty.partyRoles attribute.
    AgrParty.getPartyRoles(de.hybris.platform.jalo.SessionContext ctx)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the AgrParty.partyRoles attribute.
    Methods in de.hybris.platform.agreementservices.jalo with parameters of type AgrPartyRole
    Modifier and Type
    Method
    Description
    void
    AgrAgreement.addToPartyRoles(AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    AgrAgreement.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    AgrAgreementSpecification.addToPartyRoles(AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    AgrAgreementSpecification.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    AgrParty.addToPartyRoles(AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    AgrParty.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    AgrAgreement.removeFromPartyRoles(AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    AgrAgreement.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    AgrAgreementSpecification.removeFromPartyRoles(AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    AgrAgreementSpecification.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    AgrParty.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, AgrPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    Method parameters in de.hybris.platform.agreementservices.jalo with type arguments of type AgrPartyRole
    Modifier and Type
    Method
    Description
    void
    AgrAgreement.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<AgrPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrAgreement.partyRoles attribute.
    void
    AgrAgreement.setPartyRoles(Set<AgrPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrAgreement.partyRoles attribute.
    void
    AgrAgreementSpecification.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<AgrPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrAgreementSpecification.partyRoles attribute.
    void
    AgrAgreementSpecification.setPartyRoles(Set<AgrPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrAgreementSpecification.partyRoles attribute.
    void
    AgrParty.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<AgrPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrParty.partyRoles attribute.
    void
    AgrParty.setPartyRoles(Set<AgrPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the AgrParty.partyRoles attribute.