Class JournalService.Journal
-
- All Implemented Interfaces:
public class JournalService.Journal
-
-
Constructor Summary
Constructors Constructor Description JournalService.Journal(long commitId, LocalDateTime commitDt, long parentId, long commitMs, String eventName, String targetKey, String loginInfo, String otherInfo)
-
Method Summary
Modifier and Type Method Description longgetCommitId()LocalDateTimegetCommitDt()longgetParentId()longgetCommitMs()StringgetEventName()StringgetTargetKey()StringgetLoginInfo()StringgetOtherInfo()voidcreate(@Nullable() JournalAware po)voidmodify(@Nullable() JournalAware po)voiddelete(@Nullable() JournalAware po)voidcreate(@Nullable() Collection<out JournalAware> pos)voidmodify(@Nullable() Collection<out JournalAware> pos)voiddelete(@Nullable() Collection<out JournalAware> pos)longgetId()booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Constructor Detail
-
JournalService.Journal
JournalService.Journal(long commitId, LocalDateTime commitDt, long parentId, long commitMs, String eventName, String targetKey, String loginInfo, String otherInfo)
-
-
Method Detail
-
getCommitId
long getCommitId()
-
getCommitDt
LocalDateTime getCommitDt()
-
getParentId
long getParentId()
-
getCommitMs
long getCommitMs()
-
getEventName
String getEventName()
-
getTargetKey
String getTargetKey()
-
getLoginInfo
String getLoginInfo()
-
getOtherInfo
String getOtherInfo()
-
create
void create(@Nullable() JournalAware po)
-
modify
void modify(@Nullable() JournalAware po)
-
delete
void delete(@Nullable() JournalAware po)
-
create
void create(@Nullable() Collection<out JournalAware> pos)
-
modify
void modify(@Nullable() Collection<out JournalAware> pos)
-
delete
void delete(@Nullable() Collection<out JournalAware> pos)
-
getId
long getId()
-
hashCode
int hashCode()
-
-
-
-