Uses of Enum Class
de.hybris.platform.impex.constants.ImpExConstants.ImpExActions
Packages that use ImpExConstants.ImpExActions
-
Uses of ImpExConstants.ImpExActions in de.hybris.platform.impex.constants
Methods in de.hybris.platform.impex.constants that return ImpExConstants.ImpExActionsModifier and TypeMethodDescriptionstatic ImpExConstants.ImpExActionsReturns the enum constant of this class with the specified name.static ImpExConstants.ImpExActions[]ImpExConstants.ImpExActions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ImpExConstants.ImpExActions in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type ImpExConstants.ImpExActionsModifier and TypeMethodDescriptionprotected booleanCollectionValueTranslator.processItem(String token, Item forItem, Collection col, ImpExConstants.ImpExActions append, boolean allowNull) Translates given token to an value (item attribute) and adds or removes it to given list.