Interface ProfileImportService
-
- All Known Implementing Classes:
ProfileImportServiceImpl
public interface ProfileImportService
Created by amidani on 20/05/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
saveMergeDeleteImportedProfile(ProfileToImport profileToImport)
-
-
-
Method Detail
-
saveMergeDeleteImportedProfile
boolean saveMergeDeleteImportedProfile(ProfileToImport profileToImport) throws InvocationTargetException, IllegalAccessException
-
-