Uses of Class
de.hybris.platform.subscribedproductservices.jalo.SpiPartyRole

Packages that use SpiPartyRole
  • Uses of SpiPartyRole in de.hybris.platform.subscribedproductservices.jalo

    Modifier and Type
    Field
    Description
    protected static final de.hybris.platform.util.OneToManyHandler<SpiPartyRole>
    GeneratedSpiParty.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
    GeneratedSubscribedproductservicesManager.createSpiPartyRole(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    GeneratedSubscribedproductservicesManager.createSpiPartyRole(Map attributeValues)
     
    Methods in de.hybris.platform.subscribedproductservices.jalo that return types with arguments of type SpiPartyRole
    Modifier and Type
    Method
    Description
    GeneratedSpiParty.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiParty.partyRoles attribute.
    GeneratedSpiParty.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 SpiParty.partyRoles attribute.
    GeneratedSpiProduct.getPartyRoles()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the SpiProduct.partyRoles attribute.
    GeneratedSpiProduct.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 SpiProduct.partyRoles attribute.
    Modifier and Type
    Method
    Description
    void
    GeneratedSpiParty.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedSpiParty.addToPartyRoles(SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedSpiProduct.addToPartyRoles(de.hybris.platform.jalo.SessionContext ctx, SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedSpiProduct.addToPartyRoles(SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to partyRoles.
    void
    GeneratedSpiParty.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedSpiParty.removeFromPartyRoles(SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedSpiProduct.removeFromPartyRoles(de.hybris.platform.jalo.SessionContext ctx, SpiPartyRole value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from partyRoles.
    void
    GeneratedSpiProduct.removeFromPartyRoles(SpiPartyRole 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.subscribedproductservices.jalo with type arguments of type SpiPartyRole
    Modifier and Type
    Method
    Description
    void
    GeneratedSpiParty.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<SpiPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the SpiParty.partyRoles attribute.
    void
    GeneratedSpiParty.setPartyRoles(Set<SpiPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the SpiParty.partyRoles attribute.
    void
    GeneratedSpiProduct.setPartyRoles(de.hybris.platform.jalo.SessionContext ctx, Set<SpiPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the SpiProduct.partyRoles attribute.
    void
    GeneratedSpiProduct.setPartyRoles(Set<SpiPartyRole> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the SpiProduct.partyRoles attribute.