Package de.adorsys.multibanking.hbci.job
Class AbstractPaymentJob<T extends AbstractPayment>
- java.lang.Object
-
- de.adorsys.multibanking.hbci.job.ScaAwareJob<T,PaymentResponse>
-
- de.adorsys.multibanking.hbci.job.AbstractPaymentJob<T>
-
- Direct Known Subclasses:
BulkPaymentJob,DeleteFutureBulkPaymentJob,DeleteFutureSinglePaymentJob,DeleteStandingOrderJob,ForeignPaymentJob,PeriodicPaymentJob,RawSepaJob,SinglePaymentJob,TanRequestJob,TransferJob
public abstract class AbstractPaymentJob<T extends AbstractPayment> extends ScaAwareJob<T,PaymentResponse>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPaymentJob(TransactionRequest<T> transactionRequest, HbciBpdCacheHolder bpdCacheHolder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected PaymentResponsecreateJobResponse()abstract StringorderIdFromJobResult(org.kapott.hbci.GV_Result.HBCIJobResult paymentGV)-
Methods inherited from class de.adorsys.multibanking.hbci.job.ScaAwareJob
execute
-
-
-
-
Constructor Detail
-
AbstractPaymentJob
protected AbstractPaymentJob(TransactionRequest<T> transactionRequest, HbciBpdCacheHolder bpdCacheHolder)
-
-
Method Detail
-
createJobResponse
protected PaymentResponse createJobResponse()
-
orderIdFromJobResult
public abstract String orderIdFromJobResult(org.kapott.hbci.GV_Result.HBCIJobResult paymentGV)
-
-