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 ContentSlotNameGeneratedCms2Manager. createContentSlotName(SessionContext ctx, java.util.Map attributeValues)ContentSlotNameGeneratedCms2Manager. 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.contentSlotNamesattribute.java.util.Set<ContentSlotName>GeneratedCMSComponentType. getContentSlotNames(SessionContext ctx)Generated method - Getter of theCMSComponentType.contentSlotNamesattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type ContentSlotName Modifier and Type Method Description voidGeneratedCMSComponentType. addToContentSlotNames(ContentSlotName value)Generated method - Addsvalueto contentSlotNames.voidGeneratedCMSComponentType. addToContentSlotNames(SessionContext ctx, ContentSlotName value)Generated method - Addsvalueto contentSlotNames.voidGeneratedCMSComponentType. removeFromContentSlotNames(ContentSlotName value)Generated method - Removesvaluefrom contentSlotNames.voidGeneratedCMSComponentType. removeFromContentSlotNames(SessionContext ctx, ContentSlotName value)Generated method - Removesvaluefrom contentSlotNames.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type ContentSlotName Modifier and Type Method Description voidGeneratedCMSComponentType. setContentSlotNames(SessionContext ctx, java.util.Set<ContentSlotName> value)Generated method - Setter of theCMSComponentType.contentSlotNamesattribute.voidGeneratedCMSComponentType. setContentSlotNames(java.util.Set<ContentSlotName> value)Generated method - Setter of theCMSComponentType.contentSlotNamesattribute. -
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. AVAILABLECONTENTSLOTSHANDLEROneToManyHandlerfor 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.availableContentSlotsattribute.java.util.List<ContentSlotName>GeneratedPageTemplate. getAvailableContentSlots(SessionContext ctx)Generated method - Getter of thePageTemplate.availableContentSlotsattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type ContentSlotName Modifier and Type Method Description voidGeneratedPageTemplate. addToAvailableContentSlots(ContentSlotName value)Generated method - Addsvalueto availableContentSlots.voidGeneratedPageTemplate. addToAvailableContentSlots(SessionContext ctx, ContentSlotName value)Generated method - Addsvalueto availableContentSlots.voidGeneratedPageTemplate. removeFromAvailableContentSlots(ContentSlotName value)Generated method - Removesvaluefrom availableContentSlots.voidGeneratedPageTemplate. removeFromAvailableContentSlots(SessionContext ctx, ContentSlotName value)Generated method - Removesvaluefrom availableContentSlots.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type ContentSlotName Modifier and Type Method Description voidGeneratedPageTemplate. setAvailableContentSlots(SessionContext ctx, java.util.List<ContentSlotName> value)Generated method - Setter of thePageTemplate.availableContentSlotsattribute.voidGeneratedPageTemplate. setAvailableContentSlots(java.util.List<ContentSlotName> value)Generated method - Setter of thePageTemplate.availableContentSlotsattribute.
-