Class PostingMapperImpl

  • All Implemented Interfaces:
    PostingMapper

    @Generated(value="org.mapstruct.ap.MappingProcessor",
               date="2021-05-19T14:29:48+0000",
               comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.11 (Azul Systems, Inc.)")
    @Component
    public class PostingMapperImpl
    extends Object
    implements PostingMapper
    • Constructor Detail

      • PostingMapperImpl

        public PostingMapperImpl()
    • Method Detail

      • buildPosting

        public de.adorsys.ledgers.postings.api.domain.PostingBO buildPosting​(LocalDateTime pstTime,
                                                                             String paymentId,
                                                                             String oprDetails,
                                                                             de.adorsys.ledgers.postings.api.domain.LedgerBO ledger,
                                                                             String userName)
        Specified by:
        buildPosting in interface PostingMapper
      • buildPostingLine

        public de.adorsys.ledgers.postings.api.domain.PostingLineBO buildPostingLine​(String lineDetails,
                                                                                     de.adorsys.ledgers.postings.api.domain.LedgerAccountBO ledgerAccount,
                                                                                     BigDecimal debitAmount,
                                                                                     BigDecimal creditAmount,
                                                                                     String subOprSrcId,
                                                                                     String lineId)
        Specified by:
        buildPostingLine in interface PostingMapper