com.ibm.commerce.catalog.dataload.datareader

Class CatalogGroupReaderMediator

  • All Implemented Interfaces:
    DataReader


    public class CatalogGroupReaderMediator
    extends AbstractCatalogReaderMediator

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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void init()
      Initializes the catalog group reader mediator.
      • 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

      • CatalogGroupReaderMediator

        public CatalogGroupReaderMediator()
    • Method Detail

      • init

        public void init()
                  throws DataLoadException
        Initializes the catalog group 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.