Uses of Class
de.hybris.platform.cms2.jalo.CMSPageType
-
Packages that use CMSPageType Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.pages -
-
Uses of CMSPageType in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CMSPageType Modifier and Type Method Description CMSPageTypeGeneratedCms2Manager. createCMSPageType(SessionContext ctx, java.util.Map attributeValues)CMSPageTypeGeneratedCms2Manager. createCMSPageType(java.util.Map attributeValues)Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CMSPageType Modifier and Type Method Description java.util.Collection<CMSPageType>GeneratedRestrictionType. getPageTypes()Generated method - Getter of theRestrictionType.pageTypesattribute.java.util.Collection<CMSPageType>GeneratedRestrictionType. getPageTypes(SessionContext ctx)Generated method - Getter of theRestrictionType.pageTypesattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type CMSPageType Modifier and Type Method Description voidGeneratedRestrictionType. addToPageTypes(CMSPageType value)Generated method - Addsvalueto pageTypes.voidGeneratedRestrictionType. addToPageTypes(SessionContext ctx, CMSPageType value)Generated method - Addsvalueto pageTypes.voidGeneratedRestrictionType. removeFromPageTypes(CMSPageType value)Generated method - Removesvaluefrom pageTypes.voidGeneratedRestrictionType. removeFromPageTypes(SessionContext ctx, CMSPageType value)Generated method - Removesvaluefrom pageTypes.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type CMSPageType Modifier and Type Method Description voidGeneratedRestrictionType. setPageTypes(SessionContext ctx, java.util.Collection<CMSPageType> value)Generated method - Setter of theRestrictionType.pageTypesattribute.voidGeneratedRestrictionType. setPageTypes(java.util.Collection<CMSPageType> value)Generated method - Setter of theRestrictionType.pageTypesattribute. -
Uses of CMSPageType in de.hybris.platform.cms2.jalo.pages
Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type CMSPageType Modifier and Type Method Description java.util.Set<CMSPageType>GeneratedPageTemplate. getRestrictedPageTypes()Generated method - Getter of thePageTemplate.restrictedPageTypesattribute.java.util.Set<CMSPageType>GeneratedPageTemplate. getRestrictedPageTypes(SessionContext ctx)Generated method - Getter of thePageTemplate.restrictedPageTypesattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type CMSPageType Modifier and Type Method Description voidGeneratedPageTemplate. addToRestrictedPageTypes(CMSPageType value)Generated method - Addsvalueto restrictedPageTypes.voidGeneratedPageTemplate. addToRestrictedPageTypes(SessionContext ctx, CMSPageType value)Generated method - Addsvalueto restrictedPageTypes.voidGeneratedPageTemplate. removeFromRestrictedPageTypes(CMSPageType value)Generated method - Removesvaluefrom restrictedPageTypes.voidGeneratedPageTemplate. removeFromRestrictedPageTypes(SessionContext ctx, CMSPageType value)Generated method - Removesvaluefrom restrictedPageTypes.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type CMSPageType Modifier and Type Method Description voidGeneratedPageTemplate. setRestrictedPageTypes(SessionContext ctx, java.util.Set<CMSPageType> value)Generated method - Setter of thePageTemplate.restrictedPageTypesattribute.voidGeneratedPageTemplate. setRestrictedPageTypes(java.util.Set<CMSPageType> value)Generated method - Setter of thePageTemplate.restrictedPageTypesattribute.
-