Class MergeProfilesOnPropertyAction
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.actions.MergeProfilesOnPropertyAction
-
- All Implemented Interfaces:
ActionExecutor
public class MergeProfilesOnPropertyAction extends Object implements ActionExecutor
-
-
Constructor Summary
Constructors Constructor Description MergeProfilesOnPropertyAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
execute(Action action, Event event)
void
setDefinitionsService(DefinitionsService definitionsService)
void
setEventService(EventService eventService)
void
setMaxProfilesInOneMerge(String maxProfilesInOneMerge)
void
setPersistenceService(PersistenceService persistenceService)
void
setPrivacyService(PrivacyService privacyService)
void
setProfileService(ProfileService profileService)
void
setSchedulerService(SchedulerService schedulerService)
-
-
-
Method Detail
-
execute
public int execute(Action action, Event event)
Description copied from interface:ActionExecutor
- Specified by:
execute
in interfaceActionExecutor
- Parameters:
action
- theAction
to executeevent
- theEvent
that triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-
setProfileService
public void setProfileService(ProfileService profileService)
-
setPersistenceService
public void setPersistenceService(PersistenceService persistenceService)
-
setEventService
public void setEventService(EventService eventService)
-
setPrivacyService
public void setPrivacyService(PrivacyService privacyService)
-
setDefinitionsService
public void setDefinitionsService(DefinitionsService definitionsService)
-
setSchedulerService
public void setSchedulerService(SchedulerService schedulerService)
-
setMaxProfilesInOneMerge
public void setMaxProfilesInOneMerge(String maxProfilesInOneMerge)
-
-