|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemovableDto
All DTO classes that support the remove operation must implement this. remove just sets a certain boolean flag on the entity to "hide" it. This is not physical deletion (no DELETE in SQL)!
Method Summary | |
---|---|
void |
remove()
"Removes" (logically deletes) this entity. |
Method Detail |
---|
void remove()
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |