com.ibm.commerce.catalog.dataload.datareader

Class CatalogEntryReaderMediator

  • All Implemented Interfaces:
    DataReader


    public class CatalogEntryReaderMediator
    extends AbstractCatalogReaderMediator

    This is an implementation class which extends from the AbstractCatalogReaderMediator. This implementation will invoke the component services to retrieve the catalog entry records which will be returned to the Data Extractor layer.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCurrency()
      It returns the currency.
      void init()
      Initializes the catalog entry reader mediator.
      void setCurrency(java.lang.String currency)
      Sets the currency.
      • Methods inherited from class com.ibm.commerce.foundation.dataload.datareader.AbstractReaderMediator

        authenticateUser, getAccessProfile, getBeginIndex, getBusinessContext, getCallBackHandler, getControlParametrs, getCurrentStoreId, getLanguageId, getNextStoreId, getPageSize, getRecordListPosition, getSourcePosition, getStoreId, getStoreIdIndex, invokeGetOnlineStoreService, isCloudscape, next, setAccessProfile, setBeginIndex, setBusinessContext, setCallBackHandler, setCloudscape, setControlParameters, setLanguageId, setLoginId, setLoginPassword, setPageSize, setStoreId
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CatalogEntryReaderMediator

        public CatalogEntryReaderMediator()
    • Method Detail

      • init

        public void init()
                  throws DataLoadException
        Initializes the catalog entry reader mediator.
        Specified by:
        init in interface DataReader
        Overrides:
        init in class com.ibm.commerce.foundation.dataload.datareader.AbstractReaderMediator
        Throws:
        DataLoadException - an application exception will be thrown if there was a problem with the initialization.
      • getCurrency

        public java.lang.String getCurrency()
        It returns the currency.
        Returns:
        the currency.
      • setCurrency

        public void setCurrency(java.lang.String currency)
        Sets the currency.
        Parameters:
        currency -