|
|||||||||
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. |
java.lang.String |
getClassName()
Get the class of the changed object. |
java.lang.String |
getLoggedName()
Get the name of the changed object. |
Persistent |
getLoggedObject()
Get the changed object. |
java.util.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()
java.util.Date getWhen()
java.lang.String getClassName()
java.lang.String getLoggedName()
Persistent getLoggedObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |