Uses of Class
de.hybris.platform.billingaccountservices.jalo.BaPartyRole

Packages that use BaPartyRole
  • Uses of BaPartyRole in de.hybris.platform.billingaccountservices.jalo

    Fields in de.hybris.platform.billingaccountservices.jalo with type parameters of type BaPartyRole
    Modifier and Type
    Field
    Description
    protected static final de.hybris.platform.util.OneToManyHandler<BaPartyRole>
    GeneratedBaParty.PARTYROLESHANDLER
    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
    GeneratedBillingaccountservicesManager.createBaPartyRole(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    GeneratedBillingaccountservicesManager.createBaPartyRole(Map attributeValues)
     
    GeneratedBaContact.getRelatedParty()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaContact.relatedParty attribute.
    GeneratedBaContact.getRelatedParty(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 BaContact.relatedParty attribute.
    Methods in de.hybris.platform.billingaccountservices.jalo that return types with arguments of type BaPartyRole
    Modifier and Type
    Method
    Description
    GeneratedBaAccount.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaAccount.partyRoles attribute.
    GeneratedBaAccount.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 BaAccount.partyRoles attribute.
    GeneratedBaParty.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaParty.partyRoles attribute.
    GeneratedBaParty.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 BaParty.partyRoles attribute.
    Modifier and Type
    Method
    Description
    void
    GeneratedBaAccount.addToPartyRoles(BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedBaAccount.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedBaParty.addToPartyRoles(BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedBaParty.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedBaAccount.removeFromPartyRoles(BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedBaAccount.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedBaParty.removeFromPartyRoles(BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedBaParty.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedBaContact.setRelatedParty(BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaContact.relatedParty attribute.
    void
    GeneratedBaContact.setRelatedParty(de.hybris.platform.jalo.SessionContext ctx, BaPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaContact.relatedParty attribute.
    Method parameters in de.hybris.platform.billingaccountservices.jalo with type arguments of type BaPartyRole
    Modifier and Type
    Method
    Description
    void
    GeneratedBaAccount.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<BaPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccount.partyRoles attribute.
    void
    GeneratedBaAccount.setPartyRoles(Set<BaPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaAccount.partyRoles attribute.
    void
    GeneratedBaParty.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<BaPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaParty.partyRoles attribute.
    void
    GeneratedBaParty.setPartyRoles(Set<BaPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaParty.partyRoles attribute.