Interface ProfileExportService
-
- All Known Implementing Classes:
ProfileExportServiceImpl
public interface ProfileExportService
Created by amidani on 30/06/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration)
String
extractProfilesBySegment(ExportConfiguration exportConfiguration)
-
-
-
Method Detail
-
extractProfilesBySegment
String extractProfilesBySegment(ExportConfiguration exportConfiguration)
-
convertProfileToCSVLine
String convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration)
-
-