public interface IEntityExporter<T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Modifier and Type | Method and Description |
---|---|
File |
doExport(IEntityContext ec,
File baseDir,
Benutzer user)
Exports the set entities to the given directory
|
List<T> |
getEntities()
Deprecated.
Use
getEntity() instead. |
T |
getEntity() |
IEntityExporter<T> |
withCompatitbiltyMode(boolean compatitbiltyMode) |
IEntityExporter<T> withCompatitbiltyMode(boolean compatitbiltyMode)
compatitbiltyMode
- Boolean
whether or not entities should be exportedt in compatibility modeIEntityExporter
the exporterFile doExport(IEntityContext ec, File baseDir, Benutzer user) throws Exception
T getEntity()
@Deprecated List<T> getEntities()
getEntity()
instead.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.