Uses of Enum Class
de.hybris.platform.cms2.enums.CloneAction
Packages that use CloneAction
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of CloneAction in de.hybris.platform.cms2.cloning.strategy.impl
Methods in de.hybris.platform.cms2.cloning.strategy.impl with parameters of type CloneActionModifier and TypeMethodDescriptionprotected voidContentSlotCloningStrategy.buildCloneContentSlotModel(AbstractPageModel sourcePage, ContentSlotModel sourceContentSlotModel, Boolean isSlotCustom, ContentSlotModel clonedContentSlotModel, CloneAction cloneAction) -
Uses of CloneAction in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return CloneActionModifier and TypeMethodDescriptionstatic CloneActionReturns the enum constant of this class with the specified name.static CloneAction[]CloneAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CloneAction in de.hybris.platform.cmsfacades.cmsitems.impl
Methods in de.hybris.platform.cmsfacades.cmsitems.impl with parameters of type CloneActionModifier and TypeMethodDescriptionDefaultMulticountryCMSItemFacadeIntegrationTest.preparePayloadForNewSlot(String slotName, Boolean isSlotCustom, String sourceSlotUUID, CloneAction cloneAction) Prepares payload for a new slot -
Uses of CloneAction in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators that return CloneActionModifier and TypeMethodDescriptionprotected CloneActionCloneContentSlotPopulator.getCloneAction(Map<String, Object> source) Retrieves the CloneAction object from the source map.