Uses of Class
de.xima.fc.export.model.ExportBedingungData
- 
Packages that use ExportBedingungData Package Description de.xima.fc.export  - 
- 
Uses of ExportBedingungData in de.xima.fc.export
Methods in de.xima.fc.export that return types with arguments of type ExportBedingungData Modifier and Type Method Description protected List<ExportBedingungData>AProjektUtil. createBedingungenExportData(List<ExportBedingungData> exportBedingungListe, Projekt project)Methods in de.xima.fc.export with parameters of type ExportBedingungData Modifier and Type Method Description protected AktionAProjektUtil. handleAction(long oldActionId, Aktion newAction, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)protected BedingungAProjektUtil. handleBedingungForImport(Bedingung neueBedingung, Map<Long,Aktion> aktionMap, Map<Long,Status> statusMap, ExportBedingungData exportBedingungData)Should only be used for importing older project exportsMethod parameters in de.xima.fc.export with type arguments of type ExportBedingungData Modifier and Type Method Description protected List<ExportBedingungData>AProjektUtil. createBedingungenExportData(List<ExportBedingungData> exportBedingungListe, Projekt project) 
 -