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. -
Uses of CMSPageTypeModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionCMSPageTemplateDao.findAllRestrictedPageTemplatesByCatalogVersion(CatalogVersionModel catalogVersion, boolean active, CMSPageTypeModel pageType) Find all restricted page templates by catalog version,activeboolean flag and cms page type.CMSPageTemplateDao.findAllRestrictedPageTemplatesByCatalogVersion(Collection<CatalogVersionModel> catalogVersions, boolean active, CMSPageTypeModel pageType) Find all restricted page templates by catalog versions,activeboolean flag and cms page type. -
Uses of CMSPageTypeModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionDefaultCMSPageTemplateDao.findAllRestrictedPageTemplatesByCatalogVersion(CatalogVersionModel catalogVersion, boolean active, CMSPageTypeModel pageType) Find all restricted page templates by catalog version,activeboolean flag and cms page type.DefaultCMSPageTemplateDao.findAllRestrictedPageTemplatesByCatalogVersion(Collection<CatalogVersionModel> catalogVersions, boolean active, CMSPageTypeModel pageType) -
Uses of CMSPageTypeModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionCMSAdminPageService.getAllPageTypes()Returns a collection of all available page types.CMSAdminPageService.getPageTypeByCode(String typeCode) Returns the page type with the given type code.Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionCMSAdminPageService.getAllRestrictedPageTemplates(boolean active, CMSPageTypeModel type) returns all restricted page templates (only of the active catalogVersion) -
Uses of CMSPageTypeModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionDefaultCMSAdminPageService.getAllPageTypes()DefaultCMSAdminPageService.getPageTypeByCode(String typeCode) Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionDefaultCMSAdminPageService.getAllRestrictedPageTemplates(boolean active, CMSPageTypeModel type) returns all restricted page templates (only of the active catalogVersion) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.pages.impl
Methods in de.hybris.platform.cmsfacades.pages.impl that return types with arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionprotected Converter<CMSPageTypeModel,PageTypeData> DefaultPageFacade.getPageTypeModelConverter()Method parameters in de.hybris.platform.cmsfacades.pages.impl with type arguments of type CMSPageTypeModelModifier and TypeMethodDescriptionvoidDefaultPageFacade.setPageTypeModelConverter(Converter<CMSPageTypeModel, PageTypeData> pageTypeModelConverter) Deprecated.since 6.6 -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.pagetemplates.impl
Methods in de.hybris.platform.cmsfacades.pagetemplates.impl with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionprotected Collection<PageTemplateModel>DefaultPageTemplateFacade.getAllPageTemplates(CMSPageTypeModel pageType) protected List<PageTemplateData>DefaultPageTemplateFacade.getPageTemplateByPageType(CMSPageTypeModel pageType, Boolean active) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl
Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionprotected PageTypeRestrictionTypeDataDefaultPageTypeRestrictionTypeFacade.buildPageTypesRestrictionTypesData(CMSPageTypeModel pageType, RestrictionTypeModel restrictionType) Build a new page restriction dto to hold a single pageType - restrictionType pair. -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return CMSPageTypeModelModifier and TypeMethodDescriptionMethods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionDefaultCMSPageTypeModelUniqueIdentifierConverter.convert(CMSPageTypeModel pageTypeModel) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSPageTypeModelModifier and TypeMethodDescriptionPageTemplateModelBuilder.withRestrictedPageTypes(CMSPageTypeModel... restrictedPageTypes) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return CMSPageTypeModel -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return CMSPageTypeModel -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSPageTypeModelModifier and TypeMethodDescriptionCMSPageTypeModelMother.CatalogPage()CMSPageTypeModelMother.ContentPage()