Uses of Class
de.hybris.platform.cms2.enums.CloneAction
-
Packages that use CloneAction Package Description de.hybris.platform.cms2.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cmsfacades.cmsitems.impl de.hybris.platform.cmsfacades.cmsitems.populators -
-
Uses of CloneAction in de.hybris.platform.cms2.enums
Methods in de.hybris.platform.cms2.enums that return CloneAction Modifier and Type Method Description static CloneActionCloneAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CloneAction[]CloneAction. values()Returns an array containing the constants of this enum type, 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 CloneAction Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>DefaultMulticountryCMSItemFacadeIntegrationTest. preparePayloadForNewSlot(java.lang.String slotName, java.lang.Boolean isSlotCustom, java.lang.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 CloneAction Modifier and Type Method Description protected CloneActionCloneContentSlotPopulator. getCloneAction(java.util.Map<java.lang.String,java.lang.Object> source)Retrieves the CloneAction object from the source map.
-