FormEventHandler
directly which provides default implementations now@Deprecated public class FormEventAdapter extends Object implements FormEventHandler
Constructor and Description |
---|
FormEventAdapter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
beforeDelete(DMSForm f)
Deprecated.
This method is called before the form is deleted.
|
void |
beforeInsert(DMSForm f)
Deprecated.
This method is called before the form is inserted into
the store.
|
void |
beforeUpdate(DMSForm f)
Deprecated.
This method is called before the form is updated in the
store (the existing form in the store will be overwritten with the
values of this form).
|
void |
onDelete(DMSForm f)
Deprecated.
|
void |
onInsert(DMSForm f)
Deprecated.
|
void |
onUpdate(DMSForm f)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterDelete, afterInsert, afterUpdate, beforeShow, getChangedAt, getName, onShow
public void beforeInsert(DMSForm f) throws Exception
beforeInsert
in interface FormEventHandler
f
- the form to insertException
public void beforeUpdate(DMSForm f) throws Exception
beforeUpdate
in interface FormEventHandler
f
- the form to updateException
public void beforeDelete(DMSForm f) throws Exception
beforeDelete
in interface FormEventHandler
f
- the form to deleteException
@Deprecated public void onInsert(DMSForm f) throws Exception
Exception
@Deprecated public void onUpdate(DMSForm f) throws Exception
Exception
@Deprecated public void onDelete(DMSForm f) throws Exception
Exception
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.