|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The guarded object interface is used as a way
to ensure that objects that are not supposed to
be deleted or updated don't accidently get deleted
or updated. Look at ERXGenericRecord
for an
implementation. This interface is also used within
ERD2W applications to determine if the edit icon
or the trash can icon should be displayed.
Method Summary | |
boolean |
canDelete()
Should return if this object can be deleted. |
boolean |
canUpdate()
Should return if this object can be updated. |
void |
delete()
To be implemented in order to determine additional operations to be done during deletion due to a bug in EOF that doesn't refresh relationships correctly in the parent editingContext |
Method Detail |
public boolean canDelete()
public boolean canUpdate()
public void delete()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |