Class TriggeredPlainAction<T>
- java.lang.Object
-
- de.hybris.platform.servicelayer.action.TriggeredAction<T>
-
- de.hybris.platform.servicelayer.action.plain.TriggeredPlainAction<T>
-
public class TriggeredPlainAction<T> extends TriggeredAction<T>
-
-
Constructor Summary
Constructors Constructor Description TriggeredPlainAction(AbstractActionModel action, T argument, ActionExecutionStrategy strategy, ActionPerformable<T> performable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionPerformable<T>getPerformable()-
Methods inherited from class de.hybris.platform.servicelayer.action.TriggeredAction
getAction, getArgument, getStrategy
-
-
-
-
Constructor Detail
-
TriggeredPlainAction
public TriggeredPlainAction(AbstractActionModel action, T argument, ActionExecutionStrategy strategy, ActionPerformable<T> performable)
- Parameters:
action-argument-strategy-
-
-
Method Detail
-
getPerformable
public ActionPerformable<T> getPerformable()
- Returns:
- the performable
-
-