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) voidsetConfigSharingService(ConfigSharingService configSharingService) voidsetDefinitionsService(DefinitionsService definitionsService) voidsetPersistenceService(PersistenceService persistenceService)
-
Constructor Details
-
ProfileExportServiceImpl
public ProfileExportServiceImpl()
-
-
Method Details
-
setPersistenceService
-
setDefinitionsService
-
setConfigSharingService
-
extractProfilesBySegment
- Specified by:
extractProfilesBySegmentin interfaceProfileExportService
-
convertProfileToCSVLine
- Specified by:
convertProfileToCSVLinein interfaceProfileExportService
-
convertProfileToCSVLine
public String convertProfileToCSVLine(Profile profile, ExportConfiguration exportConfiguration, Collection<PropertyType> propertiesDef)
-