Uses of Class
de.hybris.platform.partyservices.jalo.PmProduct

Packages that use PmProduct
Package
Description
 
  • Uses of PmProduct in de.hybris.platform.partyservices.jalo

    Modifier and Type
    Method
    Description
    PartyservicesManager.createPmProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
     
    PartyservicesManager.createPmProduct(Map attributeValues)
     
    Methods in de.hybris.platform.partyservices.jalo that return types with arguments of type PmProduct
    Modifier and Type
    Method
    Description
    PmProductInvolvementRole.getProducts()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Getter of the PmProductInvolvementRole.products attribute.
    PmProductInvolvementRole.getProducts(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 PmProductInvolvementRole.products attribute.
    Methods in de.hybris.platform.partyservices.jalo with parameters of type PmProduct
    Modifier and Type
    Method
    Description
    void
    PmProductInvolvementRole.addToProducts(de.hybris.platform.jalo.SessionContext ctx, PmProduct value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to products.
    void
    PmProductInvolvementRole.addToProducts(PmProduct value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Adds value to products.
    void
    PmProductInvolvementRole.removeFromProducts(de.hybris.platform.jalo.SessionContext ctx, PmProduct value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from products.
    void
    PmProductInvolvementRole.removeFromProducts(PmProduct value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Removes value from products.
    Method parameters in de.hybris.platform.partyservices.jalo with type arguments of type PmProduct
    Modifier and Type
    Method
    Description
    void
    PmProductInvolvementRole.setProducts(de.hybris.platform.jalo.SessionContext ctx, Set<PmProduct> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the PmProductInvolvementRole.products attribute.
    void
    PmProductInvolvementRole.setProducts(Set<PmProduct> value)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated method - Setter of the PmProductInvolvementRole.products attribute.