Package com.eduix.genexp.config
Interface ExportConfig
-
- All Known Implementing Classes:
ExportConfigImpl
public interface ExportConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getOrganisationCodes()StringgetOrganizationTkCode()StringgetPeppiOrganization()booleanisDiscardWithoutOrganisation()
-
-
-
Method Detail
-
getPeppiOrganization
String getPeppiOrganization()
-
getOrganizationTkCode
String getOrganizationTkCode()
-
getOrganisationCodes
List<String> getOrganisationCodes()
- Returns:
- root organisation unit codes used for mapping
-
isDiscardWithoutOrganisation
boolean isDiscardWithoutOrganisation()
- Returns:
- true if enrichment is discarded when root organisation unit is not found
-
-