Uses of Enum Class
de.hybris.platform.servicelayer.enums.ActionType
Packages that use ActionType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.servicelayer.jalo.action package.
-
Uses of ActionType in de.hybris.platform.servicelayer.enums
Methods in de.hybris.platform.servicelayer.enums that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypeReturns the enum constant of this class with the specified name.static ActionType[]ActionType.values()Returns an array containing the constants of this enum class, 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 ActionTypeModifier and TypeMethodDescriptionAbstractActionModel.getType()Generated method - Getter of theAbstractAction.typeattribute defined at extensionprocessing.Methods in de.hybris.platform.servicelayer.model.action with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidAbstractActionModel.setType(ActionType value) Generated method - Initial setter ofAbstractAction.typeattribute defined at extensionprocessing.Constructors in de.hybris.platform.servicelayer.model.action with parameters of type ActionTypeModifierConstructorDescriptionAbstractActionModel(String _code, ItemModel _owner, 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(String _code, 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(String _code, ItemModel _owner, 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(String _code, 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