Uses of Class
de.hybris.platform.cms2.jalo.contents.contentslot.ContentSlot
-
-
Uses of ContentSlot in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return ContentSlot Modifier and Type Method Description ContentSlotGeneratedCms2Manager. createContentSlot(SessionContext ctx, java.util.Map attributeValues)ContentSlotGeneratedCms2Manager. createContentSlot(java.util.Map attributeValues)Methods in de.hybris.platform.cms2.jalo with parameters of type ContentSlot Modifier and Type Method Description java.util.Collection<AbstractPage>Cms2Manager. getPages(ContentSlot contentSlot)Deprecated.since 4.3. -
Uses of ContentSlot in de.hybris.platform.cms2.jalo.contents.components
Methods in de.hybris.platform.cms2.jalo.contents.components that return types with arguments of type ContentSlot Modifier and Type Method Description java.util.Collection<ContentSlot>GeneratedAbstractCMSComponent. getSlots()Generated method - Getter of theAbstractCMSComponent.slotsattribute.java.util.Collection<ContentSlot>GeneratedAbstractCMSComponent. getSlots(SessionContext ctx)Generated method - Getter of theAbstractCMSComponent.slotsattribute.Methods in de.hybris.platform.cms2.jalo.contents.components with parameters of type ContentSlot Modifier and Type Method Description voidGeneratedAbstractCMSComponent. addToSlots(ContentSlot value)Generated method - Addsvalueto slots.voidGeneratedAbstractCMSComponent. addToSlots(SessionContext ctx, ContentSlot value)Generated method - Addsvalueto slots.voidGeneratedAbstractCMSComponent. removeFromSlots(ContentSlot value)Generated method - Removesvaluefrom slots.voidGeneratedAbstractCMSComponent. removeFromSlots(SessionContext ctx, ContentSlot value)Generated method - Removesvaluefrom slots.Method parameters in de.hybris.platform.cms2.jalo.contents.components with type arguments of type ContentSlot Modifier and Type Method Description voidGeneratedAbstractCMSComponent. setSlots(SessionContext ctx, java.util.Collection<ContentSlot> value)Generated method - Setter of theAbstractCMSComponent.slotsattribute.voidGeneratedAbstractCMSComponent. setSlots(java.util.Collection<ContentSlot> value)Generated method - Setter of theAbstractCMSComponent.slotsattribute. -
Uses of ContentSlot in de.hybris.platform.cms2.jalo.contents.contentslot
Methods in de.hybris.platform.cms2.jalo.contents.contentslot that return ContentSlot Modifier and Type Method Description ContentSlotGeneratedContentSlot. getOriginalSlot()Generated method - Getter of theContentSlot.originalSlotattribute.ContentSlotGeneratedContentSlot. getOriginalSlot(SessionContext ctx)Generated method - Getter of theContentSlot.originalSlotattribute.Methods in de.hybris.platform.cms2.jalo.contents.contentslot with parameters of type ContentSlot Modifier and Type Method Description voidGeneratedContentSlot. setOriginalSlot(ContentSlot value)Generated method - Setter of theContentSlot.originalSlotattribute.voidGeneratedContentSlot. setOriginalSlot(SessionContext ctx, ContentSlot value)Generated method - Setter of theContentSlot.originalSlotattribute. -
Uses of ContentSlot in de.hybris.platform.cms2.jalo.relations
Methods in de.hybris.platform.cms2.jalo.relations that return ContentSlot Modifier and Type Method Description ContentSlotGeneratedContentSlotForPage. getContentSlot()Generated method - Getter of theContentSlotForPage.contentSlotattribute.ContentSlotGeneratedContentSlotForPage. getContentSlot(SessionContext ctx)Generated method - Getter of theContentSlotForPage.contentSlotattribute.ContentSlotGeneratedContentSlotForTemplate. getContentSlot()Generated method - Getter of theContentSlotForTemplate.contentSlotattribute.ContentSlotGeneratedContentSlotForTemplate. getContentSlot(SessionContext ctx)Generated method - Getter of theContentSlotForTemplate.contentSlotattribute.Methods in de.hybris.platform.cms2.jalo.relations with parameters of type ContentSlot Modifier and Type Method Description voidGeneratedContentSlotForPage. setContentSlot(ContentSlot value)Generated method - Setter of theContentSlotForPage.contentSlotattribute.voidGeneratedContentSlotForPage. setContentSlot(SessionContext ctx, ContentSlot value)Generated method - Setter of theContentSlotForPage.contentSlotattribute.voidGeneratedContentSlotForTemplate. setContentSlot(ContentSlot value)Generated method - Setter of theContentSlotForTemplate.contentSlotattribute.voidGeneratedContentSlotForTemplate. setContentSlot(SessionContext ctx, ContentSlot value)Generated method - Setter of theContentSlotForTemplate.contentSlotattribute.
-