Allgemein
Funktionsumfang
Methode | Beschreibung |
---|---|
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 Ein Beispiel dafür gibt es hier. |
delete | static <PK> void delete(PK id) throws BusinessException Deletes the bo with this id. Static method, no instance needed Throws:BusinessException Ein Beispiel dafür gibt es hier. |
Überblick
Inhalte