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

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

    Modifier and Type
    Method
    Description
    BillmanagementservicesManager.createBmParty(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    BillmanagementservicesManager.createBmParty(Map attributeValues)
     
    BillmanagementservicesManager.getBmParty(de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.bmParty attribute.
    BillmanagementservicesManager.getBmParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.bmParty attribute.
    BmPartyRole.getParty()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BmPartyRole.party attribute.
    BmPartyRole.getParty(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 BmPartyRole.party attribute.
    Methods in de.hybris.platform.billmanagementservices.jalo that return types with arguments of type BmParty
    Modifier and Type
    Method
    Description
    BmPartyBill.getParties()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BmPartyBill.parties attribute.
    BmPartyBill.getParties(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 BmPartyBill.parties attribute.
    Methods in de.hybris.platform.billmanagementservices.jalo with parameters of type BmParty
    Modifier and Type
    Method
    Description
    void
    BmPartyBill.addToParties(BmParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to parties.
    void
    BmPartyBill.addToParties(de.hybris.platform.jalo.SessionContext ctx, BmParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to parties.
    void
    BmPartyBill.removeFromParties(BmParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from parties.
    void
    BmPartyBill.removeFromParties(de.hybris.platform.jalo.SessionContext ctx, BmParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from parties.
    void
    BillmanagementservicesManager.setBmParty(de.hybris.platform.jalo.security.Principal item, BmParty value)
    Generated method - Setter of the Principal.bmParty attribute.
    void
    BillmanagementservicesManager.setBmParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, BmParty value)
    Generated method - Setter of the Principal.bmParty attribute.
    void
    BmPartyRole.setParty(BmParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmPartyRole.party attribute.
    void
    BmPartyRole.setParty(de.hybris.platform.jalo.SessionContext ctx, BmParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmPartyRole.party attribute.
    Method parameters in de.hybris.platform.billmanagementservices.jalo with type arguments of type BmParty
    Modifier and Type
    Method
    Description
    void
    BmPartyBill.setParties(de.hybris.platform.jalo.SessionContext ctx, Set<BmParty> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmPartyBill.parties attribute.
    void
    BmPartyBill.setParties(Set<BmParty> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BmPartyBill.parties attribute.