|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
SG8 objects that use creation and deletion gateway features. This interface for SG8 objects declares placeholder methods for performing pre- and post- processing of requests for entry creation and deletion. It is required for use within the create and delete servlets. SG8 objects already contain empty implementations for the methods of this interface, but are not declared to implement the interface by default.
| Method Summary | |
void |
postCreate()
Processes object after creation. |
void |
postDelete()
Processes object after deletion. |
void |
preCreate()
Preprocesses object prior to creation. |
void |
preDelete()
Preprocesses object prior to deletion. |
| Method Detail |
public void preCreate()
throws SG8Exception
SG8Exception
public void postCreate()
throws SG8Exception
SG8Exception
public void preDelete()
throws SG8Exception
SG8Exception
public void postDelete()
throws SG8Exception
SG8Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||