Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

Version 1 Nächste Version anzeigen »

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.

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

  • delete

    void delete()
         throws BusinessException

    Deletes this bo.

    Throws:BusinessException

  • delete

    static <PK> void delete(PK id)
                     throws BusinessException

    Deletes the bo with this id. Static method, no instance needed

    Throws:BusinessException

  • Keine Stichwörter