com.ibm.commerce.price.dataload.mediator

Class AbstractPriceBaseMediator

    • Constructor Detail

      • AbstractPriceBaseMediator

        public AbstractPriceBaseMediator()
    • Method Detail

      • getContextLanguageID

        public java.lang.String getContextLanguageID()
        Gets the language ID from the business context. If init() has not been called, null will be returned.
        Returns:
        The language ID from the business context, or null if this has not been initialized.
      • getContextOwnerID

        public java.lang.String getContextOwnerID()
        Gets the owner ID from the business context. If init() has not been called, null will be returned.
        Returns:
        The owner ID from the business context, or null if this has not been initialized.
      • getContextStoreID

        public java.lang.String getContextStoreID()
        Gets the store ID from the business context. If init() has not been called, null will be returned.
        Returns:
        The store ID from the business context, or null if this has not been initialized.
      • getContextCurrency

        public java.lang.String getContextCurrency()
        Gets the currency ID from the business context. If init() has not been called, null will be returned.
        Returns:
        The currency ID from the business context, or null if this has not been initialized.
      • getPriceList

        public com.ibm.commerce.price.facade.datatypes.PriceListType getPriceList()
        Get the price list logical noun.
        Returns:
        The price list logical noun.
      • setPriceList

        public void setPriceList(com.ibm.commerce.price.facade.datatypes.PriceListType priceList)
        Set the price list logical noun.
        Parameters:
        priceList - The price list logical noun being set.
      • getPriceEntry

        public com.ibm.commerce.price.facade.datatypes.PriceEntryType getPriceEntry()
        Get the price entry noun part.
        Returns:
        The price entry noun part.
      • setPriceEntry

        public void setPriceEntry(com.ibm.commerce.price.facade.datatypes.PriceEntryType priceEntry)
        Set the price entry noun part.
        Parameters:
        priceEntry - The price entry noun part being set.