Package wt.esi.ixb.handlers.forclasses
Class ExpImpForERPPartSpecificPlantDataLink
java.lang.Object
wt.ixb.publicforhandlers.ClassExporterImporterTemplateGeneral
wt.ixb.publicforhandlers.ClassExporterImporterTemplate
wt.ixb.publicforhandlers.ExpImpForLinkObject
wt.esi.ixb.handlers.forclasses._ExpImpForERPPartSpecificPlantDataLink
wt.esi.ixb.handlers.forclasses.ExpImpForERPPartSpecificPlantDataLink
- All Implemented Interfaces:
ClassExporter,ClassExporterImporter,ElementImporter
public class ExpImpForERPPartSpecificPlantDataLink
extends wt.esi.ixb.handlers.forclasses._ExpImpForERPPartSpecificPlantDataLink
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.ixb.publicforhandlers.ClassExporter
NO_PRIORITYFields inherited from interface wt.ixb.publicforhandlers.ElementImporter
NO_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionimportObjectAttributes(Object ob, IxbElement fileXML, Importer importer) Import attributes for a ERPPartSpecificPlantDataLink from its XML file.
Supported API: trueMethods inherited from class wt.ixb.publicforhandlers.ExpImpForLinkObject
importElements, prepareForCheckConflictsMethods inherited from class wt.ixb.publicforhandlers.ClassExporterImporterTemplate
_checkConflicts, createFileXMLOnExport, execExportObjectContents, exportAttributes, exportObject, finalizeImportObject, importElement, importObjectAttributesAfterStore, rememberNewObInfo, storeAdditionalInfo, storeElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.ixb.publicforhandlers.ElementImporter
getObjectDisplayIDs
-
Method Details
-
importObjectAttributes
public Object importObjectAttributes(Object ob, IxbElement fileXML, Importer importer) throws WTException Import attributes for a ERPPartSpecificPlantDataLink from its XML file.
Supported API: true- Overrides:
importObjectAttributesin classClassExporterImporterTemplate- Parameters:
ob- The ERPPartSpecificPlantDataLinkfileXML- XML file that contains information about the ERPPartSpecificPlantDataLinkimpoter- The instance of the class Importer that calls this handler- Returns:
- the link if its attributes are successfully imported, or null
- Throws:
WTException
-