Package org.apache.unomi.router.services
Class ProfileImportServiceImpl
java.lang.Object
org.apache.unomi.router.services.ProfileImportServiceImpl
- All Implemented Interfaces:
ProfileImportService
Created by amidani on 18/05/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
saveMergeDeleteImportedProfile
(ProfileToImport profileToImport) void
setPersistenceService
(PersistenceService persistenceService)
-
Constructor Details
-
ProfileImportServiceImpl
public ProfileImportServiceImpl()
-
-
Method Details
-
setPersistenceService
-
saveMergeDeleteImportedProfile
public boolean saveMergeDeleteImportedProfile(ProfileToImport profileToImport) throws InvocationTargetException, IllegalAccessException - Specified by:
saveMergeDeleteImportedProfile
in interfaceProfileImportService
- Throws:
InvocationTargetException
IllegalAccessException
-