Skip to content
Snippets Groups Projects
documentation.adoc 569 B

Offeritem_entity

Entity contains products that belong to the linked offer.
It provides data from database table OFFERITEM by a JDito record container.

onDBInsert

If a new offer item is to be added, the parts list of the corresponding product
is inserted at the same time. A new item is created for each product.
The net sum in the linked offer is updated.

onDBUpdate

The net sum in the linked offer is updated.

onDBDelete

Before deletion of an item, its subordinated items are also deleted.
The net sum in the linked offer is updated.