Uses of Class
de.hybris.platform.catalog.model.CatalogModel
-
-
Uses of CatalogModel in com.hybris.backoffice.tree.model
Methods in com.hybris.backoffice.tree.model that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CatalogTreeModelPopulator. getAllReadableCatalogs(com.hybris.cockpitng.core.context.CockpitContext context)Methods in com.hybris.backoffice.tree.model with parameters of type CatalogModel Modifier and Type Method Description protected java.util.List<CatalogVersionModel>CatalogTreeModelPopulator. getAllReadableCatalogVersions(CatalogModel data)protected java.lang.StringDefaultCatalogTreeSimpleLabelProvider. getCatalogNodeLabel(java.lang.Object parentNodeData, CatalogModel nodeData)protected booleanCatalogTreeModelPopulator. isCatalogAvailableInContext(CatalogModel catalogModel, com.hybris.cockpitng.core.context.CockpitContext context)protected java.util.List<com.hybris.backoffice.navigation.NavigationNode>CatalogTreeModelPopulator. prepareCatalogVersionNodes(com.hybris.backoffice.navigation.NavigationNode node, CatalogModel nodeData) -
Uses of CatalogModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return CatalogModel Modifier and Type Method Description CatalogModelMerchSynchronizationConfigModel. getCatalog()Generated method - Getter of theMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type CatalogModel Modifier and Type Method Description voidMerchSynchronizationConfigModel. setCatalog(CatalogModel value)Generated method - Setter ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type CatalogModel Constructor Description MerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchSynchronizationConfigModel(BaseSiteModel _baseSite, CatalogModel _catalog, CatalogVersionModel _catalogVersion, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CatalogModel in de.hybris.platform.addonsupport.setup.impl
Methods in de.hybris.platform.addonsupport.setup.impl that return CatalogModel Modifier and Type Method Description CatalogModelAddOnDataImportEventContext. getProductCatalog()Methods in de.hybris.platform.addonsupport.setup.impl with parameters of type CatalogModel Modifier and Type Method Description voidAddOnDataImportEventContext. setProductCatalog(CatalogModel productCatalog) -
Uses of CatalogModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return CatalogModel Modifier and Type Method Description CatalogModelModelFactory. createCatalog(java.lang.String catalogId) -
Uses of CatalogModel in de.hybris.platform.basecommerce.strategies.impl
Methods in de.hybris.platform.basecommerce.strategies.impl that return types with arguments of type CatalogModel Modifier and Type Method Description protected java.util.Set<CatalogModel>DefaultActivateBaseSiteInSessionStrategy. collectContentCatalogs(T site)Collects aCatalogModels using a base information forBaseStoreModel.getCatalogs() -
Uses of CatalogModel in de.hybris.platform.basecommerce.util
Methods in de.hybris.platform.basecommerce.util that return CatalogModel Modifier and Type Method Description CatalogModelAbstractCommerceServicelayerTransactionalTest. createCatalog(java.lang.String catalogId) -
Uses of CatalogModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog with type parameters of type CatalogModel Modifier and Type Method Description <T extends CatalogModel>
java.util.Collection<T>CatalogService. getAllCatalogsOfType(java.lang.Class<T> catalogType)Returns for the givenT(upper bound CatalogModel) all catalogs ofTdefined in the systemMethods in de.hybris.platform.catalog that return CatalogModel Modifier and Type Method Description CatalogModelCatalogMockDao. findCatalogById(java.lang.String id)CatalogModelCatalogService. getCatalogForId(java.lang.String id)Returns the catalog with the specifiedid.CatalogModelCatalogService. getDefaultCatalog()Returns the default catalog basing onDEFAULTCATALOGproperty.Methods in de.hybris.platform.catalog that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>CatalogMockDao. find()java.util.List<CatalogModel>CatalogMockDao. find(SortParameters sortParameters)java.util.List<CatalogModel>CatalogMockDao. find(java.util.Map<java.lang.String,? extends java.lang.Object> params)java.util.List<CatalogModel>CatalogMockDao. find(java.util.Map<java.lang.String,? extends java.lang.Object> params, SortParameters sortParameters)java.util.List<CatalogModel>CatalogMockDao. find(java.util.Map<java.lang.String,? extends java.lang.Object> params, SortParameters sortParameters, int count)java.util.Collection<CatalogModel>CatalogMockDao. findAllCatalogs()java.util.Collection<CatalogModel>CatalogMockDao. findDefaultCatalogs()java.util.Collection<CatalogModel>CatalogService. getAllCatalogs()Returns allCatalogModels. -
Uses of CatalogModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos that return CatalogModel Modifier and Type Method Description CatalogModelCatalogDao. findCatalogById(java.lang.String id)ReturnsCatalogModelwith the given id.Methods in de.hybris.platform.catalog.daos that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CatalogDao. findAllCatalogs()Return allCatalogModels sorted in ascending order byID.java.util.Collection<CatalogModel>CatalogDao. findDefaultCatalogs()Returns a collection ofCatalogModels with the current defaultCatalogModelof the system (one element). -
Uses of CatalogModel in de.hybris.platform.catalog.daos.impl
Methods in de.hybris.platform.catalog.daos.impl that return CatalogModel Modifier and Type Method Description CatalogModelDefaultCatalogDao. findCatalogById(java.lang.String id)Methods in de.hybris.platform.catalog.daos.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>DefaultCatalogDao. findAllCatalogs()java.util.Collection<CatalogModel>DefaultCatalogDao. findDefaultCatalogs() -
Uses of CatalogModel in de.hybris.platform.catalog.impl
Methods in de.hybris.platform.catalog.impl with type parameters of type CatalogModel Modifier and Type Method Description <T extends CatalogModel>
java.util.Collection<T>DefaultCatalogService. getAllCatalogsOfType(java.lang.Class<T> catalogType)Methods in de.hybris.platform.catalog.impl that return CatalogModel Modifier and Type Method Description CatalogModelDefaultCatalogService. getCatalogForId(java.lang.String id)CatalogModelDefaultCatalogService. getDefaultCatalog()Methods in de.hybris.platform.catalog.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>DefaultCatalogService. getAllCatalogs() -
Uses of CatalogModel in de.hybris.platform.catalog.job
Fields in de.hybris.platform.catalog.job declared as CatalogModel Modifier and Type Field Description protected CatalogModelAbstractJobIntegrationTest. mainCatalog -
Uses of CatalogModel in de.hybris.platform.catalog.job.util
Methods in de.hybris.platform.catalog.job.util with parameters of type CatalogModel Modifier and Type Method Description intCatalogVersionJobDao. getItemInstanceCount(CatalogModel catalogModel, java.util.Collection<ComposedTypeModel> composedTypes)Returns the item count for the given catalog. -
Uses of CatalogModel in de.hybris.platform.catalog.job.util.impl
Methods in de.hybris.platform.catalog.job.util.impl with parameters of type CatalogModel Modifier and Type Method Description intDefaultCatalogVersionJobDao. getItemInstanceCount(CatalogModel catalogModel, java.util.Collection<ComposedTypeModel> composedTypes) -
Uses of CatalogModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return CatalogModel Modifier and Type Method Description CatalogModelCatalogVersionModel. getCatalog()Generated method - Getter of theCatalogVersion.catalogattribute defined at extensioncatalog.CatalogModelRemoveCatalogVersionCronJobModel. getCatalog()Generated method - Getter of theRemoveCatalogVersionCronJob.catalogattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CompanyModel. getProvidedCatalogs()Generated method - Getter of theCompany.providedCatalogsattribute defined at extensioncatalog.java.util.Collection<CatalogModel>CompanyModel. getPurchasedCatalogs()Generated method - Getter of theCompany.purchasedCatalogsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type CatalogModel Modifier and Type Method Description java.util.Collection<AgreementModel>CatalogAgreementsHandler. get(CatalogModel model)CurrencyModelCatalogDefaultCurrencyHandler. get(CatalogModel model)java.util.DateCatalogGenerationDateHandler. get(CatalogModel model)java.lang.StringCatalogGeneratorInfoHandler. get(CatalogModel model)java.lang.BooleanCatalogIncludeAssuranceHandler. get(CatalogModel model)java.lang.BooleanCatalogIncludeDutyHandler. get(CatalogModel model)java.lang.BooleanCatalogIncludeFreightHandler. get(CatalogModel model)java.lang.BooleanCatalogIncludePackingHandler. get(CatalogModel model)java.util.Collection<LanguageModel>CatalogLanguagesHandler. get(CatalogModel model)java.lang.StringCatalogMimeRootDirectoryHandler. get(CatalogModel model)java.util.List<CategoryModel>CatalogRootCategoriesHandler. get(CatalogModel model)java.util.Collection<CountryModel>CatalogTerritoriesHandler. get(CatalogModel model)java.lang.StringCatalogVersionHandler. get(CatalogModel model)voidCatalogAgreementsHandler. set(CatalogModel model, java.util.Collection<AgreementModel> currencyModel)voidCatalogDefaultCurrencyHandler. set(CatalogModel model, CurrencyModel currencyModel)voidCatalogGenerationDateHandler. set(CatalogModel model, java.util.Date date)voidCatalogGeneratorInfoHandler. set(CatalogModel model, java.lang.String s)voidCatalogIncludeAssuranceHandler. set(CatalogModel model, java.lang.Boolean aBoolean)voidCatalogIncludeDutyHandler. set(CatalogModel model, java.lang.Boolean aBoolean)voidCatalogIncludeFreightHandler. set(CatalogModel model, java.lang.Boolean aBoolean)voidCatalogIncludePackingHandler. set(CatalogModel model, java.lang.Boolean aBoolean)voidCatalogLanguagesHandler. set(CatalogModel model, java.util.Collection<LanguageModel> lanuages)voidCatalogMimeRootDirectoryHandler. set(CatalogModel model, java.lang.String s)voidCatalogRootCategoriesHandler. set(CatalogModel model, java.util.List<CategoryModel> categoryModels)voidCatalogTerritoriesHandler. set(CatalogModel model, java.util.Collection<CountryModel> countryModels)voidCatalogVersionHandler. set(CatalogModel model, java.lang.String s)voidCatalogVersionModel. setCatalog(CatalogModel value)Generated method - Initial setter ofCatalogVersion.catalogattribute defined at extensioncatalog.voidRemoveCatalogVersionCronJobModel. setCatalog(CatalogModel value)Generated method - Setter ofRemoveCatalogVersionCronJob.catalogattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type CatalogModel Constructor Description CatalogVersionModel(CatalogModel _catalog, ItemModel _owner, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionModel(CatalogModel _catalog, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveCatalogVersionCronJobModel(CatalogModel _catalog, JobModel _job)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveCatalogVersionCronJobModel(CatalogModel _catalog, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CatalogModel in de.hybris.platform.catalog.model.classification
Subclasses of CatalogModel in de.hybris.platform.catalog.model.classification Modifier and Type Class Description classClassificationSystemModelGenerated model class for type ClassificationSystem first defined at extension catalog.Methods in de.hybris.platform.catalog.model.classification with parameters of type CatalogModel Modifier and Type Method Description voidClassificationSystemVersionModel. setCatalog(CatalogModel value)Generated method - Initial setter ofCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog. -
Uses of CatalogModel in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return CatalogModel Modifier and Type Method Description protected CatalogModelBaseSynchronizationStatusServiceTest. createCatalog(java.lang.String id)Methods in de.hybris.platform.catalog.synchronization with parameters of type CatalogModel Modifier and Type Method Description protected CatalogVersionModelBaseSynchronizationStatusServiceTest. createCatalogVersion(CatalogModel catalog, java.lang.String version) -
Uses of CatalogModel in de.hybris.platform.catalog.systemsetup
Methods in de.hybris.platform.catalog.systemsetup with parameters of type CatalogModel Modifier and Type Method Description protected CatalogVersionModelCatalogSystemSetupTest. createCatalogVersion(CatalogModel catalog, java.lang.String version) -
Uses of CatalogModel in de.hybris.platform.cms2.catalogversion.service
Methods in de.hybris.platform.cms2.catalogversion.service that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>>CMSCatalogVersionService. getContentCatalogsAndVersions(boolean canRead, boolean canWrite, CMSSiteModel cmsSiteModel)Returns all content catalogs and catalog versions which the current user has READ and/or WRITE permission for.java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>>CMSCatalogVersionService. getProductCatalogsAndVersions(boolean canRead, boolean canWrite, BaseSiteModel baseSiteModel)Returns all product catalogs and catalog versions which the current user has READ and/or WRITE permission for.Methods in de.hybris.platform.cms2.catalogversion.service with parameters of type CatalogModel Modifier and Type Method Description java.util.List<CatalogVersionModel>CMSCatalogVersionService. getWritableChildContentCatalogVersions(PrincipalModel principal, CMSSiteModel siteModel, CatalogModel catalogModel)Returns child content catalog versions for a catalog to which the principal has a write access.java.util.List<CatalogVersionModel>CMSCatalogVersionService. getWritableContentCatalogVersions(PrincipalModel principal, CatalogModel catalogModel)Returns content catalog versions for a catalog to which the principal has a write access. -
Uses of CatalogModel in de.hybris.platform.cms2.catalogversion.service.impl
Methods in de.hybris.platform.cms2.catalogversion.service.impl that return types with arguments of type CatalogModel Modifier and Type Method Description protected java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>>DefaultCMSCatalogVersionService. getCatalogsAndVersions(boolean canRead, boolean canWrite, java.util.function.Predicate<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>> catalogTypePredicate)Returns all catalogs and catalog versions which the current user has READ and/or WRITE permission for.java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>>DefaultCMSCatalogVersionService. getContentCatalogsAndVersions(boolean canRead, boolean canWrite, CMSSiteModel cmsSiteModel)java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>>DefaultCMSCatalogVersionService. getProductCatalogsAndVersions(boolean canRead, boolean canWrite, BaseSiteModel baseSiteModel)Methods in de.hybris.platform.cms2.catalogversion.service.impl with parameters of type CatalogModel Modifier and Type Method Description java.util.List<CatalogVersionModel>DefaultCMSCatalogVersionService. getWritableChildContentCatalogVersions(PrincipalModel principal, CMSSiteModel cmsSiteModel, CatalogModel catalogModel)java.util.List<CatalogVersionModel>DefaultCMSCatalogVersionService. getWritableContentCatalogVersions(PrincipalModel principal, CatalogModel catalogModel)Method parameters in de.hybris.platform.cms2.catalogversion.service.impl with type arguments of type CatalogModel Modifier and Type Method Description protected java.util.Map<CatalogModel,java.util.Set<CatalogVersionModel>>DefaultCMSCatalogVersionService. getCatalogsAndVersions(boolean canRead, boolean canWrite, java.util.function.Predicate<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>> catalogTypePredicate)Returns all catalogs and catalog versions which the current user has READ and/or WRITE permission for. -
Uses of CatalogModel in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CatalogModel Modifier and Type Method Description protected CatalogModelCMSItemRemoveIntegrationTest. createSampleCatalogStructure(java.lang.String id)Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CatalogModel Modifier and Type Method Description protected java.util.List<CatalogModel>CMSPreviewTest. extractCatalogs() -
Uses of CatalogModel in de.hybris.platform.cms2.model.contents
Subclasses of CatalogModel in de.hybris.platform.cms2.model.contents Modifier and Type Class Description classContentCatalogModelGenerated model class for type ContentCatalog first defined at extension cms2. -
Uses of CatalogModel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return CatalogModel Modifier and Type Method Description CatalogModelPreviewDataModel. getPreviewCatalog()Generated method - Getter of thePreviewData.previewCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type CatalogModel Modifier and Type Method Description voidPreviewDataModel. setPreviewCatalog(CatalogModel value)Generated method - Setter ofPreviewData.previewCatalogattribute defined at extensioncms2. -
Uses of CatalogModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CMSCatalogRestrictionModel. getCatalogs()Generated method - Getter of theCMSCatalogRestriction.catalogsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type CatalogModel Modifier and Type Method Description voidCMSCatalogRestrictionModel. setCatalogs(java.util.Collection<CatalogModel> value)Generated method - Setter ofCMSCatalogRestriction.catalogsattribute defined at extensioncms2. -
Uses of CatalogModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return CatalogModel Modifier and Type Method Description CatalogModelCMSSiteModel. getDefaultCatalog()Generated method - Getter of theCMSSite.defaultCatalogattribute defined at extensioncms2.CatalogModelCMSSiteModel. getDefaultPreviewCatalog()Generated method - Getter of theCMSSite.defaultPreviewCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>CMSSiteModel. getClassificationCatalogs()Deprecated, for removal: This API element is subject to removal in a future version.since 4.3java.util.List<CatalogModel>CMSSiteModel. getProductCatalogs()Deprecated, for removal: This API element is subject to removal in a future version.since 4.3Methods in de.hybris.platform.cms2.model.site with parameters of type CatalogModel Modifier and Type Method Description voidCMSSiteModel. setDefaultCatalog(CatalogModel value)Generated method - Setter ofCMSSite.defaultCatalogattribute defined at extensioncms2.voidCMSSiteModel. setDefaultPreviewCatalog(CatalogModel value)Generated method - Setter ofCMSSite.defaultPreviewCatalogattribute defined at extensioncms2. -
Uses of CatalogModel in de.hybris.platform.cms2.servicelayer.data
Methods in de.hybris.platform.cms2.servicelayer.data that return CatalogModel Modifier and Type Method Description CatalogModelRestrictionData. getCatalog()Methods in de.hybris.platform.cms2.servicelayer.data with parameters of type CatalogModel Modifier and Type Method Description RestrictionDataCMSDataFactory. createRestrictionData(CatalogModel catalog)voidRestrictionData. setCatalog(CatalogModel catalog) -
Uses of CatalogModel in de.hybris.platform.cms2.servicelayer.data.impl
Methods in de.hybris.platform.cms2.servicelayer.data.impl that return CatalogModel Modifier and Type Method Description CatalogModelDefaultRestrictionData. getCatalog()Methods in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type CatalogModel Modifier and Type Method Description RestrictionDataDefaultCMSDataFactory. createRestrictionData(CatalogModel catalog)voidDefaultRestrictionData. setCatalog(CatalogModel catalog) -
Uses of CatalogModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return CatalogModel Modifier and Type Method Description protected CatalogModelContentSlotForPageInitDefaultsInterceptorTest. getCatalog()protected CatalogModelContentSlotForTemplateInitDefaultsInterceptorTest. getCatalog()CatalogModelNavigationNodePrepareInterceptorTest. prepareCatalog(java.lang.String id)Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type CatalogModel Modifier and Type Method Description CatalogVersionModelNavigationNodePrepareInterceptorTest. prepareCatalogVersion(CatalogModel catalog, java.lang.String versionName) -
Uses of CatalogModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CMSSiteService. getAllCatalogs(CMSSiteModel site)Returns all catalogs for the specified sitesite.java.util.List<CatalogModel>CMSSiteService. getClassificationCatalogs(CMSSiteModel site)Gets the classification catalogs forCMSSiteModelobject.java.util.Collection<CatalogModel>CMSPreviewService. getEditableCatalogs(CMSSiteModel cmsSiteModel, CatalogVersionModel activeCatalogVersion)Retrieves all editable catalogs for current siteMethods in de.hybris.platform.cms2.servicelayer.services with parameters of type CatalogModel Modifier and Type Method Description booleanCMSSiteService. containsCatalog(CMSSiteModel site, CatalogModel catalog, boolean contentOnly)checks if a given site contains the given catalogCatalogPageModelCMSPageService. getPageForCatalog(CatalogModel catalog)Gets the page by catalog. -
Uses of CatalogModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CMSAdminSiteService. getAllCatalogs(CMSSiteModel site)Returns all catalogs for the specified sitesite.Method parameters in de.hybris.platform.cms2.servicelayer.services.admin with type arguments of type CatalogModel Modifier and Type Method Description CMSCatalogRestrictionModelCMSAdminRestrictionService. createCatalogRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<CatalogModel> catalogs)Creates a new CatalogRestriction and a new relation between the restriction and the given page. -
Uses of CatalogModel 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 CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>DefaultCMSAdminSiteService. getAllCatalogs(CMSSiteModel site)Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type CatalogModel Modifier and Type Method Description CMSCatalogRestrictionModelDefaultCMSAdminRestrictionService. createCatalogRestriction(AbstractPageModel page, java.lang.String id, java.lang.String name, java.util.Collection<CatalogModel> catalogs) -
Uses of CatalogModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>DefaultCMSSiteService. getAllCatalogs(CMSSiteModel site)Returns all catalogs for the specified sitesite.java.util.List<CatalogModel>DefaultCMSSiteService. getClassificationCatalogs(CMSSiteModel site)Gets the classification catalogs forCMSSiteModelobject.java.util.Collection<CatalogModel>DefaultCMSPreviewService. getEditableCatalogs(CMSSiteModel cmsSiteModel, CatalogVersionModel selectedCatalogVersion)Retrieves all editable catalogs for current siteMethods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type CatalogModel Modifier and Type Method Description booleanDefaultCMSSiteService. containsCatalog(CMSSiteModel site, CatalogModel catalog, boolean contentOnly)checks if a given site contains the given catalogprotected booleanDefaultCMSSiteService. containsContentCatalogImpl(CMSSiteModel site, CatalogModel catalog)protected booleanDefaultCMSSiteService. containsProductsCatalogImpl(CMSSiteModel site, CatalogModel catalog)CatalogPageModelDefaultCMSPageService. getPageForCatalog(CatalogModel catalog)protected RestrictionDataDefaultCMSRestrictionServiceIntegrationTest. getRestrictionData(CatalogModel catalog, CategoryModel category, ProductModel product)Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type CatalogModel Modifier and Type Method Description protected CMSCatalogRestrictionModelDefaultCMSRestrictionServiceIntegrationTest. getCatalogRestriction(java.util.List<CatalogModel> catalogs) -
Uses of CatalogModel in de.hybris.platform.cms2.services
Methods in de.hybris.platform.cms2.services with parameters of type CatalogModel Modifier and Type Method Description booleanContentCatalogService. isContentCatalog(CatalogModel catalog)Checks if passed as parameterCatalogModelobject is content catalog.booleanContentCatalogService. isProductCatalog(CatalogModel catalog)Checks if passed as parameterCatalogModelobject is product catalog. -
Uses of CatalogModel in de.hybris.platform.cms2.services.impl
Methods in de.hybris.platform.cms2.services.impl with parameters of type CatalogModel Modifier and Type Method Description booleanDefaultContentCatalogService. isContentCatalog(CatalogModel catalog)Checks if passed as parameterCatalogModelobject is content catalog.booleanDefaultContentCatalogService. isProductCatalog(CatalogModel catalog)Checks if passed as parameterCatalogModelobject is product catalog. -
Uses of CatalogModel in de.hybris.platform.cms2.strategies.impl
Methods in de.hybris.platform.cms2.strategies.impl that return types with arguments of type CatalogModel Modifier and Type Method Description protected java.util.Set<CatalogModel>DefaultCMSActivateBaseSiteInSessionStrategy. collectContentCatalogs(BaseSiteModel site)Deprecated, for removal: This API element is subject to removal in a future version.Collects aContentCatalogModels using additionally aCMSSiteModel.getContentCatalogs()specific for CMS. -
Uses of CatalogModel in de.hybris.platform.cmsfacades.catalogs.populator
Methods in de.hybris.platform.cmsfacades.catalogs.populator with parameters of type CatalogModel Modifier and Type Method Description voidCatalogModelToDataPopulator. populate(CatalogModel source, CatalogData target) -
Uses of CatalogModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CatalogModel Modifier and Type Method Description CatalogModelProductCatalogModelBuilder. build()protected CatalogModelProductCatalogModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CatalogModel Modifier and Type Method Description static ProductCatalogModelBuilderProductCatalogModelBuilder. fromModel(CatalogModel model)CatalogVersionModelBuilderCatalogVersionModelBuilder. withCatalog(CatalogModel catalog)BaseStoreModelBuilderBaseStoreModelBuilder. withCatalogs(CatalogModel... catalogs)CMSSiteModelBuilderCMSSiteModelBuilder. withDefaultCatalog(CatalogModel defaultCatalog)SiteModelBuilderSiteModelBuilder. withDefaultCatalog(CatalogModel defaultCatalog) -
Uses of CatalogModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CatalogModel Modifier and Type Method Description CatalogModelProductCatalogModelMother. createPhoneProductCatalogModel()CatalogModelProductCatalogModelMother. createProductCatalogModelWithIdAndName(java.lang.String id, java.lang.String name)CatalogModelProductCatalogModelMother. createStaged1And2AndOnlineLaptopProductCatalogModel()CatalogModelProductCatalogModelMother. createStaged1And2AndOnlinePhoneProductCatalogModel()protected CatalogModelProductCatalogModelMother. defaultProductCatalog() -
Uses of CatalogModel in de.hybris.platform.cmssmarteditwebservices.catalogs.impl
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.impl that return types with arguments of type CatalogModel Modifier and Type Method Description protected Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData>DefaultCatalogFacade. getEntryToCatalogDataConverter()protected Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData>DefaultCatalogFacade. getEntryToContentCatalogDataConverter()Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.impl with type arguments of type CatalogModel Modifier and Type Method Description intContentCatalogLevelComparator. compare(java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> entry1, java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> entry2)voidDefaultCatalogFacade. setEntryToCatalogDataConverter(Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> entryToCatalogDataConverter)voidDefaultCatalogFacade. setEntryToContentCatalogDataConverter(Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> entryToContentCatalogDataConverter) -
Uses of CatalogModel in de.hybris.platform.cmssmarteditwebservices.catalogs.populator
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator that return types with arguments of type CatalogModel Modifier and Type Method Description protected Populator<CatalogModel,CatalogData>EntryToCatalogDataPopulator. getCatalogModelToDataPopulator()Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with type arguments of type CatalogModel Modifier and Type Method Description voidEntryToCatalogDataPopulator. populate(java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> source, CatalogData target)voidEntryToCatalogDataPopulator. setCatalogModelToDataPopulator(Populator<CatalogModel,CatalogData> catalogModelToDataPopulator) -
Uses of CatalogModel in de.hybris.platform.commercefacades.catalog.converters.populator
Methods in de.hybris.platform.commercefacades.catalog.converters.populator with parameters of type CatalogModel Modifier and Type Method Description voidCatalogHierarchyPopulator. populate(CatalogModel source, CatalogData target, java.util.Collection<CatalogOption> options) -
Uses of CatalogModel in de.hybris.platform.commercefacades.catalog.impl
Methods in de.hybris.platform.commercefacades.catalog.impl that return CatalogModel Modifier and Type Method Description protected CatalogModelDefaultCatalogFacade. getProductCatalogModelForBaseSite(java.lang.String catalogId)Methods in de.hybris.platform.commercefacades.catalog.impl that return types with arguments of type CatalogModel Modifier and Type Method Description protected ConfigurablePopulator<CatalogModel,CatalogData,CatalogOption>DefaultCatalogFacade. getCatalogHierarchyPopulator()protected java.util.List<CatalogModel>DefaultCatalogFacade. getProductCatalogModelsForBaseSite()Method parameters in de.hybris.platform.commercefacades.catalog.impl with type arguments of type CatalogModel Modifier and Type Method Description voidDefaultCatalogFacade. setCatalogHierarchyPopulator(ConfigurablePopulator<CatalogModel,CatalogData,CatalogOption> catalogHierarchyPopulator) -
Uses of CatalogModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return CatalogModel Modifier and Type Method Description CatalogModelCatalogOverviewModel. getCat()Generated method - Getter of theCatalogOverview.catattribute defined at extensioncatalog. -
Uses of CatalogModel in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util that return CatalogModel Modifier and Type Method Description static CatalogModelIntegrationTestUtil. createCatalogWithId(java.lang.String id)Imports a Catalog -
Uses of CatalogModel in de.hybris.platform.jalo.link
Methods in de.hybris.platform.jalo.link that return CatalogModel Modifier and Type Method Description CatalogModelLinkManagerTest.TestDataCreator. createCatalog()CatalogModelLinkManagerTest.TestDataCreator. createCatalog(java.lang.String id)Methods in de.hybris.platform.jalo.link with parameters of type CatalogModel Modifier and Type Method Description CatalogVersionModelLinkManagerTest.TestDataCreator. createCatalogVersion(java.lang.String version, CatalogModel catalog) -
Uses of CatalogModel in de.hybris.platform.marketplaceservices.catalog.impl
Methods in de.hybris.platform.marketplaceservices.catalog.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>MarketplaceCMSSiteService. getAllCatalogs(CMSSiteModel site) -
Uses of CatalogModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Set<CatalogModel>VendorService. getActiveCatalogs()Find all active catalog version including product catalog and classification. -
Uses of CatalogModel in de.hybris.platform.marketplaceservices.vendor.daos
Methods in de.hybris.platform.marketplaceservices.vendor.daos that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>VendorDao. findActiveCatalogs()Find all catalogs belongs to active vendors -
Uses of CatalogModel in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>DefaultVendorDao. findActiveCatalogs() -
Uses of CatalogModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Set<CatalogModel>DefaultVendorService. getActiveCatalogs() -
Uses of CatalogModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return CatalogModel Modifier and Type Method Description CatalogModelVendorModel. getCatalog()Generated method - Getter of theVendor.catalogattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.ordersplitting.model with parameters of type CatalogModel Modifier and Type Method Description voidVendorModel. setCatalog(CatalogModel value)Generated method - Setter ofVendor.catalogattribute defined at extensionmarketplaceservices. -
Uses of CatalogModel in de.hybris.platform.personalizationcms.strategy
Methods in de.hybris.platform.personalizationcms.strategy that return types with arguments of type CatalogModel Modifier and Type Method Description protected java.util.Set<CatalogModel>LeavesOrClosestAncestorsCatalogLookupStrategy. getLeafCatalogs(java.util.Collection<CatalogModel> sessionCatalogs)protected java.util.List<CatalogModel>LeavesOrClosestAncestorsCatalogLookupStrategy. getSessionCatalogs()Methods in de.hybris.platform.personalizationcms.strategy with parameters of type CatalogModel Modifier and Type Method Description protected booleanLeavesOrClosestAncestorsCatalogLookupStrategy. isLeafCatalog(CatalogModel catalog, java.util.Collection<CatalogModel> sessionCatalogs)In this context, a "leaf" catalog is a catalog that doesn't have any child present in the session.Method parameters in de.hybris.platform.personalizationcms.strategy with type arguments of type CatalogModel Modifier and Type Method Description protected java.util.List<CatalogVersionModel>LeavesOrClosestAncestorsCatalogLookupStrategy. getCatalogVersionsFromLeafCatalogs(java.util.Collection<CatalogVersionModel> allCatalogsVersions, java.util.Set<CatalogModel> leafCatalogs)protected java.util.Set<CatalogModel>LeavesOrClosestAncestorsCatalogLookupStrategy. getLeafCatalogs(java.util.Collection<CatalogModel> sessionCatalogs)protected java.util.List<CatalogVersionModel>LeavesOrClosestAncestorsCatalogLookupStrategy. getPersonalizationCvsFromLeaves(java.util.Collection<CatalogModel> sessionCatalogs, int recursionLevel)protected booleanLeavesOrClosestAncestorsCatalogLookupStrategy. isLeafCatalog(CatalogModel catalog, java.util.Collection<CatalogModel> sessionCatalogs)In this context, a "leaf" catalog is a catalog that doesn't have any child present in the session. -
Uses of CatalogModel in de.hybris.platform.previewwebservices.populators
Methods in de.hybris.platform.previewwebservices.populators with parameters of type CatalogModel Modifier and Type Method Description protected CatalogVersionModelPreviewTicketReversePopulator. getValidCatalogVersionModel(CatalogModel catalog, java.util.Map<java.lang.String,java.lang.String> catalogVersionMap) -
Uses of CatalogModel in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog that return CatalogModel Modifier and Type Method Description CatalogModelCatalogService. getCatalog(CatalogVersionModel version)Get the catalog for the given catalog versionMethods in de.hybris.platform.productcockpit.services.catalog that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>CatalogService. getAvailableCatalogs(UserModel user)Get the available catalogs for an userMethods in de.hybris.platform.productcockpit.services.catalog with parameters of type CatalogModel Modifier and Type Method Description java.util.List<CatalogVersionModel>CatalogService. getCatalogVersions(CatalogModel catalog, UserModel user)Get the catalog versions for a catalog -
Uses of CatalogModel in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl that return CatalogModel Modifier and Type Method Description CatalogModelCatalogServiceImpl. getCatalog(CatalogVersionModel version)Methods in de.hybris.platform.productcockpit.services.catalog.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>CatalogServiceImpl. getAvailableCatalogs(UserModel u)Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type CatalogModel Modifier and Type Method Description java.util.List<CatalogVersionModel>CatalogServiceImpl. getCatalogVersions(CatalogModel catalog, UserModel u) -
Uses of CatalogModel in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return CatalogModel Modifier and Type Method Description CatalogModelCatalogRuleParameterValueMapper. fromString(java.lang.String value)Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return types with arguments of type CatalogModel Modifier and Type Method Description protected RuleParameterValueMapper<CatalogModel>CategoryRuleParameterValueMapper. getCatalogRuleParameterValueMapper()protected RuleParameterValueMapper<CatalogModel>ProductRuleParameterValueMapper. getCatalogRuleParameterValueMapper()Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with parameters of type CatalogModel Modifier and Type Method Description java.lang.StringCatalogRuleParameterValueMapper. toString(CatalogModel catalog)Method parameters in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with type arguments of type CatalogModel Modifier and Type Method Description voidCategoryRuleParameterValueMapper. setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper)voidProductRuleParameterValueMapper. setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper) -
Uses of CatalogModel in de.hybris.platform.sap.productconfig.facades.impl
Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type CatalogModel Modifier and Type Method Description protected voidClassificationSystemCPQAttributesProviderImpl. determineAvailableClassificationSystems(java.util.List<CatalogModel> catalogs, java.util.List<ClassificationSystemModel> availableClassificationSystems, java.util.List<ClassificationSystemModel> availableClassificationSystemsMatchingPattern) -
Uses of CatalogModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>SnIndexTypeModel. getCatalogs()Generated method - Getter of theSnIndexType.catalogsattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type CatalogModel Modifier and Type Method Description voidSnIndexTypeModel. setCatalogs(java.util.List<CatalogModel> value)Generated method - Setter ofSnIndexType.catalogsattribute defined at extensionsearchservices. -
Uses of CatalogModel in de.hybris.platform.site
Methods in de.hybris.platform.site that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>BaseSiteService. getProductCatalogs(BaseSiteModel site)Gets the product catalogs forBaseSiteModelobject. -
Uses of CatalogModel in de.hybris.platform.site.impl
Methods in de.hybris.platform.site.impl that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>DefaultBaseSiteService. getProductCatalogs(BaseSiteModel site)Methods in de.hybris.platform.site.impl with parameters of type CatalogModel Modifier and Type Method Description protected booleanDefaultBaseSiteService. isPlainCatalogModel(CatalogModel catalog) -
Uses of CatalogModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>BaseStoreModel. getCatalogs()Generated method - Getter of theBaseStore.catalogsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.store with type arguments of type CatalogModel Modifier and Type Method Description voidBaseStoreModel. setCatalogs(java.util.List<CatalogModel> value)Generated method - Setter ofBaseStore.catalogsattribute defined at extensionbasecommerce. -
Uses of CatalogModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return CatalogModel Modifier and Type Method Description CatalogModelTestDataCreator. createCatalog()CatalogModelTestDataCreator. createCatalog(java.lang.String id)Methods in de.hybris.platform.testframework.seed with parameters of type CatalogModel Modifier and Type Method Description CatalogVersionModelTestDataCreator. createCatalogVersion(java.lang.String version, CatalogModel catalog) -
Uses of CatalogModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CatalogModel Modifier and Type Method Description CatalogModelCatalogModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type CatalogModel Modifier and Type Method Description CatalogVersionModelBuilderCatalogVersionModelBuilder. withCatalog(CatalogModel catalog)BaseStoreModelBuilderBaseStoreModelBuilder. withCatalogs(CatalogModel... catalogs) -
Uses of CatalogModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CatalogModel Modifier and Type Method Description CatalogModelCatalogs. Primary()Methods in de.hybris.platform.warehousing.util.models with parameters of type CatalogModel Modifier and Type Method Description CatalogVersionModelCatalogVersions. Staging(CatalogModel catalogModel) -
Uses of CatalogModel in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return CatalogModel Modifier and Type Method Description CatalogModelCartModelsCreator. createCatalog()Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type CatalogModel Modifier and Type Method Description CatalogVersionModelCartModelsCreator. createCatalogVersion(CatalogModel catalog)
-