Versionen im Vergleich

Schlüssel

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

...

MethodeBeschreibung

save

Codeblock
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

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

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

Throws:BusinessException

save

void save()
   throws BusinessException

...

Throws:BusinessException

delete

void delete()
     throws BusinessException

...

Throws:BusinessException

delete

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

...

Throws:BusinessException