|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LogEntry
A log entryy written when an instance of HasLog is inserted, updated or deleted.
| Field Summary | |
|---|---|
static int |
DELETE
Identifies change as delete. |
static int |
INSERT
Identifies change as insert. |
static int |
UPDATE
Identifies change as update. |
| Method Summary | |
|---|---|
User |
getAgent()
Returns the user who made the change. |
int |
getChangeMode()
Returns the changeMode of this log. |
String |
getClassName()
Get the class of the changed object. |
String |
getLoggedName()
Get the name of the changed object. |
Persistent |
getLoggedObject()
Get the changed object. |
Date |
getWhen()
Get the time when the change was made. |
| Field Detail |
|---|
static final int INSERT
static final int UPDATE
static final int DELETE
| Method Detail |
|---|
User getAgent()
int getChangeMode()
Date getWhen()
String getClassName()
String getLoggedName()
Persistent getLoggedObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||