com.raritantechnologies.eCommerceAdmin.verity
Class AdhocDateFieldGenerator

java.lang.Object
  extended bycom.raritantechnologies.eCommerceAdmin.verity.AdhocDateFieldGenerator
All Implemented Interfaces:
IConfigurable, IFieldGenerator

public class AdhocDateFieldGenerator
extends java.lang.Object
implements IFieldGenerator

Pluggable field generator that gets Date fields from an RTI eCommerce Adhoc database and converts them to VeritySearchFields.

XML Configuration Template:
  <FieldGenerator class="com.raritantechnologies.eCommerceAdmin.verity.AdhocDateFieldGenerator" />
 

Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Field Summary
static boolean DEBUG
           
 
Constructor Summary
AdhocDateFieldGenerator()
           
 
Method Summary
 void appendToBIFFile(IResult result, java.io.PrintWriter BIFFileWriter)
           
 VeritySearchField[] getVerityFields()
           
 void initialize(org.w3c.dom.Element elem)
          Initializes the object from an XML tag or element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

AdhocDateFieldGenerator

public AdhocDateFieldGenerator()
Method Detail

getVerityFields

public VeritySearchField[] getVerityFields()
Specified by:
getVerityFields in interface IFieldGenerator

appendToBIFFile

public void appendToBIFFile(IResult result,
                            java.io.PrintWriter BIFFileWriter)
Specified by:
appendToBIFFile in interface IFieldGenerator

initialize

public void initialize(org.w3c.dom.Element elem)
Description copied from interface: IConfigurable
Initializes the object from an XML tag or element. This method is called by the Framework as part of the application initializtion. see ConfigurationManager, XMLConfigurationManager, XMLSearchFieldMapFactory, XMLSearchSourceFactory. Configurable objects that are owned or contained by other configurable objects will be initialized in by the parent object.

Specified by:
initialize in interface IConfigurable