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