Package de.xima.fc.exporter.entity
Class ProjectExporter
- All Implemented Interfaces:
IEntityExporter<Projekt>,Serializable
Exporter for
Projekt entities- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.exporter.AEntityExporter
DEFAULT_EXPORT_FILE_EXTENSION, DEFAULT_EXPORT_PROJECT_EXTENSION, dependencies, entity, EXPORT_PROCESSING_VERSION, FC_EXPORT_METADATA, LOG, LOG_PREFIX, user -
Constructor Summary
ConstructorsConstructorDescriptionProjectExporter(IEntityContext ec, Projekt entity) ProjectExporter(IEntityContext ec, Projekt... entities) Deprecated.ProjectExporter(IEntityContext ec, Projekt entity, boolean withoutDependencies) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidMethods inherited from class de.xima.fc.exporter.AEntityExporter
doExport, doExport, doExport, doExport, doExport, getDependencies, getEntities, getEntity, withCompatitbiltyMode
-
Constructor Details
-
ProjectExporter
-
ProjectExporter
-
ProjectExporter
Deprecated.UseProjectExporter(IEntityContext, Projekt)instead
-
-
Method Details
-
initInternalDependenciesOnly
- Overrides:
initInternalDependenciesOnlyin classAEntityExporter<Projekt>
-
initDependencies
- Overrides:
initDependenciesin classAEntityExporter<Projekt>
-
ProjectExporter(IEntityContext, Projekt)instead