com.raritantechnologies.eCommerceAdmin
Class ECommerceLinkVerifier

java.lang.Object
  extended bycom.raritantechnologies.searchApp.dataCollection.GatewayProcessorFilter
      extended bycom.raritantechnologies.searchApp.dataCollection.LinkVerifierGatewayFilter
          extended bycom.raritantechnologies.eCommerceAdmin.ECommerceLinkVerifier
All Implemented Interfaces:
ICollectionIndexer, IConfigurable, IGatewayOutputProcessor, IResultSetProcessor

public class ECommerceLinkVerifier
extends LinkVerifierGatewayFilter

Implementation of LinkVerifierGatewayFilter that sets the item status to "rejected" if an item cannot be accessed at indexing time.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.dataCollection.GatewayProcessorFilter
postProcessorFilters
 
Fields inherited from interface com.raritantechnologies.searchApp.dataCollection.ICollectionIndexer
ADD, CREATE, DELETE, UPDATE
 
Constructor Summary
ECommerceLinkVerifier()
           
 
Method Summary
protected  boolean resultOK(IResult res)
           
 
Methods inherited from class com.raritantechnologies.searchApp.dataCollection.LinkVerifierGatewayFilter
filterData, initialize
 
Methods inherited from class com.raritantechnologies.searchApp.dataCollection.GatewayProcessorFilter
addOutputProcessor, addPostProcessor, dataComplete, filterResultSet, getConfigurationXML, initialize, initialize, processData, processResultSet, sendToOutput, setIndexMode, setResultMatcher, setUserMatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECommerceLinkVerifier

public ECommerceLinkVerifier()
Method Detail

resultOK

protected boolean resultOK(IResult res)
Overrides:
resultOK in class LinkVerifierGatewayFilter