Package org.apache.unomi.router.services
Class ProfileExportServiceImpl
java.lang.Object
org.apache.unomi.router.services.ProfileExportServiceImpl
- All Implemented Interfaces:
ProfileExportService
Created by amidani on 30/06/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertProfileToCSVLine
(Profile profile, ExportConfiguration exportConfiguration) convertProfileToCSVLine
(Profile profile, ExportConfiguration exportConfiguration, Collection<PropertyType> propertiesDef) extractProfilesBySegment
(ExportConfiguration exportConfiguration) void
setConfigSharingService
(ConfigSharingService configSharingService) void
setDefinitionsService
(DefinitionsService definitionsService) void
setPersistenceService
(PersistenceService persistenceService)
-
Constructor Details
-
ProfileExportServiceImpl
public ProfileExportServiceImpl()
-
-
Method Details
-
setPersistenceService
-
setDefinitionsService
-
setConfigSharingService
-
extractProfilesBySegment
- Specified by:
extractProfilesBySegment
in interfaceProfileExportService
-
convertProfileToCSVLine
- Specified by:
convertProfileToCSVLine
in interfaceProfileExportService
-
convertProfileToCSVLine
public String convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration, Collection<PropertyType> propertiesDef)
-