Class NoteWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.note.service.NoteWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.note.service.NoteWritePlatformService

public class NoteWritePlatformServiceJpaRepositoryImpl extends Object implements org.apache.fineract.portfolio.note.service.NoteWritePlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
    NoteWritePlatformServiceJpaRepositoryImpl(NoteRepository noteRepository, ClientRepositoryWrapper clientRepository, GroupRepository groupRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepositoryWrapper loanRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanTransactionRepository loanTransactionRepository, NoteCommandFromApiJsonDeserializer fromApiJsonDeserializer, org.apache.fineract.portfolio.savings.domain.SavingsAccountRepository savingsAccountRepository)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createAndPersistClientNote(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    void
    createLoanTransactionNote(Long loanTransactionId, String note)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createNote(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteNote(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateNote(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     

    Methods inherited from class java.lang.Object

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

    • NoteWritePlatformServiceJpaRepositoryImpl

      public NoteWritePlatformServiceJpaRepositoryImpl(NoteRepository noteRepository, ClientRepositoryWrapper clientRepository, GroupRepository groupRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanRepositoryWrapper loanRepository, org.apache.fineract.portfolio.loanaccount.domain.LoanTransactionRepository loanTransactionRepository, NoteCommandFromApiJsonDeserializer fromApiJsonDeserializer, org.apache.fineract.portfolio.savings.domain.SavingsAccountRepository savingsAccountRepository)
  • Method Details

    • createAndPersistClientNote

      public void createAndPersistClientNote(org.apache.fineract.portfolio.client.domain.Client client, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createAndPersistClientNote in interface org.apache.fineract.portfolio.note.service.NoteWritePlatformService
    • createNote

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createNote(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createNote in interface org.apache.fineract.portfolio.note.service.NoteWritePlatformService
    • createLoanTransactionNote

      public void createLoanTransactionNote(Long loanTransactionId, String note)
      Specified by:
      createLoanTransactionNote in interface org.apache.fineract.portfolio.note.service.NoteWritePlatformService
    • updateNote

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateNote(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateNote in interface org.apache.fineract.portfolio.note.service.NoteWritePlatformService
    • deleteNote

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteNote(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      deleteNote in interface org.apache.fineract.portfolio.note.service.NoteWritePlatformService