Uses of Class
de.hybris.platform.partyroleservices.jalo.PrProduct

Packages that use PrProduct
  • Uses of PrProduct in de.hybris.platform.partyroleservices.jalo

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