Uses of Class
de.hybris.platform.cms2.jalo.contents.ContentSlotName
-
Packages that use ContentSlotName Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.pages -
-
Uses of ContentSlotName in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return ContentSlotName Modifier and Type Method Description ContentSlotName
GeneratedCms2Manager. createContentSlotName(SessionContext ctx, java.util.Map attributeValues)
ContentSlotName
GeneratedCms2Manager. createContentSlotName(java.util.Map attributeValues)
Methods in de.hybris.platform.cms2.jalo that return types with arguments of type ContentSlotName Modifier and Type Method Description java.util.Set<ContentSlotName>
GeneratedCMSComponentType. getContentSlotNames()
Generated method - Getter of theCMSComponentType.contentSlotNames
attribute.java.util.Set<ContentSlotName>
GeneratedCMSComponentType. getContentSlotNames(SessionContext ctx)
Generated method - Getter of theCMSComponentType.contentSlotNames
attribute.Methods in de.hybris.platform.cms2.jalo with parameters of type ContentSlotName Modifier and Type Method Description void
GeneratedCMSComponentType. addToContentSlotNames(ContentSlotName value)
Generated method - Addsvalue
to contentSlotNames.void
GeneratedCMSComponentType. addToContentSlotNames(SessionContext ctx, ContentSlotName value)
Generated method - Addsvalue
to contentSlotNames.void
GeneratedCMSComponentType. removeFromContentSlotNames(ContentSlotName value)
Generated method - Removesvalue
from contentSlotNames.void
GeneratedCMSComponentType. removeFromContentSlotNames(SessionContext ctx, ContentSlotName value)
Generated method - Removesvalue
from contentSlotNames.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type ContentSlotName Modifier and Type Method Description void
GeneratedCMSComponentType. setContentSlotNames(SessionContext ctx, java.util.Set<ContentSlotName> value)
Generated method - Setter of theCMSComponentType.contentSlotNames
attribute.void
GeneratedCMSComponentType. setContentSlotNames(java.util.Set<ContentSlotName> value)
Generated method - Setter of theCMSComponentType.contentSlotNames
attribute. -
Uses of ContentSlotName in de.hybris.platform.cms2.jalo.pages
Fields in de.hybris.platform.cms2.jalo.pages with type parameters of type ContentSlotName Modifier and Type Field Description protected static OneToManyHandler<ContentSlotName>
GeneratedPageTemplate. AVAILABLECONTENTSLOTSHANDLER
OneToManyHandler
for handling 1:n AVAILABLECONTENTSLOTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type ContentSlotName Modifier and Type Method Description java.util.List<ContentSlotName>
GeneratedPageTemplate. getAvailableContentSlots()
Generated method - Getter of thePageTemplate.availableContentSlots
attribute.java.util.List<ContentSlotName>
GeneratedPageTemplate. getAvailableContentSlots(SessionContext ctx)
Generated method - Getter of thePageTemplate.availableContentSlots
attribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type ContentSlotName Modifier and Type Method Description void
GeneratedPageTemplate. addToAvailableContentSlots(ContentSlotName value)
Generated method - Addsvalue
to availableContentSlots.void
GeneratedPageTemplate. addToAvailableContentSlots(SessionContext ctx, ContentSlotName value)
Generated method - Addsvalue
to availableContentSlots.void
GeneratedPageTemplate. removeFromAvailableContentSlots(ContentSlotName value)
Generated method - Removesvalue
from availableContentSlots.void
GeneratedPageTemplate. removeFromAvailableContentSlots(SessionContext ctx, ContentSlotName value)
Generated method - Removesvalue
from availableContentSlots.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type ContentSlotName Modifier and Type Method Description void
GeneratedPageTemplate. setAvailableContentSlots(SessionContext ctx, java.util.List<ContentSlotName> value)
Generated method - Setter of thePageTemplate.availableContentSlots
attribute.void
GeneratedPageTemplate. setAvailableContentSlots(java.util.List<ContentSlotName> value)
Generated method - Setter of thePageTemplate.availableContentSlots
attribute.
-