Uses of Class
de.hybris.platform.cms2.model.CMSPageTypeModel
-
Packages that use CMSPageTypeModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.model.pages Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.de.hybris.platform.cms2.servicelayer.daos de.hybris.platform.cms2.servicelayer.daos.impl de.hybris.platform.cms2.servicelayer.services.admin de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cmsfacades.pages.impl de.hybris.platform.cmsfacades.pagetemplates.impl de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl de.hybris.platform.cmsfacades.uniqueidentifier.functions de.hybris.platform.cmsfacades.util.builder de.hybris.platform.cmsfacades.util.dao de.hybris.platform.cmsfacades.util.dao.impl de.hybris.platform.cmsfacades.util.models -
-
Uses of CMSPageTypeModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type CMSPageTypeModel Modifier and Type Method Description java.util.Collection<CMSPageTypeModel>RestrictionTypeModel. getPageTypes()Generated method - Getter of theRestrictionType.pageTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type CMSPageTypeModel Modifier and Type Method Description voidRestrictionTypeModel. setPageTypes(java.util.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 CMSPageTypeModel Modifier and Type Method Description java.util.Set<CMSPageTypeModel>PageTemplateModel. getRestrictedPageTypes()Generated method - Getter of thePageTemplate.restrictedPageTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type CMSPageTypeModel Modifier and Type Method Description voidPageTemplateModel. setRestrictedPageTypes(java.util.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 CMSPageTypeModel Modifier and Type Method Description java.util.Collection<PageTemplateModel>CMSPageTemplateDao. findAllRestrictedPageTemplatesByCatalogVersion(CatalogVersionModel catalogVersion, boolean active, CMSPageTypeModel pageType)Find all restricted page templates by catalog version,activeboolean flag and cms page type.java.util.Collection<PageTemplateModel>CMSPageTemplateDao. findAllRestrictedPageTemplatesByCatalogVersion(java.util.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 CMSPageTypeModel Modifier and Type Method Description java.util.Collection<PageTemplateModel>DefaultCMSPageTemplateDao. findAllRestrictedPageTemplatesByCatalogVersion(CatalogVersionModel catalogVersion, boolean active, CMSPageTypeModel pageType)Find all restricted page templates by catalog version,activeboolean flag and cms page type.java.util.Collection<PageTemplateModel>DefaultCMSPageTemplateDao. findAllRestrictedPageTemplatesByCatalogVersion(java.util.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 CMSPageTypeModel Modifier and Type Method Description java.util.Collection<CMSPageTypeModel>CMSAdminPageService. getAllPageTypes()Returns a collection of all available page types.java.util.Optional<CMSPageTypeModel>CMSAdminPageService. getPageTypeByCode(java.lang.String typeCode)Returns the page type with the given type code.Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type CMSPageTypeModel Modifier and Type Method Description java.util.Collection<PageTemplateModel>CMSAdminPageService. 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 CMSPageTypeModel Modifier and Type Method Description java.util.Collection<CMSPageTypeModel>DefaultCMSAdminPageService. getAllPageTypes()java.util.Optional<CMSPageTypeModel>DefaultCMSAdminPageService. getPageTypeByCode(java.lang.String typeCode)Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type CMSPageTypeModel Modifier and Type Method Description java.util.Collection<PageTemplateModel>DefaultCMSAdminPageService. 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 CMSPageTypeModel Modifier and Type Method Description protected Converter<CMSPageTypeModel,PageTypeData>DefaultPageFacade. getPageTypeModelConverter()Method parameters in de.hybris.platform.cmsfacades.pages.impl with type arguments of type CMSPageTypeModel Modifier and Type Method Description voidDefaultPageFacade. 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 CMSPageTypeModel Modifier and Type Method Description protected java.util.Collection<PageTemplateModel>DefaultPageTemplateFacade. getAllPageTemplates(CMSPageTypeModel pageType)protected java.util.List<PageTemplateData>DefaultPageTemplateFacade. getPageTemplateByPageType(CMSPageTypeModel pageType, java.lang.Boolean active) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl
Methods in de.hybris.platform.cmsfacades.pagetypesrestrictiontypes.impl with parameters of type CMSPageTypeModel Modifier and Type Method Description protected 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 CMSPageTypeModel Modifier and Type Method Description CMSPageTypeModelDefaultCMSPageTypeModelUniqueIdentifierConverter. convert(ItemData itemData)Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type CMSPageTypeModel Modifier and Type Method Description ItemDataDefaultCMSPageTypeModelUniqueIdentifierConverter. 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 CMSPageTypeModel Modifier and Type Method Description PageTemplateModelBuilderPageTemplateModelBuilder. withRestrictedPageTypes(CMSPageTypeModel... restrictedPageTypes) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return CMSPageTypeModel Modifier and Type Method Description CMSPageTypeModelCMSPageTypeDao. getCMSPageTypeByCode(java.lang.String code) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return CMSPageTypeModel Modifier and Type Method Description CMSPageTypeModelDefaultCMSPageTypeDao. getCMSPageTypeByCode(java.lang.String code) -
Uses of CMSPageTypeModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSPageTypeModel Modifier and Type Method Description CMSPageTypeModelCMSPageTypeModelMother. CatalogPage()CMSPageTypeModelCMSPageTypeModelMother. ContentPage()
-