Uses of Class
de.hybris.platform.cms2.model.contents.ContentCatalogModel
Packages that use ContentCatalogModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
-
Uses of ContentCatalogModel in de.hybris.platform.addonsupport.setup.impl
Methods in de.hybris.platform.addonsupport.setup.impl that return ContentCatalogModelMethods in de.hybris.platform.addonsupport.setup.impl with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionvoidAddOnDataImportEventContext.setContentCatalog(ContentCatalogModel contentCatalog) -
Uses of ContentCatalogModel in de.hybris.platform.cms2.catalogversion.service
Methods in de.hybris.platform.cms2.catalogversion.service with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionCMSCatalogVersionService.getSubCatalogsCatalogVersions(ContentCatalogModel catalog) Returns all catalog versions for all subcatalogs of the provided catalog.default List<CatalogVersionModel>CMSCatalogVersionService.getSubCatalogsCatalogVersionsInSite(CMSSiteModel site, ContentCatalogModel catalog) Returns all catalog versions for all subcatalogs of the provided catalog in Site.CMSCatalogVersionService.getSuperCatalogsActiveCatalogVersions(ContentCatalogModel contentCatalog, CMSSiteModel cmsSiteModel) Returns all active catalog versions from all available super catalogs.CMSCatalogVersionService.getSuperCatalogsCatalogVersions(ContentCatalogModel catalog, CMSSiteModel cmsSiteModel) Returns all catalog versions for all supercatalogs of the provided catalog.default booleanCMSCatalogVersionService.isContentCatalogModelAncestor(ContentCatalogModel catalogModel, ContentCatalogModel ancestor) To check ContentCatalogModel's ancestor is ancestor -
Uses of ContentCatalogModel in de.hybris.platform.cms2.catalogversion.service.impl
Methods in de.hybris.platform.cms2.catalogversion.service.impl with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionDefaultCMSCatalogVersionService.getSubCatalogsCatalogVersions(ContentCatalogModel catalog) DefaultCMSCatalogVersionService.getSubCatalogsCatalogVersionsInSite(CMSSiteModel site, ContentCatalogModel catalog) DefaultCMSCatalogVersionService.getSuperCatalogsActiveCatalogVersions(ContentCatalogModel contentCatalog, CMSSiteModel cmsSiteModel) DefaultCMSCatalogVersionService.getSuperCatalogsCatalogVersions(ContentCatalogModel catalog, CMSSiteModel cmsSiteModel) booleanDefaultCMSCatalogVersionService.isContentCatalogModelAncestor(ContentCatalogModel catalogModel, ContentCatalogModel ancestor) -
Uses of ContentCatalogModel in de.hybris.platform.cms2.model.contents
Methods in de.hybris.platform.cms2.model.contents that return ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogModel.getSuperCatalog()Generated method - Getter of theContentCatalog.superCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogModel.getSubCatalogs()Generated method - Getter of theContentCatalog.subCatalogsattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionvoidContentCatalogModel.setSuperCatalog(ContentCatalogModel value) Generated method - Setter ofContentCatalog.superCatalogattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionvoidContentCatalogModel.setSubCatalogs(Set<ContentCatalogModel> value) Generated method - Setter ofContentCatalog.subCatalogsattribute defined at extensioncms2. -
Uses of ContentCatalogModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return ContentCatalogModelModifier and TypeMethodDescriptionCMSSiteModel.getDefaultContentCatalog()Generated method - Getter of theCMSSite.defaultContentCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionCMSSiteModel.getContentCatalogs()Generated method - Getter of theCMSSite.contentCatalogsattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionvoidCMSSiteModel.setDefaultContentCatalog(ContentCatalogModel value) Generated method - Setter ofCMSSite.defaultContentCatalogattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.site with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionvoidCMSSiteModel.setContentCatalogs(List<ContentCatalogModel> value) Generated method - Setter ofCMSSite.contentCatalogsattribute defined at extensioncms2. -
Uses of ContentCatalogModel in de.hybris.platform.cms2.multicountry.service
Methods in de.hybris.platform.cms2.multicountry.service that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionCatalogLevelService.getAllSubCatalogs(ContentCatalogModel catalog) Finds all child catalogs associated to the given content catalogCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog) Find all super catalogs associated to the given content catalog.CatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog, CMSSiteModel cmsSiteModel) Deprecated.Methods in de.hybris.platform.cms2.multicountry.service with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionCatalogLevelService.getAllSubCatalogs(ContentCatalogModel catalog) Finds all child catalogs associated to the given content catalogCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog) Find all super catalogs associated to the given content catalog.CatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog, CMSSiteModel cmsSiteModel) Deprecated.since 2105, please useCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel)intCatalogLevelService.getCatalogLevel(ContentCatalogModel catalog) Determines the level of the given content catalog in the catalog hierarchybooleanCatalogLevelService.isBottomLevel(ContentCatalogModel catalog) Determines if the given content catalog is a leaf level catalogbooleanCatalogLevelService.isIntermediateLevel(ContentCatalogModel catalog) Determines if the given content catalog is an intermediate level catalog, such that it has a parent and at least one child catalog associationsbooleanCatalogLevelService.isTopLevel(ContentCatalogModel catalog) Determines if the given content catalog is a root level catalogMethod parameters in de.hybris.platform.cms2.multicountry.service with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionCatalogLevelService.getLevelCatalogVersions(AbstractPageModel page, List<ContentCatalogModel> catalogs) Finds all catalog versions hierarchy related to a given page for a given list of catalogs. -
Uses of ContentCatalogModel in de.hybris.platform.cms2.multicountry.service.impl
Methods in de.hybris.platform.cms2.multicountry.service.impl that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionDefaultCatalogLevelService.getAllSubCatalogs(ContentCatalogModel catalog) protected Set<ContentCatalogModel>DefaultCatalogLevelService.getAllSubCatalogs(Collection<ContentCatalogModel> contentCatalogs) Find all children catalogs for the given content catalogs (called recursively).DefaultCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog) DefaultCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog, CMSSiteModel cmsSiteModel) Deprecated.since 2105, please useCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel)protected Set<ContentCatalogModel>DefaultCatalogLevelService.getAllSuperCatalogs(Collection<ContentCatalogModel> contentCatalogs) Find all parent catalogs for the given content catalogs (called recursively)Methods in de.hybris.platform.cms2.multicountry.service.impl with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionDefaultCatalogLevelService.getAllSubCatalogs(ContentCatalogModel catalog) DefaultCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog) DefaultCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel catalog, CMSSiteModel cmsSiteModel) Deprecated.since 2105, please useCatalogLevelService.getAllSuperCatalogs(ContentCatalogModel)intDefaultCatalogLevelService.getCatalogLevel(ContentCatalogModel catalog) booleanDefaultCatalogLevelService.isBottomLevel(ContentCatalogModel catalog) booleanDefaultCatalogLevelService.isIntermediateLevel(ContentCatalogModel catalog) booleanDefaultCatalogLevelService.isTopLevel(ContentCatalogModel catalog) Method parameters in de.hybris.platform.cms2.multicountry.service.impl with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionprotected Set<ContentCatalogModel>DefaultCatalogLevelService.getAllSubCatalogs(Collection<ContentCatalogModel> contentCatalogs) Find all children catalogs for the given content catalogs (called recursively).protected Set<ContentCatalogModel>DefaultCatalogLevelService.getAllSuperCatalogs(Collection<ContentCatalogModel> contentCatalogs) Find all parent catalogs for the given content catalogs (called recursively)DefaultCatalogLevelService.getLevelCatalogVersions(AbstractPageModel page, List<ContentCatalogModel> catalogs) -
Uses of ContentCatalogModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return ContentCatalogModelModifier and TypeMethodDescriptionCMSContentCatalogDao.findContentCatalogById(String id) Find a single content catalog having the given id.Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionCMSContentCatalogDao.findAllContentCatalogs()Find all content catalogs.CMSContentCatalogDao.findAllContentCatalogsOrderedBy(String orderField) Find all content catalogs ordered by fieldorderField. -
Uses of ContentCatalogModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return ContentCatalogModelModifier and TypeMethodDescriptionDefaultCMSContentCatalogDao.findContentCatalogById(String id) Find a single content catalog having the given id.Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionDefaultCMSContentCatalogDao.findAllContentCatalogs()Find all content catalogs.DefaultCMSContentCatalogDao.findAllContentCatalogsOrderedBy(String orderField) Find all content catalogs ordered by fieldorderField. -
Uses of ContentCatalogModel in de.hybris.platform.cms2.services
Methods in de.hybris.platform.cms2.services that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogService.getContentCatalogs()Gets the content catalogs.ContentCatalogService.getContentCatalogs(String orderField) returns all content catalogs, ordered by the given orderField -
Uses of ContentCatalogModel in de.hybris.platform.cms2.services.impl
Methods in de.hybris.platform.cms2.services.impl that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionDefaultContentCatalogService.getContentCatalogs()Gets the content catalogs.DefaultContentCatalogService.getContentCatalogs(String orderField) returns all content catalogs, ordered by the given orderField -
Uses of ContentCatalogModel in de.hybris.platform.cmscockpit.wizard.cmssite.util
Methods in de.hybris.platform.cmscockpit.wizard.cmssite.util with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionstatic List<PageTemplateModel>CMSSiteUtils.copyPageTemplatesDeep(List sourceTemplates, CatalogVersionModel catversion, ContentCatalogModel contentCatalog) static voidCMSSiteUtils.createHomepage(String name, String label, CatalogVersionModel catversion, ContentCatalogModel contentCatalog, CMSSiteModel cmsSiteModel, PageTemplateModel masterTemplate) static voidCMSSiteUtils.populateCmsSite(List sourceTemplates, Set targetCatalogVersions, ContentCatalogModel contentCatalog, CMSSiteModel cmsSiteModel, String homepageName, String homepageLabel) -
Uses of ContentCatalogModel in de.hybris.platform.cmsfacades.catalogversions.comparator
Methods in de.hybris.platform.cmsfacades.catalogversions.comparator with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionintContentCatalogLevelComparator.compare(ContentCatalogModel catalog1, ContentCatalogModel catalog2) -
Uses of ContentCatalogModel in de.hybris.platform.cmsfacades.sites.impl
Methods in de.hybris.platform.cmsfacades.sites.impl that return types with arguments of type ContentCatalogModelModifier and TypeMethodDescriptionprotected Comparator<ContentCatalogModel>DefaultSiteFacade.getCmsContentCatalogLevelComparator()Method parameters in de.hybris.platform.cmsfacades.sites.impl with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionvoidDefaultSiteFacade.setCmsContentCatalogLevelComparator(Comparator<ContentCatalogModel> cmsContentCatalogLevelComparator) -
Uses of ContentCatalogModel in de.hybris.platform.cmsfacades.sites.populator.model
Method parameters in de.hybris.platform.cmsfacades.sites.populator.model with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionSiteModelPopulator.getSortedContentCatalogsID(List<ContentCatalogModel> contentCatalogs) This method returns a list of the IDs of the provided content catalogs. -
Uses of ContentCatalogModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogModelBuilder.build()protected ContentCatalogModelContentCatalogModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionstatic ContentCatalogModelBuilderContentCatalogModelBuilder.fromModel(ContentCatalogModel model) ContentCatalogModelBuilder.withSupercatalog(ContentCatalogModel contentCatalogModel) Method parameters in de.hybris.platform.cmsfacades.util.builder with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionCMSSiteModelBuilder.usingCatalogs(List<ContentCatalogModel> catalogs) SiteModelBuilder.withContentCatalogs(List<ContentCatalogModel> contentCatalogs) ContentCatalogModelBuilder.withSubcatalogs(Set<ContentCatalogModel> subcatalogModels) -
Uses of ContentCatalogModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogModelMother.createAppleContentCatalogModel()ContentCatalogModelMother.createAppleContentCatalogModel(CatalogVersionModel... catalogVersions) ContentCatalogModelMother.createAppleStagedAndOnlineContentCatalogModel()ContentCatalogModelMother.createContentCatalogModelFromTemplate(ContentCatalogModelMother.CatalogTemplate template) ContentCatalogModelMother.createContentCatalogModelWithIdAndName(String id, String name) protected ContentCatalogModelContentCatalogModelMother.defaultCatalog()protected ContentCatalogModelCMSSiteModelMother.getContentCatalogFromCatalogVersion(CatalogVersionModel catalogVersionModel) Methods in de.hybris.platform.cmsfacades.util.models with parameters of type ContentCatalogModel -
Uses of ContentCatalogModel in de.hybris.platform.cmssmarteditwebservices.catalogs
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogService.getSites(ContentCatalogModel contentCatalog) -
Uses of ContentCatalogModel in de.hybris.platform.cmssmarteditwebservices.catalogs.impl
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.impl with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionDefaultContentCatalogService.getSites(ContentCatalogModel contentCatalog) -
Uses of ContentCatalogModel in de.hybris.platform.cmssmarteditwebservices.catalogs.populator
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with parameters of type ContentCatalogModelModifier and TypeMethodDescriptionprotected Map<CatalogModel,Set<CatalogVersionModel>> EntryToCatalogDataPopulator.getParentCatalogs(ContentCatalogModel contentCatalog) Returns all parent content catalogs and catalog versions for the provided catalog.protected List<CatalogHierarchyData>EntryToCatalogDataPopulator.getParentsForCatalog(ContentCatalogModel contentCatalog) Returns the catalog hierarchy data for the provided content catalog. -
Uses of ContentCatalogModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return ContentCatalogModelMethod parameters in de.hybris.platform.warehousing.util.builder with type arguments of type ContentCatalogModelModifier and TypeMethodDescriptionCmsSiteModelBuilder.withContentCatalogs(List<ContentCatalogModel> contentCatalogModels) -
Uses of ContentCatalogModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return ContentCatalogModelModifier and TypeMethodDescriptionContentCatalogs.contentCatalog_online()protected ContentCatalogModelContentCatalogs.getOrCreateContentCatalog(String id)
CatalogLevelService.getAllSuperCatalogs(ContentCatalogModel)