Package de.xima.fc.exporter.entity
Class ProjectExporter
- java.lang.Object
-
- de.xima.fc.exporter.AEntityExporter<Projekt>
-
- de.xima.fc.exporter.entity.ProjectExporter
-
- All Implemented Interfaces:
IEntityExporter<Projekt>
,Serializable
public class ProjectExporter extends AEntityExporter<Projekt>
Exporter forProjekt
entities- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description ProjectExporter(IEntityContext ec, Projekt entity)
ProjectExporter(IEntityContext ec, Projekt... entities)
Deprecated.UseProjectExporter(IEntityContext, Projekt)
insteadProjectExporter(IEntityContext ec, Projekt entity, boolean withoutDependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initDependencies(IEntityContext ec)
protected void
initInternalDependenciesOnly(IEntityContext ec)
-
Methods inherited from class de.xima.fc.exporter.AEntityExporter
doExport, doExport, getDependencies, getEntities, getEntity, withCompatitbiltyMode
-
-
-
-
Constructor Detail
-
ProjectExporter
public ProjectExporter(IEntityContext ec, Projekt entity)
-
ProjectExporter
public ProjectExporter(IEntityContext ec, Projekt entity, boolean withoutDependencies)
-
ProjectExporter
@Deprecated public ProjectExporter(IEntityContext ec, Projekt... entities)
Deprecated.UseProjectExporter(IEntityContext, Projekt)
instead
-
-
Method Detail
-
initInternalDependenciesOnly
protected void initInternalDependenciesOnly(IEntityContext ec)
- Overrides:
initInternalDependenciesOnly
in classAEntityExporter<Projekt>
-
initDependencies
protected void initDependencies(IEntityContext ec)
- Overrides:
initDependencies
in classAEntityExporter<Projekt>
-
-