Class TerminalJournalService

  • All Implemented Interfaces:
    pro.fessional.wings.faceless.service.journal.JournalService

    
    public class TerminalJournalService
    extends DefaultJournalService
                        
    Since:

    2019-08-15

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String SEQ_JOURNAL
    • Constructor Summary

      Constructors 
      Constructor Description
      TerminalJournalService(LightIdService ids, BlockIdProvider bid, CommitJournalModify mod)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <R> R submit(@NotNull() String eventName, @Nullable() String loginInfo, @Nullable() String targetKey, @Nullable() String otherInfo, @NotNull() Function<JournalService.Journal, R> commitSet)
      • Methods inherited from class pro.fessional.wings.faceless.service.journal.JournalService

        commit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TerminalJournalService

        TerminalJournalService(LightIdService ids, BlockIdProvider bid, CommitJournalModify mod)
    • Method Detail

      • submit

        @Transactional(propagation = Propagation.REQUIRES_NEW)@NotNull() <R> R submit(@NotNull() String eventName, @Nullable() String loginInfo, @Nullable() String targetKey, @Nullable() String otherInfo, @NotNull() Function<JournalService.Journal, R> commitSet)