Uses of Class
dev.vality.damsel.domain.FinalCashFlowPosting
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.payout_processing |
-
Uses of FinalCashFlowPosting in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type FinalCashFlowPosting Modifier and Type Field Description List<FinalCashFlowPosting>InvoicePaymentAdjustment. new_cash_flowList<FinalCashFlowPosting>InvoicePaymentAdjustment. old_cash_flow_inverseMethods in dev.vality.damsel.domain that return FinalCashFlowPosting Modifier and Type Method Description FinalCashFlowPostingFinalCashFlowPosting. deepCopy()FinalCashFlowPostingFinalCashFlowPosting. setDestination(FinalCashFlowAccount destination)FinalCashFlowPostingFinalCashFlowPosting. setDetails(String details)FinalCashFlowPostingFinalCashFlowPosting. setSource(FinalCashFlowAccount source)FinalCashFlowPostingFinalCashFlowPosting. setVolume(Cash volume)Methods in dev.vality.damsel.domain that return types with arguments of type FinalCashFlowPosting Modifier and Type Method Description List<FinalCashFlowPosting>InvoicePaymentAdjustment. getNewCashFlow()Iterator<FinalCashFlowPosting>InvoicePaymentAdjustment. getNewCashFlowIterator()List<FinalCashFlowPosting>InvoicePaymentAdjustment. getOldCashFlowInverse()Iterator<FinalCashFlowPosting>InvoicePaymentAdjustment. getOldCashFlowInverseIterator()Methods in dev.vality.damsel.domain with parameters of type FinalCashFlowPosting Modifier and Type Method Description voidInvoicePaymentAdjustment. addToNewCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentAdjustment. addToOldCashFlowInverse(FinalCashFlowPosting elem)intFinalCashFlowPosting. compareTo(FinalCashFlowPosting other)booleanFinalCashFlowPosting. equals(FinalCashFlowPosting that)Method parameters in dev.vality.damsel.domain with type arguments of type FinalCashFlowPosting Modifier and Type Method Description InvoicePaymentAdjustmentInvoicePaymentAdjustment. setNewCashFlow(List<FinalCashFlowPosting> new_cash_flow)InvoicePaymentAdjustmentInvoicePaymentAdjustment. setOldCashFlowInverse(List<FinalCashFlowPosting> old_cash_flow_inverse)Constructors in dev.vality.damsel.domain with parameters of type FinalCashFlowPosting Constructor Description FinalCashFlowPosting(FinalCashFlowPosting other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type FinalCashFlowPosting Constructor Description InvoicePaymentAdjustment(String id, InvoicePaymentAdjustmentStatus status, String created_at, long domain_revision, String reason, List<FinalCashFlowPosting> new_cash_flow, List<FinalCashFlowPosting> old_cash_flow_inverse) -
Uses of FinalCashFlowPosting in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type FinalCashFlowPosting Modifier and Type Field Description List<FinalCashFlowPosting>InvoicePayment. cash_flowList<FinalCashFlowPosting>InvoicePaymentCashFlowChanged. cash_flowДанные финансового взаимодействия.List<FinalCashFlowPosting>InvoicePaymentChargeback. cash_flowList<FinalCashFlowPosting>InvoicePaymentChargebackCashFlowChanged. cash_flowList<FinalCashFlowPosting>InvoicePaymentRefund. cash_flowList<FinalCashFlowPosting>InvoicePaymentRefundCreated. cash_flowList<FinalCashFlowPosting>InvoicePaymentStarted. cash_flowДанные финансового взаимодействия.List<FinalCashFlowPosting>PartyManagementSrv.ComputePayoutCashFlow_result. successMethods in dev.vality.damsel.payment_processing that return types with arguments of type FinalCashFlowPosting Modifier and Type Method Description List<FinalCashFlowPosting>PartyManagementSrv.Client. computePayoutCashFlow(String party_id, PayoutParams params)List<FinalCashFlowPosting>PartyManagementSrv.Iface. computePayoutCashFlow(String party_id, PayoutParams params)List<FinalCashFlowPosting>InvoicePayment. getCashFlow()List<FinalCashFlowPosting>InvoicePaymentCashFlowChanged. getCashFlow()Данные финансового взаимодействия.List<FinalCashFlowPosting>InvoicePaymentChargeback. getCashFlow()List<FinalCashFlowPosting>InvoicePaymentChargebackCashFlowChanged. getCashFlow()List<FinalCashFlowPosting>InvoicePaymentRefund. getCashFlow()List<FinalCashFlowPosting>InvoicePaymentRefundCreated. getCashFlow()List<FinalCashFlowPosting>InvoicePaymentStarted. getCashFlow()Данные финансового взаимодействия.Iterator<FinalCashFlowPosting>InvoicePayment. getCashFlowIterator()Iterator<FinalCashFlowPosting>InvoicePaymentCashFlowChanged. getCashFlowIterator()Iterator<FinalCashFlowPosting>InvoicePaymentChargeback. getCashFlowIterator()Iterator<FinalCashFlowPosting>InvoicePaymentChargebackCashFlowChanged. getCashFlowIterator()Iterator<FinalCashFlowPosting>InvoicePaymentRefund. getCashFlowIterator()Iterator<FinalCashFlowPosting>InvoicePaymentRefundCreated. getCashFlowIterator()Iterator<FinalCashFlowPosting>InvoicePaymentStarted. getCashFlowIterator()List<FinalCashFlowPosting>PartyManagementSrv.AsyncClient.ComputePayoutCashFlow_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>>PartyManagementSrv.AsyncProcessor.ComputePayoutCashFlow. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<FinalCashFlowPosting>PartyManagementSrv.ComputePayoutCashFlow_result. getSuccess()Iterator<FinalCashFlowPosting>PartyManagementSrv.ComputePayoutCashFlow_result. getSuccessIterator()List<FinalCashFlowPosting>PartyManagementSrv.Client. recvComputePayoutCashFlow()Methods in dev.vality.damsel.payment_processing with parameters of type FinalCashFlowPosting Modifier and Type Method Description voidInvoicePayment. addToCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentCashFlowChanged. addToCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentChargeback. addToCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentChargebackCashFlowChanged. addToCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentRefund. addToCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentRefundCreated. addToCashFlow(FinalCashFlowPosting elem)voidInvoicePaymentStarted. addToCashFlow(FinalCashFlowPosting elem)voidPartyManagementSrv.ComputePayoutCashFlow_result. addToSuccess(FinalCashFlowPosting elem)Method parameters in dev.vality.damsel.payment_processing with type arguments of type FinalCashFlowPosting Modifier and Type Method Description voidPartyManagementSrv.AsyncClient. computePayoutCashFlow(String party_id, PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> resultHandler)voidPartyManagementSrv.AsyncIface. computePayoutCashFlow(String party_id, PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> resultHandler)InvoicePaymentInvoicePayment. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentCashFlowChangedInvoicePaymentCashFlowChanged. setCashFlow(List<FinalCashFlowPosting> cash_flow)Данные финансового взаимодействия.InvoicePaymentChargebackInvoicePaymentChargeback. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentChargebackCashFlowChangedInvoicePaymentChargebackCashFlowChanged. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentRefundInvoicePaymentRefund. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentRefundCreatedInvoicePaymentRefundCreated. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentStartedInvoicePaymentStarted. setCashFlow(List<FinalCashFlowPosting> cash_flow)Данные финансового взаимодействия.PartyManagementSrv.ComputePayoutCashFlow_resultPartyManagementSrv.ComputePayoutCashFlow_result. setSuccess(List<FinalCashFlowPosting> success)voidPartyManagementSrv.AsyncProcessor.ComputePayoutCashFlow. start(I iface, PartyManagementSrv.ComputePayoutCashFlow_args args, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> resultHandler)Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type FinalCashFlowPosting Constructor Description ComputePayoutCashFlow_call(String party_id, PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)ComputePayoutCashFlow_result(List<FinalCashFlowPosting> success, PartyNotFound ex2, PartyNotExistsYet ex3, ShopNotFound ex4, OperationNotPermitted ex5, PayoutToolNotFound ex6)InvoicePaymentCashFlowChanged(List<FinalCashFlowPosting> cash_flow)InvoicePaymentChargebackCashFlowChanged(List<FinalCashFlowPosting> cash_flow)InvoicePaymentRefundCreated(InvoicePaymentRefund refund, List<FinalCashFlowPosting> cash_flow) -
Uses of FinalCashFlowPosting in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing with type parameters of type FinalCashFlowPosting Modifier and Type Field Description List<FinalCashFlowPosting>Payout. payout_flowMethods in dev.vality.damsel.payout_processing that return types with arguments of type FinalCashFlowPosting Modifier and Type Method Description List<FinalCashFlowPosting>Payout. getPayoutFlow()Iterator<FinalCashFlowPosting>Payout. getPayoutFlowIterator()Methods in dev.vality.damsel.payout_processing with parameters of type FinalCashFlowPosting Modifier and Type Method Description voidPayout. addToPayoutFlow(FinalCashFlowPosting elem)Method parameters in dev.vality.damsel.payout_processing with type arguments of type FinalCashFlowPosting Modifier and Type Method Description PayoutPayout. setPayoutFlow(List<FinalCashFlowPosting> payout_flow)Constructor parameters in dev.vality.damsel.payout_processing with type arguments of type FinalCashFlowPosting Constructor Description Payout(String id, String party_id, String shop_id, String contract_id, String created_at, PayoutStatus status, long amount, long fee, CurrencyRef currency, List<FinalCashFlowPosting> payout_flow, PayoutType type)