Uses of Class
de.hybris.platform.catalog.jalo.Keyword
Packages that use Keyword
Package
Description
-
Uses of Keyword in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return KeywordModifier and TypeMethodDescriptionstatic KeywordCatalogTools.copyKeyword(Keyword oldKeywrd, CatalogVersion newCV) Copies a keywordCatalogManager.createKeyword(CatalogVersion catalogVersion, String keyword, Language lang) Creates an newKeywordfor the givenCatalogVersionand keyword value.GeneratedCatalogManager.createKeyword(SessionContext ctx, Map attributeValues) GeneratedCatalogManager.createKeyword(Map attributeValues) Keyword.getCounterpartItem(CatalogVersion targetVersion) CatalogManager.getKeyword(CatalogVersion catalogVersion, String keywordValue) Returns the Keyword for the specified keyword value andCatalogVersion.CatalogManager.getKeyword(String typeCode, CatalogVersion catalogVersion, String keywordValue) Returns the Keyword for the specified keyword value andCatalogVersion.static KeywordCatalogVersionTools.getSameKeyword(Keyword keyword) Methods in de.hybris.platform.catalog.jalo that return types with arguments of type KeywordModifier and TypeMethodDescriptionCatalog.getAllKeywords()ReturnsCatalogVersion.getAllKeywords()of the activeCatalogVersion(GeneratedCatalog.getActiveCatalogVersion()ornullif no activeCatalogVersionis set.Catalog.getAllKeywords(int start, int count) ReturnsCatalogVersion.getAllKeywords(int, int)of the activeCatalogVersion(GeneratedCatalog.getActiveCatalogVersion()ornullif no activeCatalogVersionis set.CatalogManager.getAllKeywords(Category item) CatalogManager.getAllKeywords(SessionContext ctx, Category item) Deprecated.since agesCatalogVersion.getAllKeywords()CatalogVersion.getAllKeywords(int start, int count) Returns a range of allKeywords, which are assigned to thisCatalogVersion.GeneratedCatalogManager.getAllKeywords(Product item) Generated method - Getter of theProduct.keywordsattribute.GeneratedCatalogManager.getAllKeywords(SessionContext ctx, Product item) Generated method - Getter of theProduct.keywordsattribute.CatalogManager.getKeywords(Category item) CatalogManager.getKeywords(SessionContext ctx, Category item) GeneratedCatalogManager.getKeywords(Product item) Generated method - Getter of theProduct.keywordsattribute.GeneratedCatalogManager.getKeywords(SessionContext ctx, Product item) Generated method - Getter of theProduct.keywordsattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type KeywordModifier and TypeMethodDescriptionvoidCatalogManager.addToKeywords(Category item, Language lang, Keyword value) voidCatalogManager.addToKeywords(SessionContext ctx, Category item, Language lang, Keyword value) voidGeneratedCatalogManager.addToKeywords(Product item, Language lang, Keyword value) Generated method - Addsvalueto keywords.voidGeneratedCatalogManager.addToKeywords(SessionContext ctx, Product item, Language lang, Keyword value) Generated method - Addsvalueto keywords.static KeywordCatalogTools.copyKeyword(Keyword oldKeywrd, CatalogVersion newCV) Copies a keywordstatic KeywordCatalogVersionTools.getSameKeyword(Keyword keyword) CatalogVersion.getSameKeywords(Keyword keyword) voidCatalogManager.removeFromKeywords(Category item, Language lang, Keyword value) voidCatalogManager.removeFromKeywords(SessionContext ctx, Category item, Language lang, Keyword value) voidGeneratedCatalogManager.removeFromKeywords(Product item, Language lang, Keyword value) Generated method - Removesvaluefrom keywords.voidGeneratedCatalogManager.removeFromKeywords(SessionContext ctx, Product item, Language lang, Keyword value) Generated method - Removesvaluefrom keywords.Method parameters in de.hybris.platform.catalog.jalo with type arguments of type KeywordModifier and TypeMethodDescriptionvoidvoidCatalogManager.setAllKeywords(SessionContext ctx, Category item, Map<Language, List<Keyword>> value) voidGenerated method - Setter of theProduct.keywordsattribute.voidGeneratedCatalogManager.setAllKeywords(SessionContext ctx, Product item, Map<Language, List<Keyword>> value) Generated method - Setter of theProduct.keywordsattribute.voidCatalogManager.setKeywords(Category item, List<Keyword> value) voidCatalogManager.setKeywords(SessionContext ctx, Category item, List<Keyword> value) voidGeneratedCatalogManager.setKeywords(Product item, List<Keyword> value) Generated method - Setter of theProduct.keywordsattribute.voidGeneratedCatalogManager.setKeywords(SessionContext ctx, Product item, List<Keyword> value) Generated method - Setter of theProduct.keywordsattribute. -
Uses of Keyword in de.hybris.platform.catalog.jalo.classification
Subclasses of Keyword in de.hybris.platform.catalog.jalo.classificationModifier and TypeClassDescriptionclassGenerated by ExtGen v2.0classGenerated class for typeClassificationKeyword. -
Uses of Keyword in de.hybris.platform.category.jalo
Methods in de.hybris.platform.category.jalo that return types with arguments of type KeywordModifier and TypeMethodDescriptionGeneratedCategory.getAllKeywords()Generated method - Getter of theCategory.keywordsattribute.GeneratedCategory.getAllKeywords(SessionContext ctx) Generated method - Getter of theCategory.keywordsattribute.GeneratedCategory.getKeywords()Generated method - Getter of theCategory.keywordsattribute.GeneratedCategory.getKeywords(SessionContext ctx) Generated method - Getter of theCategory.keywordsattribute.Methods in de.hybris.platform.category.jalo with parameters of type KeywordModifier and TypeMethodDescriptionvoidGeneratedCategory.addToKeywords(Language lang, Keyword value) Generated method - Addsvalueto keywords.voidGeneratedCategory.addToKeywords(SessionContext ctx, Language lang, Keyword value) Generated method - Addsvalueto keywords.voidGeneratedCategory.removeFromKeywords(Language lang, Keyword value) Generated method - Removesvaluefrom keywords.voidGeneratedCategory.removeFromKeywords(SessionContext ctx, Language lang, Keyword value) Generated method - Removesvaluefrom keywords.Method parameters in de.hybris.platform.category.jalo with type arguments of type KeywordModifier and TypeMethodDescriptionvoidGeneratedCategory.setAllKeywords(SessionContext ctx, Map<Language, List<Keyword>> value) Generated method - Setter of theCategory.keywordsattribute.voidGeneratedCategory.setAllKeywords(Map<Language, List<Keyword>> value) Generated method - Setter of theCategory.keywordsattribute.voidGeneratedCategory.setKeywords(SessionContext ctx, List<Keyword> value) Generated method - Setter of theCategory.keywordsattribute.voidGeneratedCategory.setKeywords(List<Keyword> value) Generated method - Setter of theCategory.keywordsattribute.