public abstract class AbstractOmniPayPopulator extends AbstractPopulator
Note: Please replace dummy data for concrete implementation.
Constructor and Description |
---|
AbstractOmniPayPopulator() |
Modifier and Type | Method and Description |
---|---|
protected ProcessingLevel |
getLevel() |
protected PaymentProcessor |
getPaymentProcessor() |
protected void |
populateEntryData(AbstractOrderEntryModel entry,
PaymentTransaction target) |
protected void |
populateOrderData(AbstractOrderModel order,
PaymentTransaction target) |
protected void |
populatePurchasingLevelData(ProcessingLevelOperation processingLevelOperation,
PaymentTransaction target) |
protected void |
populateShippingItem(AbstractOrderModel order,
PaymentTransaction target) |
protected void |
populateTaxAndDiscountItemData(PaymentTransaction target,
int index) |
getCardType, getItemProductCode, getProcessingLevelOperation, getShippingProductCode, populate, populateEntryDataInternal, populateIdAndTaxItemData, populateOrderDataInternal, populateShippingItemInternal, setConfigurationService, setMaxProductNameSize, shorten, supports
protected void populatePurchasingLevelData(ProcessingLevelOperation processingLevelOperation, PaymentTransaction target)
populatePurchasingLevelData
in class AbstractPopulator
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 void populateTaxAndDiscountItemData(PaymentTransaction target, int index)
protected ProcessingLevel getLevel()
getLevel
in class AbstractPopulator
protected PaymentProcessor getPaymentProcessor()
getPaymentProcessor
in class AbstractPopulator