Uses of Class
de.hybris.platform.cms2.model.CMSPageTypeModel
Packages that use CMSPageTypeModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
-
Uses of CMSPageTypeModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionRestrictionTypeModel.getPageTypes()Generated method - Getter of theRestrictionType.pageTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionvoidRestrictionTypeModel.setPageTypes(Collection<CMSPageTypeModel> value) Generated method - Setter ofRestrictionType.pageTypesattribute defined at extensioncms2. -
Uses of CMSPageTypeModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionPageTemplateModel.getRestrictedPageTypes()Generated method - Getter of thePageTemplate.restrictedPageTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionvoidPageTemplateModel.setRestrictedPageTypes(Set<CMSPageTypeModel> value) Generated method - Setter ofPageTemplate.restrictedPageTypesattribute defined at extensioncms2.