Uses of Class
de.hybris.platform.catalog.jalo.Catalog
-
Packages that use Catalog Package Description com.hybris.merchandising.jalo de.hybris.platform.basecommerce.jalo de.hybris.platform.catalog.jalo de.hybris.platform.catalog.jalo.classification de.hybris.platform.catalog.jalo.synccompare de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.contents de.hybris.platform.cms2.jalo.preview de.hybris.platform.cms2.jalo.restrictions de.hybris.platform.cms2.jalo.site de.hybris.platform.marketplaceservices.jalo de.hybris.platform.promotions.util de.hybris.platform.searchservices.jalo de.hybris.platform.store Contains generated models for each type of de.hybris.platform.store package. -
-
Uses of Catalog in com.hybris.merchandising.jalo
Methods in com.hybris.merchandising.jalo that return Catalog Modifier and Type Method Description CatalogGeneratedMerchSynchronizationConfig. getCatalog()Generated method - Getter of theMerchSynchronizationConfig.catalogattribute.CatalogGeneratedMerchSynchronizationConfig. getCatalog(SessionContext ctx)Generated method - Getter of theMerchSynchronizationConfig.catalogattribute.Methods in com.hybris.merchandising.jalo with parameters of type Catalog Modifier and Type Method Description voidGeneratedMerchSynchronizationConfig. setCatalog(Catalog value)Generated method - Setter of theMerchSynchronizationConfig.catalogattribute.voidGeneratedMerchSynchronizationConfig. setCatalog(SessionContext ctx, Catalog value)Generated method - Setter of theMerchSynchronizationConfig.catalogattribute. -
Uses of Catalog in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo with parameters of type Catalog Modifier and Type Method Description voidGeneratedBasecommerceManager. addToBaseStores(Catalog item, BaseStore value)Generated method - Addsvalueto baseStores.voidGeneratedBasecommerceManager. addToBaseStores(SessionContext ctx, Catalog item, BaseStore value)Generated method - Addsvalueto baseStores.java.util.Collection<BaseStore>GeneratedBasecommerceManager. getBaseStores(Catalog item)Generated method - Getter of theCatalog.baseStoresattribute.java.util.Collection<BaseStore>GeneratedBasecommerceManager. getBaseStores(SessionContext ctx, Catalog item)Generated method - Getter of theCatalog.baseStoresattribute.longGeneratedBasecommerceManager. getBaseStoresCount(Catalog item)longGeneratedBasecommerceManager. getBaseStoresCount(SessionContext ctx, Catalog item)voidGeneratedBasecommerceManager. removeFromBaseStores(Catalog item, BaseStore value)Generated method - Removesvaluefrom baseStores.voidGeneratedBasecommerceManager. removeFromBaseStores(SessionContext ctx, Catalog item, BaseStore value)Generated method - Removesvaluefrom baseStores.voidGeneratedBasecommerceManager. setBaseStores(Catalog item, java.util.Collection<BaseStore> value)Generated method - Setter of theCatalog.baseStoresattribute.voidGeneratedBasecommerceManager. setBaseStores(SessionContext ctx, Catalog item, java.util.Collection<BaseStore> value)Generated method - Setter of theCatalog.baseStoresattribute. -
Uses of Catalog in de.hybris.platform.catalog.jalo
Fields in de.hybris.platform.catalog.jalo with type parameters of type Catalog Modifier and Type Field Description protected static OneToManyHandler<Catalog>GeneratedCompany. PROVIDEDCATALOGSHANDLEROneToManyHandlerfor handling 1:n PROVIDEDCATALOGS's relation attributes from 'many' side.protected static OneToManyHandler<Catalog>GeneratedCompany. PURCHASEDCATALOGSHANDLEROneToManyHandlerfor handling 1:n PURCHASEDCATALOGS's relation attributes from 'many' side.Methods in de.hybris.platform.catalog.jalo that return Catalog Modifier and Type Method Description CatalogCatalogManager. createCatalog(java.lang.String id)Deprecated.since ages - Use modelService to create new catalog.CatalogCatalogManager. createCatalog(java.lang.String id, java.lang.String name, Company supplier)Deprecated.since ages - Use modelService to create new catalog.CatalogGeneratedCatalogManager. createCatalog(SessionContext ctx, java.util.Map attributeValues)CatalogGeneratedCatalogManager. createCatalog(java.util.Map attributeValues)CatalogCatalogManager. getCatalog(Company supplier, java.lang.String catalogID)Deprecated.since ages - catalogId is unique, so it is sufficient to search over catalogId only.CatalogCatalogManager. getCatalog(java.lang.String catalogID)Deprecated.since ages - Use CatalogService.getCatalogForId(String) instead.CatalogCatalogManager. getCatalog(java.lang.String supplierUID, java.lang.String catalogID)Deprecated.since ages - catalogId is unique, so it is sufficient to search over catalogId only.CatalogGeneratedCatalogVersion. getCatalog()Generated method - Getter of theCatalogVersion.catalogattribute.CatalogGeneratedCatalogVersion. getCatalog(SessionContext ctx)Generated method - Getter of theCatalogVersion.catalogattribute.CatalogGeneratedRemoveCatalogVersionCronJob. getCatalog()Generated method - Getter of theRemoveCatalogVersionCronJob.catalogattribute.CatalogGeneratedRemoveCatalogVersionCronJob. getCatalog(SessionContext ctx)Generated method - Getter of theRemoveCatalogVersionCronJob.catalogattribute.CatalogCatalogManager. getDefaultCatalog()Deprecated.since ages - Use CatalogService.getDefaultCatalog() instead.Methods in de.hybris.platform.catalog.jalo that return types with arguments of type Catalog Modifier and Type Method Description java.util.Set<Catalog>CatalogManager. getAllCatalogs()Deprecated.since ages - Use CatalogService.getAllCatalogs() instead.java.util.Collection<Catalog>Company. getCatalogsAsBuyer()java.util.Collection<Catalog>Company. getCatalogsAsSupplier()java.util.Collection<Catalog>GeneratedCompany. getProvidedCatalogs()Generated method - Getter of theCompany.providedCatalogsattribute.java.util.Collection<Catalog>GeneratedCompany. getProvidedCatalogs(SessionContext ctx)Generated method - Getter of theCompany.providedCatalogsattribute.java.util.Collection<Catalog>GeneratedCompany. getPurchasedCatalogs()Generated method - Getter of theCompany.purchasedCatalogsattribute.java.util.Collection<Catalog>GeneratedCompany. getPurchasedCatalogs(SessionContext ctx)Generated method - Getter of theCompany.purchasedCatalogsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type Catalog Modifier and Type Method Description SyncItemJobCatalogManager. configureSynchronizationJob(java.lang.String code, Catalog catalog, java.lang.String sourceVersion, java.lang.String targetVersion, boolean createNewItems, boolean removeMissingItems)Configures a publication rule (asSyncItemJobitem) between a specified source catalog version and target catalog version with a given catalog.CatalogVersionCatalogManager. createCatalogVersion(Catalog catalog, java.lang.String version, Language importLanguage)Deprecated.since ages - Use modelService to create new catalogVersion.intCatalogManager. getTotalObjectsCount(Catalog catalog)Deprecated.since ages - - counts only products, categories, medias and keywords.protected voidCatalogVersion. setCatalog(SessionContext ctx, Catalog param)Deprecated.since ages - Handled by Catalog-CatalogVersion relation modifiers (init=true, write=false).protected voidGeneratedCatalogVersion. setCatalog(Catalog value)Generated method - Setter of theCatalogVersion.catalogattribute.protected voidGeneratedCatalogVersion. setCatalog(SessionContext ctx, Catalog value)Generated method - Setter of theCatalogVersion.catalogattribute.voidGeneratedRemoveCatalogVersionCronJob. setCatalog(Catalog value)Generated method - Setter of theRemoveCatalogVersionCronJob.catalogattribute.voidGeneratedRemoveCatalogVersionCronJob. setCatalog(SessionContext ctx, Catalog value)Generated method - Setter of theRemoveCatalogVersionCronJob.catalogattribute. -
Uses of Catalog in de.hybris.platform.catalog.jalo.classification
Subclasses of Catalog in de.hybris.platform.catalog.jalo.classification Modifier and Type Class Description classClassificationSystemRepresents a classification system.classGeneratedClassificationSystemGenerated class for typeClassificationSystem.Methods in de.hybris.platform.catalog.jalo.classification with parameters of type Catalog Modifier and Type Method Description protected voidClassificationSystemVersion. setCatalog(SessionContext ctx, Catalog param) -
Uses of Catalog in de.hybris.platform.catalog.jalo.synccompare
Methods in de.hybris.platform.catalog.jalo.synccompare that return types with arguments of type Catalog Modifier and Type Method Description static java.util.Map<java.lang.String,Catalog>CompareSyncUtils. getCatalogs()method for the jsp page.Methods in de.hybris.platform.catalog.jalo.synccompare with parameters of type Catalog Modifier and Type Method Description static java.util.Map<java.lang.String,CatalogVersionSyncJob>CompareSyncUtils. getSyncJob(Catalog cat)method for the jsp page. -
Uses of Catalog in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo with parameters of type Catalog Modifier and Type Method Description voidGeneratedCms2Manager. addToRestrictions(Catalog item, CatalogRestriction value)Generated method - Addsvalueto restrictions.voidGeneratedCms2Manager. addToRestrictions(SessionContext ctx, Catalog item, CatalogRestriction value)Generated method - Addsvalueto restrictions.java.util.Collection<CatalogRestriction>GeneratedCms2Manager. getRestrictions(Catalog item)Generated method - Getter of theCatalog.restrictionsattribute.java.util.Collection<CatalogRestriction>GeneratedCms2Manager. getRestrictions(SessionContext ctx, Catalog item)Generated method - Getter of theCatalog.restrictionsattribute.longGeneratedCms2Manager. getRestrictionsCount(Catalog item)longGeneratedCms2Manager. getRestrictionsCount(SessionContext ctx, Catalog item)voidGeneratedCms2Manager. removeFromRestrictions(Catalog item, CatalogRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. removeFromRestrictions(SessionContext ctx, Catalog item, CatalogRestriction value)Generated method - Removesvaluefrom restrictions.voidGeneratedCms2Manager. setRestrictions(Catalog item, java.util.Collection<CatalogRestriction> value)Generated method - Setter of theCatalog.restrictionsattribute.voidGeneratedCms2Manager. setRestrictions(SessionContext ctx, Catalog item, java.util.Collection<CatalogRestriction> value)Generated method - Setter of theCatalog.restrictionsattribute. -
Uses of Catalog in de.hybris.platform.cms2.jalo.contents
Subclasses of Catalog in de.hybris.platform.cms2.jalo.contents Modifier and Type Class Description classContentCatalogclassGeneratedContentCatalogGenerated class for typeContentCatalog. -
Uses of Catalog in de.hybris.platform.cms2.jalo.preview
Methods in de.hybris.platform.cms2.jalo.preview that return Catalog Modifier and Type Method Description CatalogGeneratedPreviewData. getPreviewCatalog()Generated method - Getter of thePreviewData.previewCatalogattribute.CatalogGeneratedPreviewData. getPreviewCatalog(SessionContext ctx)Generated method - Getter of thePreviewData.previewCatalogattribute.Methods in de.hybris.platform.cms2.jalo.preview with parameters of type Catalog Modifier and Type Method Description voidGeneratedPreviewData. setPreviewCatalog(Catalog value)Generated method - Setter of thePreviewData.previewCatalogattribute.voidGeneratedPreviewData. setPreviewCatalog(SessionContext ctx, Catalog value)Generated method - Setter of thePreviewData.previewCatalogattribute. -
Uses of Catalog in de.hybris.platform.cms2.jalo.restrictions
Methods in de.hybris.platform.cms2.jalo.restrictions that return types with arguments of type Catalog Modifier and Type Method Description java.util.Collection<Catalog>GeneratedCatalogRestriction. getCatalogs()Generated method - Getter of theCMSCatalogRestriction.catalogsattribute.java.util.Collection<Catalog>GeneratedCatalogRestriction. getCatalogs(SessionContext ctx)Generated method - Getter of theCMSCatalogRestriction.catalogsattribute.Methods in de.hybris.platform.cms2.jalo.restrictions with parameters of type Catalog Modifier and Type Method Description voidGeneratedCatalogRestriction. addToCatalogs(Catalog value)Generated method - Addsvalueto catalogs.voidGeneratedCatalogRestriction. addToCatalogs(SessionContext ctx, Catalog value)Generated method - Addsvalueto catalogs.voidGeneratedCatalogRestriction. removeFromCatalogs(Catalog value)Generated method - Removesvaluefrom catalogs.voidGeneratedCatalogRestriction. removeFromCatalogs(SessionContext ctx, Catalog value)Generated method - Removesvaluefrom catalogs.Method parameters in de.hybris.platform.cms2.jalo.restrictions with type arguments of type Catalog Modifier and Type Method Description voidGeneratedCatalogRestriction. setCatalogs(SessionContext ctx, java.util.Collection<Catalog> value)Generated method - Setter of theCMSCatalogRestriction.catalogsattribute.voidGeneratedCatalogRestriction. setCatalogs(java.util.Collection<Catalog> value)Generated method - Setter of theCMSCatalogRestriction.catalogsattribute. -
Uses of Catalog in de.hybris.platform.cms2.jalo.site
Methods in de.hybris.platform.cms2.jalo.site that return Catalog Modifier and Type Method Description CatalogGeneratedCMSSite. getDefaultCatalog()Generated method - Getter of theCMSSite.defaultCatalogattribute.CatalogGeneratedCMSSite. getDefaultCatalog(SessionContext ctx)Generated method - Getter of theCMSSite.defaultCatalogattribute.CatalogGeneratedCMSSite. getDefaultPreviewCatalog()Generated method - Getter of theCMSSite.defaultPreviewCatalogattribute.CatalogGeneratedCMSSite. getDefaultPreviewCatalog(SessionContext ctx)Generated method - Getter of theCMSSite.defaultPreviewCatalogattribute.Methods in de.hybris.platform.cms2.jalo.site that return types with arguments of type Catalog Modifier and Type Method Description java.util.List<Catalog>CMSSite. getClassificationCatalogs(SessionContext ctx)Deprecated.since 4.3.java.util.List<Catalog>GeneratedCMSSite. getClassificationCatalogs()Generated method - Getter of theCMSSite.classificationCatalogsattribute.abstract java.util.List<Catalog>GeneratedCMSSite. getClassificationCatalogs(SessionContext ctx)Generated method - Getter of theCMSSite.classificationCatalogsattribute.java.util.List<Catalog>CMSSite. getProductCatalogs(SessionContext ctx)Deprecated.since 4.3.java.util.List<Catalog>GeneratedCMSSite. getProductCatalogs()Generated method - Getter of theCMSSite.productCatalogsattribute.abstract java.util.List<Catalog>GeneratedCMSSite. getProductCatalogs(SessionContext ctx)Generated method - Getter of theCMSSite.productCatalogsattribute.Methods in de.hybris.platform.cms2.jalo.site with parameters of type Catalog Modifier and Type Method Description voidGeneratedCMSSite. setDefaultCatalog(Catalog value)Generated method - Setter of theCMSSite.defaultCatalogattribute.voidGeneratedCMSSite. setDefaultCatalog(SessionContext ctx, Catalog value)Generated method - Setter of theCMSSite.defaultCatalogattribute.voidGeneratedCMSSite. setDefaultPreviewCatalog(Catalog value)Generated method - Setter of theCMSSite.defaultPreviewCatalogattribute.voidGeneratedCMSSite. setDefaultPreviewCatalog(SessionContext ctx, Catalog value)Generated method - Setter of theCMSSite.defaultPreviewCatalogattribute. -
Uses of Catalog in de.hybris.platform.marketplaceservices.jalo
Methods in de.hybris.platform.marketplaceservices.jalo that return Catalog Modifier and Type Method Description CatalogGeneratedMarketplaceservicesManager. getCatalog(SessionContext ctx, Vendor item)Generated method - Getter of theVendor.catalogattribute.CatalogGeneratedMarketplaceservicesManager. getCatalog(Vendor item)Generated method - Getter of theVendor.catalogattribute.Methods in de.hybris.platform.marketplaceservices.jalo with parameters of type Catalog Modifier and Type Method Description voidGeneratedMarketplaceservicesManager. setCatalog(SessionContext ctx, Vendor item, Catalog value)Generated method - Setter of theVendor.catalogattribute.voidGeneratedMarketplaceservicesManager. setCatalog(Vendor item, Catalog value)Generated method - Setter of theVendor.catalogattribute. -
Uses of Catalog in de.hybris.platform.promotions.util
Fields in de.hybris.platform.promotions.util with type parameters of type Catalog Modifier and Type Field Description static java.util.Comparator<Catalog>Comparators. catalogComparatorMethods in de.hybris.platform.promotions.util with parameters of type Catalog Modifier and Type Method Description intComparators.CatalogComparator. compare(Catalog a, Catalog b) -
Uses of Catalog in de.hybris.platform.searchservices.jalo
Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type Catalog Modifier and Type Method Description java.util.List<Catalog>GeneratedSnIndexType. getCatalogs()Generated method - Getter of theSnIndexType.catalogsattribute.java.util.List<Catalog>GeneratedSnIndexType. getCatalogs(SessionContext ctx)Generated method - Getter of theSnIndexType.catalogsattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type Catalog Modifier and Type Method Description voidGeneratedSnIndexType. addToCatalogs(Catalog value)Generated method - Addsvalueto catalogs.voidGeneratedSnIndexType. addToCatalogs(SessionContext ctx, Catalog value)Generated method - Addsvalueto catalogs.voidGeneratedSnIndexType. removeFromCatalogs(Catalog value)Generated method - Removesvaluefrom catalogs.voidGeneratedSnIndexType. removeFromCatalogs(SessionContext ctx, Catalog value)Generated method - Removesvaluefrom catalogs.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type Catalog Modifier and Type Method Description voidGeneratedSnIndexType. setCatalogs(SessionContext ctx, java.util.List<Catalog> value)Generated method - Setter of theSnIndexType.catalogsattribute.voidGeneratedSnIndexType. setCatalogs(java.util.List<Catalog> value)Generated method - Setter of theSnIndexType.catalogsattribute. -
Uses of Catalog in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type Catalog Modifier and Type Method Description java.util.List<Catalog>GeneratedBaseStore. getCatalogs()Generated method - Getter of theBaseStore.catalogsattribute.java.util.List<Catalog>GeneratedBaseStore. getCatalogs(SessionContext ctx)Generated method - Getter of theBaseStore.catalogsattribute.Methods in de.hybris.platform.store with parameters of type Catalog Modifier and Type Method Description voidGeneratedBaseStore. addToCatalogs(Catalog value)Generated method - Addsvalueto catalogs.voidGeneratedBaseStore. addToCatalogs(SessionContext ctx, Catalog value)Generated method - Addsvalueto catalogs.voidGeneratedBaseStore. removeFromCatalogs(Catalog value)Generated method - Removesvaluefrom catalogs.voidGeneratedBaseStore. removeFromCatalogs(SessionContext ctx, Catalog value)Generated method - Removesvaluefrom catalogs.Method parameters in de.hybris.platform.store with type arguments of type Catalog Modifier and Type Method Description voidGeneratedBaseStore. setCatalogs(SessionContext ctx, java.util.List<Catalog> value)Generated method - Setter of theBaseStore.catalogsattribute.voidGeneratedBaseStore. setCatalogs(java.util.List<Catalog> value)Generated method - Setter of theBaseStore.catalogsattribute.
-