com.raritantechnologies.eCommerceAdmin.verity
Class AdhocDateFieldGenerator
java.lang.Object
com.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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
AdhocDateFieldGenerator
public AdhocDateFieldGenerator()
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