|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.salesaudit.impl.remote.command.SaeExportMerchandiseTender
Field Summary | |
static java.lang.String |
TENDER_TYPE_GROUP
|
static java.lang.String |
TENDER_TYPE_ID
|
protected CustomerOrderTransactionGroup |
transactionGroup
|
Constructor Summary | |
protected |
SaeExportMerchandiseTender(CustomerOrderTransactionGroup transactionGroup)
|
Method Summary | |
abstract void |
addSalesAuditExportAmount(Money amount)
|
abstract Money |
getAmount()
Return the amount of the tender (payment). |
java.lang.String |
getPaymentId()
Return a unique identifier that can be used for the tender as its paymentId attribute. |
java.lang.String |
getPaymentType()
Return the payment element type identifier for the tender. |
java.lang.String |
getRedemptionTenderTypeGroup()
Return the tender type group identifier for the tender for redemption tender on Sale transaction. |
java.lang.String |
getRedemptionTenderTypeId()
Return the tender type identifier for the tender. |
java.lang.String |
getRefundTenderTypeGroup()
Return the tender type group identifier for the tender for a refund tender on PaidOut transaction. |
java.lang.String |
getRefundTenderTypeId()
Return the tender type identifier for the tender for a refund tender on PaidOut transaction. |
abstract Money |
getSalesAuditExportAmount()
|
java.lang.String |
getTenderTypeGroup()
Return the tender type group identifier for the tender. |
java.lang.String |
getTenderTypeId()
Return the tender type identifier for the tender. |
CustomerOrderTransactionGroup |
getTransactionGroup()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String TENDER_TYPE_GROUP
public static final java.lang.String TENDER_TYPE_ID
protected CustomerOrderTransactionGroup transactionGroup
Constructor Detail |
protected SaeExportMerchandiseTender(CustomerOrderTransactionGroup transactionGroup) throws SystemException
Method Detail |
public CustomerOrderTransactionGroup getTransactionGroup()
public abstract Money getAmount() throws SystemException, BusinessException
SaeExportTender
getAmount
in interface SaeExportTender
SystemException
BusinessException
public final java.lang.String getPaymentId()
SaeExportTender
getPaymentId
in interface SaeExportTender
public final java.lang.String getPaymentType()
SaeExportTender
getPaymentType
in interface SaeExportTender
SaePayment
public java.lang.String getTenderTypeGroup() throws SystemException
SaeExportTender
getTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public java.lang.String getTenderTypeId() throws SystemException
SaeExportTender
getTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public java.lang.String getRedemptionTenderTypeGroup() throws SystemException
SaeExportTender
getRedemptionTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public java.lang.String getRedemptionTenderTypeId() throws SystemException
SaeExportTender
getRedemptionTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public java.lang.String getRefundTenderTypeGroup() throws SystemException
SaeExportTender
getRefundTenderTypeGroup
in interface SaeExportTender
SystemException
TenderTypeGroup
public java.lang.String getRefundTenderTypeId() throws SystemException
SaeExportTender
getRefundTenderTypeId
in interface SaeExportTender
SystemException
TenderType
public abstract Money getSalesAuditExportAmount() throws SystemException
getSalesAuditExportAmount
in interface SaeExportTender
SystemException
public abstract void addSalesAuditExportAmount(Money amount) throws SystemException
addSalesAuditExportAmount
in interface SaeExportTender
SystemException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |