Class TriggeredPlainAction<T>
java.lang.Object
de.hybris.platform.servicelayer.action.TriggeredAction<T>
de.hybris.platform.servicelayer.action.plain.TriggeredPlainAction<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTriggeredPlainAction(AbstractActionModel action, T argument, ActionExecutionStrategy strategy, ActionPerformable<T> performable) -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.action.TriggeredAction
getAction, getArgument, getStrategy
-
Constructor Details
-
TriggeredPlainAction
public TriggeredPlainAction(AbstractActionModel action, T argument, ActionExecutionStrategy strategy, ActionPerformable<T> performable) - Parameters:
action-argument-strategy-
-
-
Method Details
-
getPerformable
- Returns:
- the performable
-