Uses of Class
de.hybris.platform.cms2.jalo.contents.ContentCatalog
-
Packages that use ContentCatalog Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.contents de.hybris.platform.cms2.jalo.site -
-
Uses of ContentCatalog in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return ContentCatalog Modifier and Type Method Description ContentCatalogGeneratedCms2Manager. createContentCatalog(SessionContext ctx, java.util.Map attributeValues)ContentCatalogGeneratedCms2Manager. createContentCatalog(java.util.Map attributeValues) -
Uses of ContentCatalog in de.hybris.platform.cms2.jalo.contents
Fields in de.hybris.platform.cms2.jalo.contents with type parameters of type ContentCatalog Modifier and Type Field Description protected static OneToManyHandler<ContentCatalog>GeneratedContentCatalog. SUBCATALOGSHANDLEROneToManyHandlerfor handling 1:n SUBCATALOGS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.contents that return ContentCatalog Modifier and Type Method Description ContentCatalogGeneratedContentCatalog. getSuperCatalog()Generated method - Getter of theContentCatalog.superCatalogattribute.ContentCatalogGeneratedContentCatalog. getSuperCatalog(SessionContext ctx)Generated method - Getter of theContentCatalog.superCatalogattribute.Methods in de.hybris.platform.cms2.jalo.contents that return types with arguments of type ContentCatalog Modifier and Type Method Description java.util.Set<ContentCatalog>GeneratedContentCatalog. getSubCatalogs()Generated method - Getter of theContentCatalog.subCatalogsattribute.java.util.Set<ContentCatalog>GeneratedContentCatalog. getSubCatalogs(SessionContext ctx)Generated method - Getter of theContentCatalog.subCatalogsattribute.Methods in de.hybris.platform.cms2.jalo.contents with parameters of type ContentCatalog Modifier and Type Method Description voidGeneratedContentCatalog. addToSubCatalogs(ContentCatalog value)Generated method - Addsvalueto subCatalogs.voidGeneratedContentCatalog. addToSubCatalogs(SessionContext ctx, ContentCatalog value)Generated method - Addsvalueto subCatalogs.voidGeneratedContentCatalog. removeFromSubCatalogs(ContentCatalog value)Generated method - Removesvaluefrom subCatalogs.voidGeneratedContentCatalog. removeFromSubCatalogs(SessionContext ctx, ContentCatalog value)Generated method - Removesvaluefrom subCatalogs.voidGeneratedContentCatalog. setSuperCatalog(ContentCatalog value)Generated method - Setter of theContentCatalog.superCatalogattribute.voidGeneratedContentCatalog. setSuperCatalog(SessionContext ctx, ContentCatalog value)Generated method - Setter of theContentCatalog.superCatalogattribute.Method parameters in de.hybris.platform.cms2.jalo.contents with type arguments of type ContentCatalog Modifier and Type Method Description voidGeneratedContentCatalog. setSubCatalogs(SessionContext ctx, java.util.Set<ContentCatalog> value)Generated method - Setter of theContentCatalog.subCatalogsattribute.voidGeneratedContentCatalog. setSubCatalogs(java.util.Set<ContentCatalog> value)Generated method - Setter of theContentCatalog.subCatalogsattribute. -
Uses of ContentCatalog in de.hybris.platform.cms2.jalo.site
Methods in de.hybris.platform.cms2.jalo.site that return types with arguments of type ContentCatalog Modifier and Type Method Description java.util.List<ContentCatalog>GeneratedCMSSite. getContentCatalogs()Generated method - Getter of theCMSSite.contentCatalogsattribute.java.util.List<ContentCatalog>GeneratedCMSSite. getContentCatalogs(SessionContext ctx)Generated method - Getter of theCMSSite.contentCatalogsattribute.Methods in de.hybris.platform.cms2.jalo.site with parameters of type ContentCatalog Modifier and Type Method Description voidGeneratedCMSSite. addToContentCatalogs(ContentCatalog value)Generated method - Addsvalueto contentCatalogs.voidGeneratedCMSSite. addToContentCatalogs(SessionContext ctx, ContentCatalog value)Generated method - Addsvalueto contentCatalogs.voidGeneratedCMSSite. removeFromContentCatalogs(ContentCatalog value)Generated method - Removesvaluefrom contentCatalogs.voidGeneratedCMSSite. removeFromContentCatalogs(SessionContext ctx, ContentCatalog value)Generated method - Removesvaluefrom contentCatalogs.Method parameters in de.hybris.platform.cms2.jalo.site with type arguments of type ContentCatalog Modifier and Type Method Description voidGeneratedCMSSite. setContentCatalogs(SessionContext ctx, java.util.List<ContentCatalog> value)Generated method - Setter of theCMSSite.contentCatalogsattribute.voidGeneratedCMSSite. setContentCatalogs(java.util.List<ContentCatalog> value)Generated method - Setter of theCMSSite.contentCatalogsattribute.
-