Class InteropTransactionsData

java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropTransactionsData
All Implemented Interfaces:
Serializable

public class InteropTransactionsData extends org.apache.fineract.infrastructure.core.data.CommandProcessingResult
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(org.apache.fineract.portfolio.savings.domain.SavingsAccount account, @NotNull Predicate<org.apache.fineract.portfolio.savings.domain.SavingsAccountTransaction> filter)
     

    Methods inherited from class org.apache.fineract.infrastructure.core.data.CommandProcessingResult

    commandOnlyResult, empty, fromCommandProcessingResult, fromCommandProcessingResult, fromDetails, getChanges, getClientId, getCommandId, getCreditBureauReportData, getGlimId, getGroupId, getGsimId, getLoanExternalId, getLoanId, getOfficeId, getProductId, getResourceExternalId, getResourceId, getResourceIdentifier, getRollbackTransaction, getSavingsId, getSubResourceExternalId, getSubResourceId, getTransactionId, hasChanges, isRollbackTransaction, resourceResult, resourceResult, resourceResult, setOfficeId, setRollbackTransaction, toString, withChanges

    Methods inherited from class java.lang.Object

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

  • Method Details

    • build

      public static InteropTransactionsData build(org.apache.fineract.portfolio.savings.domain.SavingsAccount account, @NotNull @NotNull Predicate<org.apache.fineract.portfolio.savings.domain.SavingsAccountTransaction> filter)