Package de.xima.fc.exporter.interfaces
Interface IEntityExporter<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 AEntityExporter,ProjectExporter,TemplateExporter
public interface IEntityExporter<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
extends Serializable
Common interface for entity exporters
- Author:
 - XIMA MEDIA GmbH
 
- 
Method Summary
Modifier and TypeMethodDescriptiondoExport(IEntityContext ec, File baseDir, Benutzer user) Deprecated.doExport(IEntityContext ec, File baseDir, IUser user) Exports the set entities to the given directoryDeprecated.Deprecated.withCompatitbiltyMode(boolean compatitbiltyMode)  
- 
Method Details
- 
withCompatitbiltyMode
- Parameters:
 compatitbiltyMode-Booleanwhether or not entities should be exportedt in compatibility mode- Returns:
 IEntityExporterthe exporter
 - 
doExport
Deprecated.Exports the set entities to the given directory - 
doExport
Exports the set entities to the given directory - 
getEntity
Deprecated. - 
getEntities
Deprecated. 
 - 
 
doExport(IEntityContext, File, IUser).