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