Package de.xima.fc.exporter
Class EntityExporterFactory
- java.lang.Object
 - 
- de.xima.fc.exporter.EntityExporterFactory
 
 
- 
public class EntityExporterFactory extends Object
Factory for formcycle entity exporters- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IEntityExporter<T>newExporter(IEntityContext ec, T... entities)Deprecated.UseAEntityExporter(IEntityContext, IEntity)instead. 
 - 
 
- 
- 
Method Detail
- 
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 
 
 - 
 
 -