|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.impl.BusinessObjectImpl
com.retek.component.payment.impl.PaymentImpl
com.retek.component.payment.impl.CashPaymentImpl
Field Summary |
Fields inherited from interface com.retek.component.payment.Payment |
AMOUNT, SETTLE |
Constructor Summary | |
CashPaymentImpl(PaymentDto paymentDto)
|
Method Summary | |
protected void |
doAuthorization()
|
protected PaymentImpl |
doCreateNewPayment(Money amount)
|
PaymentDto |
getPaymentDto()
|
Methods inherited from class com.retek.component.payment.impl.PaymentImpl |
allocateSettlement, authorize, getAmount, getCurrency, getDto, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode, validate |
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl |
compareTo, equals, getDescription, getId, hashCode, isPersisted, isValid, setDescription, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.component.payment.Payment |
allocateSettlement, authorize, getAmount, getCurrency, getPaymentAuthorizationResponse, getSettlement, getTransactionTypeCode, isPersisted, isSettled, setAmount, setCurrency, setPaymentAuthorizationResponse, setTransactionTypeCode |
Methods inherited from interface com.retek.commons.domain.core.BusinessObject |
getId |
Constructor Detail |
public CashPaymentImpl(PaymentDto paymentDto)
Method Detail |
public PaymentDto getPaymentDto()
getPaymentDto
in class PaymentImpl
protected final void doAuthorization() throws SystemException
doAuthorization
in class PaymentImpl
SystemException
protected final PaymentImpl doCreateNewPayment(Money amount) throws SystemException
doCreateNewPayment
in class PaymentImpl
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |