Package de.xima.fc.exporter
Class EntityExporterFactory
java.lang.Object
de.xima.fc.exporter.EntityExporterFactory
Factory for formcycle entity exporters
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IEntityExporter<T>newExporter(IEntityContext ec, T... entities) Deprecated.
-
Method Details
-
newExporter
@Deprecated public static final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> IEntityExporter<T> newExporter(IEntityContext ec, T... entities) Deprecated.UseAEntityExporter(IEntityContext, IEntity)instead. Returns anIEntityExporterfor the given entity class- Type Parameters:
T-IEntityentity type- Parameters:
ec- the entity-contextentities- the entities- Returns:
- the appropriate
IEntityExporter
-
AEntityExporter(IEntityContext, IEntity)instead.