public abstract class AbstractOmniPayPopulator extends AbstractPopulator
Note: Please replace dummy data for concrete implementation.
Constructor and Description |
---|
AbstractOmniPayPopulator() |
Modifier and Type | Method and Description |
---|---|
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) |
getCardType, 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
public ProcessingLevel getLevel()
getLevel
in class AbstractPopulator
protected PaymentProcessor getPaymentProcessor()
getPaymentProcessor
in class AbstractPopulator