public class AmexDirectPopulator extends AbstractPopulator
Note: Please replace dummy data for concrete implementation.
Constructor and Description |
---|
AmexDirectPopulator() |
Modifier and Type | Method and Description |
---|---|
protected CardType |
getCardType() |
protected ProcessingLevel |
getLevel() |
protected PaymentProcessor |
getPaymentProcessor() |
protected void |
populateEntryData(AbstractOrderEntryModel entry,
PaymentTransaction target) |
protected void |
populateOrderData(AbstractOrderModel order,
PaymentTransaction target) |
protected void |
populateShippingItem(AbstractOrderModel order,
PaymentTransaction target) |
getItemProductCode, getProcessingLevelOperation, getShippingProductCode, populate, populateEntryDataInternal, populateIdAndTaxItemData, populateOrderDataInternal, populatePurchasingLevelData, populateShippingItemInternal, setConfigurationService, setMaxProductNameSize, shorten, supports
protected void populateOrderData(AbstractOrderModel order, PaymentTransaction target)
populateOrderData
in class AbstractPopulator
protected void populateEntryData(AbstractOrderEntryModel entry, PaymentTransaction target)
populateEntryData
in class AbstractPopulator
protected void populateShippingItem(AbstractOrderModel order, PaymentTransaction target)
populateShippingItem
in class AbstractPopulator
protected CardType getCardType()
getCardType
in class AbstractPopulator
protected ProcessingLevel getLevel()
getLevel
in class AbstractPopulator
protected PaymentProcessor getPaymentProcessor()
getPaymentProcessor
in class AbstractPopulator