Uses of Class
de.hybris.platform.cmsfacades.data.SlotStatus
-
Packages that use SlotStatus Package Description de.hybris.platform.cmsfacades.data -
-
Uses of SlotStatus in de.hybris.platform.cmsfacades.data
Methods in de.hybris.platform.cmsfacades.data that return SlotStatus Modifier and Type Method Description SlotStatusPageContentSlotData. getSlotStatus()static SlotStatusSlotStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SlotStatus[]SlotStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.cmsfacades.data with parameters of type SlotStatus Modifier and Type Method Description voidPageContentSlotData. setSlotStatus(SlotStatus slotStatus)
-