wt.ixb.handlers.forattributes
Class ExpImpForLogicalIdAttr

java.lang.Object
  extended bywt.ixb.publicforhandlers.AttributeExporterImporterTemplate
      extended bywt.ixb.handlers.forattributes.ExpImpForLogicalIdAttr
All Implemented Interfaces:
AttributeExporterImporter

public class ExpImpForLogicalIdAttr
extends AttributeExporterImporterTemplate


Field Summary
 
Fields inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
CONFLICT_RESOURCE
 
Constructor Summary
ExpImpForLogicalIdAttr()
           
 
Method Summary
 void checkConflictForAttribute(Object existingOb, IxbElement fileXML, Importer importer, String actionName)
           
 void exportAttribute(Object ob, IxbElement fileXML, Exporter exporter)
          

Supported API: true
 Object importAttribute(Object ob, IxbElement fileXML, Importer importer)
          

Supported API: true
private static void PP(String msg)
           
 
Methods inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
checkConflictForAttribute, finalizeCheckConflicts, finalizeExport, finalizeImport, prepareForCheckConflicts, prepareForImport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpImpForLogicalIdAttr

public ExpImpForLogicalIdAttr()
Method Detail

exportAttribute

public void exportAttribute(Object ob,
                            IxbElement fileXML,
                            Exporter exporter)
                     throws WTException
Description copied from class: AttributeExporterImporterTemplate


Supported API: true

Specified by:
exportAttribute in interface AttributeExporterImporter
Specified by:
exportAttribute in class AttributeExporterImporterTemplate
Parameters:
ob -
fileXML -
exporter -
Throws:
WTException

checkConflictForAttribute

public void checkConflictForAttribute(Object existingOb,
                                      IxbElement fileXML,
                                      Importer importer,
                                      String actionName)
                               throws WTException
Throws:
WTException

importAttribute

public Object importAttribute(Object ob,
                              IxbElement fileXML,
                              Importer importer)
                       throws WTException
Description copied from class: AttributeExporterImporterTemplate


Supported API: true

Specified by:
importAttribute in interface AttributeExporterImporter
Specified by:
importAttribute in class AttributeExporterImporterTemplate
Parameters:
ob -
fileXML -
importer -
Returns:
Object
Throws:
WTException

PP

private static void PP(String msg)
                throws WTException
Throws:
WTException