Class Journal
- java.lang.Object
-
- dev.soffa.foundation.extra.journal.Journal
-
- All Implemented Interfaces:
EntityLifecycle,EntityModel
@Store("f_journal") public class Journal extends java.lang.Object implements EntityModel
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringID_PREFIX
-
Constructor Summary
Constructors Constructor Description Journal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonInsert()voidsetContext(dev.soffa.foundation.context.Context context)JournalwithContext(dev.soffa.foundation.context.Context context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.soffa.foundation.data.EntityLifecycle
onSave, onUpdate
-
Methods inherited from interface dev.soffa.foundation.data.EntityModel
getCreated, getId, setCreated, setId
-
-
-
-
Field Detail
-
ID_PREFIX
public static final java.lang.String ID_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
onInsert
public void onInsert()
- Specified by:
onInsertin interfaceEntityLifecycle
-
withContext
public Journal withContext(dev.soffa.foundation.context.Context context)
-
setContext
public void setContext(dev.soffa.foundation.context.Context context)
-
-