Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Funktionsumfang

MethodeBeschreibung

save

Saves this bo. A new BO will be created, an existing BO will be updated. In case of creation the BO will get the new ID.

Codeblock
void save() throws BusinessException

Ein Beispiel dazu gibt es hier.


delete

void delete() throws BusinessException




  • save

    void save()
       throws BusinessException

    Saves this bo. A new BO will be created, an existing BO will be updated. In case of creation the BO will get the new ID.

    Throws:BusinessException

...