Uses of Class
de.hybris.platform.servicelayer.enums.ActionType
-
Packages that use ActionType Package Description de.hybris.platform.personalizationcms.model Contains generated models for each type of de.hybris.platform.personalizationcms.jalo package.de.hybris.platform.personalizationpromotions.model Contains generated models for each type of de.hybris.platform.personalizationpromotions.jalo package.de.hybris.platform.personalizationsearch.model Contains generated models for each type of de.hybris.platform.personalizationsearch.jalo package.de.hybris.platform.personalizationservices.model Contains generated models for each type of de.hybris.platform.personalizationservices.jalo package.de.hybris.platform.processengine.actionstrategy de.hybris.platform.servicelayer.action de.hybris.platform.servicelayer.action.impl de.hybris.platform.servicelayer.action.plain de.hybris.platform.servicelayer.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.servicelayer.model.action Contains generated models for each type of de.hybris.platform.servicelayer.jalo.action package.de.hybris.platform.task.action -
-
Uses of ActionType in de.hybris.platform.personalizationcms.model
Constructors in de.hybris.platform.personalizationcms.model with parameters of type ActionType Constructor Description CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ActionType in de.hybris.platform.personalizationpromotions.model
Constructors in de.hybris.platform.personalizationpromotions.model with parameters of type ActionType Constructor Description CxPromotionActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _promotionId, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxPromotionActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _promotionId, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ActionType in de.hybris.platform.personalizationsearch.model
Constructors in de.hybris.platform.personalizationsearch.model with parameters of type ActionType Constructor Description CxSearchProfileActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _searchProfileCode, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxSearchProfileActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _searchProfileCode, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ActionType in de.hybris.platform.personalizationservices.model
Constructors in de.hybris.platform.personalizationservices.model with parameters of type ActionType Constructor Description CxAbstractActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxAbstractActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ActionType in de.hybris.platform.processengine.actionstrategy
Methods in de.hybris.platform.processengine.actionstrategy that return types with arguments of type ActionType Modifier and Type Method Description java.util.Set<ActionType>ProcessActionExecutionStrategy. getAcceptedTypes()Methods in de.hybris.platform.processengine.actionstrategy with parameters of type ActionType Modifier and Type Method Description voidProcessActionExecutionStrategy. isActionValid(ActionType type, java.lang.String target) -
Uses of ActionType in de.hybris.platform.servicelayer.action
Methods in de.hybris.platform.servicelayer.action that return ActionType Modifier and Type Method Description ActionTypeInvalidActionException. getType()Methods in de.hybris.platform.servicelayer.action with parameters of type ActionType Modifier and Type Method Description voidActionService. isActionValid(ActionType type, java.lang.String target)Constructors in de.hybris.platform.servicelayer.action with parameters of type ActionType Constructor Description InvalidActionException(java.lang.String message, java.lang.Throwable cause, ActionType type, java.lang.String target) -
Uses of ActionType in de.hybris.platform.servicelayer.action.impl
Methods in de.hybris.platform.servicelayer.action.impl that return types with arguments of type ActionType Modifier and Type Method Description java.util.Set<ActionType>ActionExecutionStrategy. getAcceptedTypes()Methods in de.hybris.platform.servicelayer.action.impl with parameters of type ActionType Modifier and Type Method Description ActionExecutionStrategyActionExecutionStrategyRegistry. getExecutionStrategy(ActionType type)ActionExecutionStrategyDefaultActionExecutionStrategyRegistry. getExecutionStrategy(ActionType type)voidActionExecutionStrategy. isActionValid(ActionType type, java.lang.String target)voidDefaultActionService. isActionValid(ActionType type, java.lang.String target) -
Uses of ActionType in de.hybris.platform.servicelayer.action.plain
Methods in de.hybris.platform.servicelayer.action.plain that return types with arguments of type ActionType Modifier and Type Method Description java.util.Set<ActionType>PlainActionExecutionStrategy. getAcceptedTypes()Methods in de.hybris.platform.servicelayer.action.plain with parameters of type ActionType Modifier and Type Method Description voidPlainActionExecutionStrategy. isActionValid(ActionType type, java.lang.String target) -
Uses of ActionType in de.hybris.platform.servicelayer.enums
Methods in de.hybris.platform.servicelayer.enums that return ActionType Modifier and Type Method Description static ActionTypeActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActionType[]ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ActionType in de.hybris.platform.servicelayer.model.action
Methods in de.hybris.platform.servicelayer.model.action that return ActionType Modifier and Type Method Description ActionTypeAbstractActionModel. getType()Generated method - Getter of theAbstractAction.typeattribute defined at extensionprocessing.Methods in de.hybris.platform.servicelayer.model.action with parameters of type ActionType Modifier and Type Method Description voidAbstractActionModel. setType(ActionType value)Generated method - Initial setter ofAbstractAction.typeattribute defined at extensionprocessing.Constructors in de.hybris.platform.servicelayer.model.action with parameters of type ActionType Constructor Description AbstractActionModel(java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractActionModel(java.lang.String _code, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleActionModel(java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleActionModel(java.lang.String _code, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ActionType in de.hybris.platform.task.action
Methods in de.hybris.platform.task.action that return types with arguments of type ActionType Modifier and Type Method Description java.util.Set<ActionType>TaskActionExecutionStrategy. getAcceptedTypes()Methods in de.hybris.platform.task.action with parameters of type ActionType Modifier and Type Method Description voidTaskActionExecutionStrategy. isActionValid(ActionType type, java.lang.String target)
-