Uses of Class
de.hybris.platform.billmanagementservices.jalo.BmPartyRole

Packages that use BmPartyRole
  • Uses of BmPartyRole in de.hybris.platform.billmanagementservices.jalo

    Fields in de.hybris.platform.billmanagementservices.jalo with type parameters of type BmPartyRole
    Modifier and Type
    Field
    Description
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<BmPartyRole>
    BmPartyRole.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<BmPartyRole>
    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
    BillmanagementservicesManager.createBmPartyRole(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    BillmanagementservicesManager.createBmPartyRole(Map attributeValues)
     
    Methods in de.hybris.platform.billmanagementservices.jalo that return types with arguments of type BmPartyRole
    Modifier and Type
    Method
    Description
    BmAccount.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BmAccount.partyRoles attribute.
    BmAccount.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 BmAccount.partyRoles attribute.
    BmParty.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BmParty.partyRoles attribute.
    BmParty.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 BmParty.partyRoles attribute.
    Modifier and Type
    Method
    Description
    void
    BmAccount.addToPartyRoles(BmPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    BmAccount.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    BmParty.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    BmAccount.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole 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
    BmParty.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, BmPartyRole 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.billmanagementservices.jalo with type arguments of type BmPartyRole
    Modifier and Type
    Method
    Description
    void
    BmAccount.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<BmPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmAccount.partyRoles attribute.
    void
    BmAccount.setPartyRoles(Set<BmPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmAccount.partyRoles attribute.
    void
    BmParty.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<BmPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmParty.partyRoles attribute.
    void
    BmParty.setPartyRoles(Set<BmPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmParty.partyRoles attribute.