Uses of Interface
de.hybris.platform.patches.actions.data.PatchActionDataOption
-
Packages that use PatchActionDataOption Package Description de.hybris.platform.patches.actions.data -
-
Uses of PatchActionDataOption in de.hybris.platform.patches.actions.data
Classes in de.hybris.platform.patches.actions.data that implement PatchActionDataOption Modifier and Type Class Description static classPatchActionDataOption.Impexstatic classPatchActionDataOption.SqlFields in de.hybris.platform.patches.actions.data with type parameters of type PatchActionDataOption Modifier and Type Field Description protected java.util.Map<PatchActionDataOption,java.lang.Object>PatchActionData. optionsMethods in de.hybris.platform.patches.actions.data that return types with arguments of type PatchActionDataOption Modifier and Type Method Description java.util.Map<PatchActionDataOption,java.lang.Object>PatchActionData. getOptions()Methods in de.hybris.platform.patches.actions.data with parameters of type PatchActionDataOption Modifier and Type Method Description java.lang.BooleanPatchActionData. getBooleanOption(PatchActionDataOption option)java.lang.ObjectPatchActionData. getOption(PatchActionDataOption option)java.lang.StringPatchActionData. getStringOption(PatchActionDataOption option)voidPatchActionData. setOption(PatchActionDataOption option, java.lang.Object value)Method parameters in de.hybris.platform.patches.actions.data with type arguments of type PatchActionDataOption Modifier and Type Method Description voidPatchActionData. setOptions(java.util.Map<PatchActionDataOption,java.lang.Object> options)
-