Class GenericEntityExporter
java.lang.Object
net.datenwerke.eximport.ex.ExporterImpl<EntityExportItemConfig>
net.datenwerke.eximport.ex.entity.GenericEntityExporter
- All Implemented Interfaces:
Exporter
- Direct Known Subclasses:
GenericRightsExporter,GlobalConstantExporter,TeamSpaceExporter,UserVariableExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanconsumes(ExportItemConfig<?> config) Tells the exportservice whether this exporter can handle the given config item.generateExportConfig(Object object) Asks the exporter to generate an export config for the given object.voidsetEntityExporter(EntityObjectExporterFactory entityExporterFactory) Methods inherited from class net.datenwerke.eximport.ex.ExporterImpl
addEnclosed, addEnclosed, addReferences, addReferences, configure, consumesEnclosedObject, export, exportEnclosed, getConfigFor, getDisplayNameFor, hasConfigFor, setReflectionServicesMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.eximport.ex.Exporter
getExporterId
-
Constructor Details
-
GenericEntityExporter
public GenericEntityExporter()
-
-
Method Details
-
setEntityExporter
-
consumes
Description copied from interface:ExporterTells the exportservice whether this exporter can handle the given config item.- Specified by:
consumesin interfaceExporter- Overrides:
consumesin classExporterImpl<EntityExportItemConfig>- Parameters:
config-
-
consumes
-
generateExportConfig
Description copied from interface:ExporterAsks the exporter to generate an export config for the given object.If the exporter does not know the item, it should return null
- Parameters:
object-
-