Uses of Class
de.hybris.platform.catalog.model.CatalogModel
Packages that use CatalogModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo package.
Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package.
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.preview package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
Contains generated models for each type of de.hybris.platform.util package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.store package.
-
Uses of CatalogModel in com.hybris.backoffice.tree.model
Methods in com.hybris.backoffice.tree.model that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionCatalogTreeModelPopulator.getAllReadableCatalogs(com.hybris.cockpitng.core.context.CockpitContext context) Methods in com.hybris.backoffice.tree.model with parameters of type CatalogModelModifier and TypeMethodDescriptionprotected List<CatalogVersionModel>CatalogTreeModelPopulator.getAllReadableCatalogVersions(CatalogModel data) protected StringDefaultCatalogTreeSimpleLabelProvider.getCatalogNodeLabel(Object parentNodeData, CatalogModel nodeData) protected booleanCatalogTreeModelPopulator.isCatalogAvailableInContext(CatalogModel catalogModel, com.hybris.cockpitng.core.context.CockpitContext context) protected 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 CatalogModelModifier and TypeMethodDescriptionMerchSynchronizationConfigModel.getCatalog()Generated method - Getter of theMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidMerchSynchronizationConfigModel.setCatalog(CatalogModel value) Generated method - Setter ofMerchSynchronizationConfig.catalogattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type CatalogModelModifierConstructorDescriptionMerchSynchronizationConfigModel(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 CatalogModelMethods in de.hybris.platform.addonsupport.setup.impl with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidAddOnDataImportEventContext.setProductCatalog(CatalogModel productCatalog) -
Uses of CatalogModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return CatalogModel -
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 CatalogModelModifier and TypeMethodDescriptionprotected 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 CatalogModelModifier and TypeMethodDescriptionAbstractCommerceServicelayerTransactionalTest.createCatalog(String catalogId) -
Uses of CatalogModel in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog with type parameters of type CatalogModelModifier and TypeMethodDescription<T extends CatalogModel>
Collection<T>CatalogService.getAllCatalogsOfType(Class<T> catalogType) Returns for the givenT(upper bound CatalogModel) all catalogs ofTdefined in the systemMethods in de.hybris.platform.catalog that return CatalogModelModifier and TypeMethodDescriptionCatalogMockDao.findCatalogById(String id) CatalogService.getCatalogForId(String id) Returns the catalog with the specifiedid.CatalogService.getDefaultCatalog()Returns the default catalog basing onDEFAULTCATALOGproperty.Methods in de.hybris.platform.catalog that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionCatalogMockDao.find()CatalogMockDao.find(SortParameters sortParameters) CatalogMockDao.find(Map<String, ? extends Object> params, SortParameters sortParameters) CatalogMockDao.find(Map<String, ? extends Object> params, SortParameters sortParameters, int count) CatalogMockDao.findAllCatalogs()CatalogMockDao.findDefaultCatalogs()CatalogService.getAllCatalogs()Returns allCatalogModels. -
Uses of CatalogModel in de.hybris.platform.catalog.daos
Methods in de.hybris.platform.catalog.daos that return CatalogModelModifier and TypeMethodDescriptionCatalogDao.findCatalogById(String id) ReturnsCatalogModelwith the given id.Methods in de.hybris.platform.catalog.daos that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionCatalogDao.findAllCatalogs()Return allCatalogModels sorted in ascending order byID.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 CatalogModelMethods in de.hybris.platform.catalog.daos.impl that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionDefaultCatalogDao.findAllCatalogs()DefaultCatalogDao.findDefaultCatalogs() -
Uses of CatalogModel in de.hybris.platform.catalog.impl
Methods in de.hybris.platform.catalog.impl with type parameters of type CatalogModelModifier and TypeMethodDescription<T extends CatalogModel>
Collection<T>DefaultCatalogService.getAllCatalogsOfType(Class<T> catalogType) Methods in de.hybris.platform.catalog.impl that return CatalogModelModifier and TypeMethodDescriptionDefaultCatalogService.getCatalogForId(String id) DefaultCatalogService.getDefaultCatalog()Methods in de.hybris.platform.catalog.impl that return types with arguments of type CatalogModel -
Uses of CatalogModel in de.hybris.platform.catalog.job
Fields in de.hybris.platform.catalog.job declared as CatalogModel -
Uses of CatalogModel in de.hybris.platform.catalog.job.util
Methods in de.hybris.platform.catalog.job.util with parameters of type CatalogModelModifier and TypeMethodDescriptionintCatalogVersionJobDao.getItemInstanceCount(CatalogModel catalogModel, 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 CatalogModelModifier and TypeMethodDescriptionintDefaultCatalogVersionJobDao.getItemInstanceCount(CatalogModel catalogModel, Collection<ComposedTypeModel> composedTypes) -
Uses of CatalogModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return CatalogModelModifier and TypeMethodDescriptionCatalogVersionModel.getCatalog()Generated method - Getter of theCatalogVersion.catalogattribute defined at extensioncatalog.RemoveCatalogVersionCronJobModel.getCatalog()Generated method - Getter of theRemoveCatalogVersionCronJob.catalogattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionCompanyModel.getProvidedCatalogs()Generated method - Getter of theCompany.providedCatalogsattribute defined at extensioncatalog.CompanyModel.getPurchasedCatalogs()Generated method - Getter of theCompany.purchasedCatalogsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type CatalogModelModifier and TypeMethodDescriptionCatalogAgreementsHandler.get(CatalogModel model) CatalogDefaultCurrencyHandler.get(CatalogModel model) CatalogGenerationDateHandler.get(CatalogModel model) CatalogGeneratorInfoHandler.get(CatalogModel model) CatalogIncludeAssuranceHandler.get(CatalogModel model) CatalogIncludeDutyHandler.get(CatalogModel model) CatalogIncludeFreightHandler.get(CatalogModel model) CatalogIncludePackingHandler.get(CatalogModel model) CatalogLanguagesHandler.get(CatalogModel model) CatalogMimeRootDirectoryHandler.get(CatalogModel model) CatalogRootCategoriesHandler.get(CatalogModel model) CatalogTerritoriesHandler.get(CatalogModel model) CatalogVersionHandler.get(CatalogModel model) voidCatalogAgreementsHandler.set(CatalogModel model, Collection<AgreementModel> currencyModel) voidCatalogDefaultCurrencyHandler.set(CatalogModel model, CurrencyModel currencyModel) voidCatalogGenerationDateHandler.set(CatalogModel model, Date date) voidCatalogGeneratorInfoHandler.set(CatalogModel model, String s) voidCatalogIncludeAssuranceHandler.set(CatalogModel model, Boolean aBoolean) voidCatalogIncludeDutyHandler.set(CatalogModel model, Boolean aBoolean) voidCatalogIncludeFreightHandler.set(CatalogModel model, Boolean aBoolean) voidCatalogIncludePackingHandler.set(CatalogModel model, Boolean aBoolean) voidCatalogLanguagesHandler.set(CatalogModel model, Collection<LanguageModel> lanuages) voidCatalogMimeRootDirectoryHandler.set(CatalogModel model, String s) voidCatalogRootCategoriesHandler.set(CatalogModel model, List<CategoryModel> categoryModels) voidCatalogTerritoriesHandler.set(CatalogModel model, Collection<CountryModel> countryModels) voidCatalogVersionHandler.set(CatalogModel model, 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 CatalogModelModifierConstructorDescriptionCatalogVersionModel(CatalogModel _catalog, ItemModel _owner, 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, 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.classificationModifier and TypeClassDescriptionclassGenerated model class for type ClassificationSystem first defined at extension catalog.Methods in de.hybris.platform.catalog.model.classification with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidClassificationSystemVersionModel.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 CatalogModelModifier and TypeMethodDescriptionprotected CatalogModelBaseSynchronizationStatusServiceTest.createCatalog(String id) Methods in de.hybris.platform.catalog.synchronization with parameters of type CatalogModelModifier and TypeMethodDescriptionprotected CatalogVersionModelBaseSynchronizationStatusServiceTest.createCatalogVersion(CatalogModel catalog, String version) -
Uses of CatalogModel in de.hybris.platform.catalog.systemsetup
Methods in de.hybris.platform.catalog.systemsetup with parameters of type CatalogModelModifier and TypeMethodDescriptionprotected CatalogVersionModelCatalogSystemSetupTest.createCatalogVersion(CatalogModel catalog, 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 CatalogModelModifier and TypeMethodDescriptionCMSCatalogVersionService.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.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 CatalogModelModifier and TypeMethodDescriptionCMSCatalogVersionService.getWritableChildContentCatalogVersions(PrincipalModel principal, CMSSiteModel siteModel, CatalogModel catalogModel) Returns child content catalog versions for a catalog to which the principal has a write access.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 CatalogModelModifier and TypeMethodDescriptionprotected Map<CatalogModel,Set<CatalogVersionModel>> DefaultCMSCatalogVersionService.getCatalogsAndVersions(boolean canRead, boolean canWrite, Predicate<Map.Entry<CatalogModel, Set<CatalogVersionModel>>> catalogTypePredicate) Returns all catalogs and catalog versions which the current user has READ and/or WRITE permission for.DefaultCMSCatalogVersionService.getContentCatalogsAndVersions(boolean canRead, boolean canWrite, CMSSiteModel cmsSiteModel) DefaultCMSCatalogVersionService.getProductCatalogsAndVersions(boolean canRead, boolean canWrite, BaseSiteModel baseSiteModel) Methods in de.hybris.platform.cms2.catalogversion.service.impl with parameters of type CatalogModelModifier and TypeMethodDescriptionDefaultCMSCatalogVersionService.getWritableChildContentCatalogVersions(PrincipalModel principal, CMSSiteModel cmsSiteModel, CatalogModel catalogModel) DefaultCMSCatalogVersionService.getWritableContentCatalogVersions(PrincipalModel principal, CatalogModel catalogModel) Method parameters in de.hybris.platform.cms2.catalogversion.service.impl with type arguments of type CatalogModelModifier and TypeMethodDescriptionprotected Map<CatalogModel,Set<CatalogVersionModel>> DefaultCMSCatalogVersionService.getCatalogsAndVersions(boolean canRead, boolean canWrite, Predicate<Map.Entry<CatalogModel, 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 CatalogModelModifier and TypeMethodDescriptionprotected CatalogModelCMSItemRemoveIntegrationTest.createSampleCatalogStructure(String id) Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CatalogModel -
Uses of CatalogModel in de.hybris.platform.cms2.model.contents
Subclasses of CatalogModel in de.hybris.platform.cms2.model.contentsModifier and TypeClassDescriptionclassGenerated 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 CatalogModelModifier and TypeMethodDescriptionPreviewDataModel.getPreviewCatalog()Generated method - Getter of thePreviewData.previewCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidPreviewDataModel.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 CatalogModelModifier and TypeMethodDescriptionCMSCatalogRestrictionModel.getCatalogs()Generated method - Getter of theCMSCatalogRestriction.catalogsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type CatalogModelModifier and TypeMethodDescriptionvoidCMSCatalogRestrictionModel.setCatalogs(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 CatalogModelModifier and TypeMethodDescriptionCMSSiteModel.getDefaultCatalog()Generated method - Getter of theCMSSite.defaultCatalogattribute defined at extensioncms2.CMSSiteModel.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 CatalogModelModifier and TypeMethodDescriptionCMSSiteModel.getClassificationCatalogs()Deprecated, for removal: This API element is subject to removal in a future version.since 4.3CMSSiteModel.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 CatalogModelModifier and TypeMethodDescriptionvoidCMSSiteModel.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 CatalogModelMethods in de.hybris.platform.cms2.servicelayer.data with parameters of type CatalogModelModifier and TypeMethodDescriptionCMSDataFactory.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 CatalogModelMethods in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type CatalogModelModifier and TypeMethodDescriptionDefaultCMSDataFactory.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 CatalogModelModifier and TypeMethodDescriptionprotected CatalogModelContentSlotForPageInitDefaultsInterceptorTest.getCatalog()protected CatalogModelContentSlotForTemplateInitDefaultsInterceptorTest.getCatalog()NavigationNodePrepareInterceptorTest.prepareCatalog(String id) Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type CatalogModelModifier and TypeMethodDescriptionNavigationNodePrepareInterceptorTest.prepareCatalogVersion(CatalogModel catalog, 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 CatalogModelModifier and TypeMethodDescriptionCMSSiteService.getAllCatalogs(CMSSiteModel site) Returns all catalogs for the specified sitesite.CMSSiteService.getClassificationCatalogs(CMSSiteModel site) Gets the classification catalogs forCMSSiteModelobject.CMSPreviewService.getEditableCatalogs(CMSSiteModel cmsSiteModel, CatalogVersionModel activeCatalogVersion) Retrieves all editable catalogs for current siteMethods in de.hybris.platform.cms2.servicelayer.services with parameters of type CatalogModelModifier and TypeMethodDescriptionbooleanCMSSiteService.containsCatalog(CMSSiteModel site, CatalogModel catalog, boolean contentOnly) checks if a given site contains the given catalogCMSPageService.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 CatalogModelModifier and TypeMethodDescriptionCMSAdminSiteService.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 CatalogModelModifier and TypeMethodDescriptionCMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page, String id, String name, 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 CatalogModelMethod parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type CatalogModelModifier and TypeMethodDescriptionDefaultCMSAdminRestrictionService.createCatalogRestriction(AbstractPageModel page, String id, String name, 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 CatalogModelModifier and TypeMethodDescriptionDefaultCMSSiteService.getAllCatalogs(CMSSiteModel site) Returns all catalogs for the specified sitesite.DefaultCMSSiteService.getClassificationCatalogs(CMSSiteModel site) Gets the classification catalogs forCMSSiteModelobject.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 CatalogModelModifier and TypeMethodDescriptionbooleanDefaultCMSSiteService.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) DefaultCMSPageService.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 CatalogModelModifier and TypeMethodDescriptionprotected CMSCatalogRestrictionModelDefaultCMSRestrictionServiceIntegrationTest.getCatalogRestriction(List<CatalogModel> catalogs) -
Uses of CatalogModel in de.hybris.platform.cms2.services
Methods in de.hybris.platform.cms2.services with parameters of type CatalogModelModifier and TypeMethodDescriptionbooleanContentCatalogService.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 CatalogModelModifier and TypeMethodDescriptionbooleanDefaultContentCatalogService.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 CatalogModelModifier and TypeMethodDescriptionprotected 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 CatalogModelModifier and TypeMethodDescriptionvoidCatalogModelToDataPopulator.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 CatalogModelModifier and TypeMethodDescriptionProductCatalogModelBuilder.build()protected CatalogModelProductCatalogModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CatalogModelModifier and TypeMethodDescriptionstatic ProductCatalogModelBuilderProductCatalogModelBuilder.fromModel(CatalogModel model) CatalogVersionModelBuilder.withCatalog(CatalogModel catalog) BaseStoreModelBuilder.withCatalogs(CatalogModel... catalogs) CMSSiteModelBuilder.withDefaultCatalog(CatalogModel defaultCatalog) SiteModelBuilder.withDefaultCatalog(CatalogModel defaultCatalog) -
Uses of CatalogModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CatalogModelModifier and TypeMethodDescriptionProductCatalogModelMother.createPhoneProductCatalogModel()ProductCatalogModelMother.createProductCatalogModelWithIdAndName(String id, String name) ProductCatalogModelMother.createStaged1And2AndOnlineLaptopProductCatalogModel()ProductCatalogModelMother.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 CatalogModelModifier and TypeMethodDescriptionprotected Converter<Map.Entry<CatalogModel,Set<CatalogVersionModel>>, CatalogData> DefaultCatalogFacade.getEntryToCatalogDataConverter()protected Converter<Map.Entry<CatalogModel,Set<CatalogVersionModel>>, CatalogData> DefaultCatalogFacade.getEntryToContentCatalogDataConverter()Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.impl with type arguments of type CatalogModelModifier and TypeMethodDescriptionintContentCatalogLevelComparator.compare(Map.Entry<CatalogModel, Set<CatalogVersionModel>> entry1, Map.Entry<CatalogModel, Set<CatalogVersionModel>> entry2) voidDefaultCatalogFacade.setEntryToCatalogDataConverter(Converter<Map.Entry<CatalogModel, Set<CatalogVersionModel>>, CatalogData> entryToCatalogDataConverter) voidDefaultCatalogFacade.setEntryToContentCatalogDataConverter(Converter<Map.Entry<CatalogModel, 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 CatalogModelModifier and TypeMethodDescriptionprotected Populator<CatalogModel,CatalogData> EntryToCatalogDataPopulator.getCatalogModelToDataPopulator()protected Populator<CatalogModel,CatalogHierarchyData> EntryToCatalogDataPopulator.getCatalogModelToHierarchyDataPopulator()protected Map<CatalogModel,Set<CatalogVersionModel>> EntryToCatalogDataPopulator.getParentCatalogs(ContentCatalogModel contentCatalog) Returns all parent content catalogs and catalog versions for the provided catalog.Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidCatalogHierarchyModelToDataPopulator.populate(CatalogModel source, CatalogHierarchyData target) protected voidEntryToCatalogDataPopulatorTest.setUpWithCatalogVersions(CatalogModel catalogModel, CatalogVersionModel... catalogVersionModels) Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with type arguments of type CatalogModelModifier and TypeMethodDescriptionvoidEntryToCatalogDataPopulator.populate(Map.Entry<CatalogModel, Set<CatalogVersionModel>> source, CatalogData target) voidEntryToCatalogDataPopulator.setCatalogModelToDataPopulator(Populator<CatalogModel, CatalogData> catalogModelToDataPopulator) voidEntryToCatalogDataPopulator.setCatalogModelToHierarchyDataPopulator(Populator<CatalogModel, CatalogHierarchyData> catalogModelToHierarchyDataPopulator) -
Uses of CatalogModel in de.hybris.platform.commercefacades.catalog.converters.populator
Methods in de.hybris.platform.commercefacades.catalog.converters.populator with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidCatalogHierarchyPopulator.populate(CatalogModel source, CatalogData target, Collection<CatalogOption> options) -
Uses of CatalogModel in de.hybris.platform.commercefacades.catalog.impl
Methods in de.hybris.platform.commercefacades.catalog.impl that return CatalogModelModifier and TypeMethodDescriptionprotected CatalogModelDefaultCatalogFacade.getProductCatalogModelForBaseSite(String catalogId) Methods in de.hybris.platform.commercefacades.catalog.impl that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionDefaultCatalogFacade.getCatalogHierarchyPopulator()protected List<CatalogModel>DefaultCatalogFacade.getProductCatalogModelsForBaseSite()Method parameters in de.hybris.platform.commercefacades.catalog.impl with type arguments of type CatalogModelModifier and TypeMethodDescriptionvoidDefaultCatalogFacade.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 CatalogModelModifier and TypeMethodDescriptionCatalogOverviewModel.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 CatalogModelModifier and TypeMethodDescriptionstatic CatalogModelIntegrationTestUtil.createCatalogWithId(String id) Imports a Catalog -
Uses of CatalogModel in de.hybris.platform.jalo.link
Methods in de.hybris.platform.jalo.link that return CatalogModelModifier and TypeMethodDescriptionLinkManagerTest.TestDataCreator.createCatalog()LinkManagerTest.TestDataCreator.createCatalog(String id) Methods in de.hybris.platform.jalo.link with parameters of type CatalogModelModifier and TypeMethodDescriptionLinkManagerTest.TestDataCreator.createCatalogVersion(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 CatalogModelModifier and TypeMethodDescriptionprotected Set<CatalogModel>MarketplaceActivateBaseSiteInSessionStrategy.collectContentCatalogs(T site) Collects aContentCatalogModels using additionally aCMSSiteModel.getContentCatalogs()specific for CMS.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 CatalogModelModifier and TypeMethodDescriptionVendorService.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 CatalogModelModifier and TypeMethodDescriptionVendorDao.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 -
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 -
Uses of CatalogModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return CatalogModelModifier and TypeMethodDescriptionVendorModel.getCatalog()Generated method - Getter of theVendor.catalogattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.ordersplitting.model with parameters of type CatalogModelModifier and TypeMethodDescriptionvoidVendorModel.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 CatalogModelModifier and TypeMethodDescriptionprotected Set<CatalogModel>LeavesOrClosestAncestorsCatalogLookupStrategy.getLeafCatalogs(Collection<CatalogModel> sessionCatalogs) protected List<CatalogModel>LeavesOrClosestAncestorsCatalogLookupStrategy.getSessionCatalogs()Methods in de.hybris.platform.personalizationcms.strategy with parameters of type CatalogModelModifier and TypeMethodDescriptionprotected booleanLeavesOrClosestAncestorsCatalogLookupStrategy.isLeafCatalog(CatalogModel catalog, 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 CatalogModelModifier and TypeMethodDescriptionprotected List<CatalogVersionModel>LeavesOrClosestAncestorsCatalogLookupStrategy.getCatalogVersionsFromLeafCatalogs(Collection<CatalogVersionModel> allCatalogsVersions, Set<CatalogModel> leafCatalogs) protected Set<CatalogModel>LeavesOrClosestAncestorsCatalogLookupStrategy.getLeafCatalogs(Collection<CatalogModel> sessionCatalogs) protected List<CatalogVersionModel>LeavesOrClosestAncestorsCatalogLookupStrategy.getPersonalizationCvsFromLeaves(Collection<CatalogModel> sessionCatalogs, int recursionLevel) protected booleanLeavesOrClosestAncestorsCatalogLookupStrategy.isLeafCatalog(CatalogModel catalog, 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 CatalogModelModifier and TypeMethodDescriptionprotected CatalogVersionModelPreviewTicketReversePopulator.getValidCatalogVersionModel(CatalogModel catalog, Map<String, String> catalogVersionMap) -
Uses of CatalogModel in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog that return CatalogModelModifier and TypeMethodDescriptionCatalogService.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 CatalogModelModifier and TypeMethodDescriptionCatalogService.getAvailableCatalogs(UserModel user) Get the available catalogs for an userMethods in de.hybris.platform.productcockpit.services.catalog with parameters of type CatalogModelModifier and TypeMethodDescriptionCatalogService.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 CatalogModelMethods in de.hybris.platform.productcockpit.services.catalog.impl that return types with arguments of type CatalogModelMethods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type CatalogModelModifier and TypeMethodDescriptionCatalogServiceImpl.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 CatalogModelMethods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return types with arguments of type CatalogModelModifier and TypeMethodDescriptionprotected RuleParameterValueMapper<CatalogModel>CategoryRuleParameterValueMapper.getCatalogRuleParameterValueMapper()protected RuleParameterValueMapper<CatalogModel>ProductRuleParameterValueMapper.getCatalogRuleParameterValueMapper()Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with parameters of type CatalogModelMethod parameters in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with type arguments of type CatalogModelModifier and TypeMethodDescriptionvoidCategoryRuleParameterValueMapper.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 CatalogModelModifier and TypeMethodDescriptionprotected voidClassificationSystemCPQAttributesProviderImpl.determineAvailableClassificationSystems(List<CatalogModel> catalogs, List<ClassificationSystemModel> availableClassificationSystems, 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 CatalogModelModifier and TypeMethodDescriptionSnIndexTypeModel.getCatalogs()Generated method - Getter of theSnIndexType.catalogsattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type CatalogModelModifier and TypeMethodDescriptionvoidSnIndexTypeModel.setCatalogs(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 CatalogModelModifier and TypeMethodDescriptionBaseSiteService.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 CatalogModelMethods in de.hybris.platform.site.impl with parameters of type CatalogModelModifier and TypeMethodDescriptionprotected 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 CatalogModelModifier and TypeMethodDescriptionBaseStoreModel.getCatalogs()Generated method - Getter of theBaseStore.catalogsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.store with type arguments of type CatalogModelModifier and TypeMethodDescriptionvoidBaseStoreModel.setCatalogs(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 CatalogModelModifier and TypeMethodDescriptionTestDataCreator.createCatalog()TestDataCreator.createCatalog(String id) Methods in de.hybris.platform.testframework.seed with parameters of type CatalogModelModifier and TypeMethodDescriptionTestDataCreator.createCatalogVersion(String version, CatalogModel catalog) -
Uses of CatalogModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return CatalogModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type CatalogModelModifier and TypeMethodDescriptionCatalogVersionModelBuilder.withCatalog(CatalogModel catalog) BaseStoreModelBuilder.withCatalogs(CatalogModel... catalogs) -
Uses of CatalogModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return CatalogModelMethods in de.hybris.platform.warehousing.util.models with parameters of type CatalogModel -
Uses of CatalogModel in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return CatalogModelMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type CatalogModel