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

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

    Modifier and Type
    Method
    Description
    GeneratedBillingaccountservicesManager.createBaParty(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    GeneratedBillingaccountservicesManager.createBaParty(Map attributeValues)
     
    GeneratedBillingaccountservicesManager.getBaParty(de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.baParty attribute.
    GeneratedBillingaccountservicesManager.getBaParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item)
    Generated method - Getter of the Principal.baParty attribute.
    GeneratedBaPartyRole.getParty()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the BaPartyRole.party attribute.
    GeneratedBaPartyRole.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 BaPartyRole.party attribute.
    Methods in de.hybris.platform.billingaccountservices.jalo with parameters of type BaParty
    Modifier and Type
    Method
    Description
    void
    GeneratedBillingaccountservicesManager.setBaParty(de.hybris.platform.jalo.security.Principal item, BaParty value)
    Generated method - Setter of the Principal.baParty attribute.
    void
    GeneratedBillingaccountservicesManager.setBaParty(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.security.Principal item, BaParty value)
    Generated method - Setter of the Principal.baParty attribute.
    void
    GeneratedBaPartyRole.setParty(BaParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaPartyRole.party attribute.
    void
    GeneratedBaPartyRole.setParty(de.hybris.platform.jalo.SessionContext ctx, BaParty value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the BaPartyRole.party attribute.