Uses of Class
de.hybris.platform.cms2.jalo.contents.components.CMSLinkComponent
-
-
Uses of CMSLinkComponent in de.hybris.platform.acceleratorcms.jalo
Methods in de.hybris.platform.acceleratorcms.jalo with parameters of type CMSLinkComponent Modifier and Type Method Description java.lang.StringGeneratedAcceleratorCmsManager. getStyleAttributes(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.styleAttributesattribute.java.lang.StringGeneratedAcceleratorCmsManager. getStyleAttributes(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.styleAttributesattribute.voidGeneratedAcceleratorCmsManager. setStyleAttributes(CMSLinkComponent item, java.lang.String value)Generated method - Setter of theCMSLinkComponent.styleAttributesattribute.voidGeneratedAcceleratorCmsManager. setStyleAttributes(SessionContext ctx, CMSLinkComponent item, java.lang.String value)Generated method - Setter of theCMSLinkComponent.styleAttributesattribute. -
Uses of CMSLinkComponent in de.hybris.platform.acceleratorcms.jalo.components
Methods in de.hybris.platform.acceleratorcms.jalo.components that return CMSLinkComponent Modifier and Type Method Description CMSLinkComponentGeneratedAccountBookmarkComponent. getLink()Generated method - Getter of theAccountBookmarkComponent.linkattribute.CMSLinkComponentGeneratedAccountBookmarkComponent. getLink(SessionContext ctx)Generated method - Getter of theAccountBookmarkComponent.linkattribute.CMSLinkComponentGeneratedNavigationBarComponent. getLink()Generated method - Getter of theNavigationBarComponent.linkattribute.CMSLinkComponentGeneratedNavigationBarComponent. getLink(SessionContext ctx)Generated method - Getter of theNavigationBarComponent.linkattribute.Methods in de.hybris.platform.acceleratorcms.jalo.components with parameters of type CMSLinkComponent Modifier and Type Method Description voidGeneratedAccountBookmarkComponent. setLink(CMSLinkComponent value)Generated method - Setter of theAccountBookmarkComponent.linkattribute.voidGeneratedAccountBookmarkComponent. setLink(SessionContext ctx, CMSLinkComponent value)Generated method - Setter of theAccountBookmarkComponent.linkattribute.voidGeneratedNavigationBarComponent. setLink(CMSLinkComponent value)Generated method - Setter of theNavigationBarComponent.linkattribute.voidGeneratedNavigationBarComponent. setLink(SessionContext ctx, CMSLinkComponent value)Generated method - Setter of theNavigationBarComponent.linkattribute. -
Uses of CMSLinkComponent in de.hybris.platform.cms2.jalo
Fields in de.hybris.platform.cms2.jalo with type parameters of type CMSLinkComponent Modifier and Type Field Description protected static OneToManyHandler<CMSLinkComponent>GeneratedCms2Manager. CMSLINKCOMPONENTSFORCATEGORYLINKCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n LINKCOMPONENTS's relation attributes from 'many' side.protected static OneToManyHandler<CMSLinkComponent>GeneratedCms2Manager. CMSLINKCOMPONENTSFORPRODUCTLINKCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n LINKCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo that return CMSLinkComponent Modifier and Type Method Description CMSLinkComponentGeneratedCms2Manager. createCMSLinkComponent(SessionContext ctx, java.util.Map attributeValues)CMSLinkComponentGeneratedCms2Manager. createCMSLinkComponent(java.util.Map attributeValues)Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CMSLinkComponent Modifier and Type Method Description java.util.List<CMSLinkComponent>GeneratedCms2Manager. getLinkComponents(Category item)Generated method - Getter of theCategory.linkComponentsattribute.java.util.List<CMSLinkComponent>GeneratedCms2Manager. getLinkComponents(Product item)Generated method - Getter of theProduct.linkComponentsattribute.java.util.List<CMSLinkComponent>GeneratedCms2Manager. getLinkComponents(SessionContext ctx, Category item)Generated method - Getter of theCategory.linkComponentsattribute.java.util.List<CMSLinkComponent>GeneratedCms2Manager. getLinkComponents(SessionContext ctx, Product item)Generated method - Getter of theProduct.linkComponentsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type CMSLinkComponent Modifier and Type Method Description voidGeneratedCms2Manager. addToLinkComponents(Category item, CMSLinkComponent value)Generated method - Addsvalueto linkComponents.voidGeneratedCms2Manager. addToLinkComponents(Product item, CMSLinkComponent value)Generated method - Addsvalueto linkComponents.voidGeneratedCms2Manager. addToLinkComponents(SessionContext ctx, Category item, CMSLinkComponent value)Generated method - Addsvalueto linkComponents.voidGeneratedCms2Manager. addToLinkComponents(SessionContext ctx, Product item, CMSLinkComponent value)Generated method - Addsvalueto linkComponents.voidGeneratedCms2Manager. removeFromLinkComponents(Category item, CMSLinkComponent value)Generated method - Removesvaluefrom linkComponents.voidGeneratedCms2Manager. removeFromLinkComponents(Product item, CMSLinkComponent value)Generated method - Removesvaluefrom linkComponents.voidGeneratedCms2Manager. removeFromLinkComponents(SessionContext ctx, Category item, CMSLinkComponent value)Generated method - Removesvaluefrom linkComponents.voidGeneratedCms2Manager. removeFromLinkComponents(SessionContext ctx, Product item, CMSLinkComponent value)Generated method - Removesvaluefrom linkComponents.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type CMSLinkComponent Modifier and Type Method Description voidGeneratedCms2Manager. setLinkComponents(Category item, java.util.List<CMSLinkComponent> value)Generated method - Setter of theCategory.linkComponentsattribute.voidGeneratedCms2Manager. setLinkComponents(Product item, java.util.List<CMSLinkComponent> value)Generated method - Setter of theProduct.linkComponentsattribute.voidGeneratedCms2Manager. setLinkComponents(SessionContext ctx, Category item, java.util.List<CMSLinkComponent> value)Generated method - Setter of theCategory.linkComponentsattribute.voidGeneratedCms2Manager. setLinkComponents(SessionContext ctx, Product item, java.util.List<CMSLinkComponent> value)Generated method - Setter of theProduct.linkComponentsattribute. -
Uses of CMSLinkComponent in de.hybris.platform.cms2.jalo.navigation
Methods in de.hybris.platform.cms2.jalo.navigation that return types with arguments of type CMSLinkComponent Modifier and Type Method Description java.util.List<CMSLinkComponent>GeneratedCMSNavigationNode. getLinks()Generated method - Getter of theCMSNavigationNode.linksattribute.java.util.List<CMSLinkComponent>GeneratedCMSNavigationNode. getLinks(SessionContext ctx)Generated method - Getter of theCMSNavigationNode.linksattribute.Methods in de.hybris.platform.cms2.jalo.navigation with parameters of type CMSLinkComponent Modifier and Type Method Description voidGeneratedCMSNavigationNode. addToLinks(CMSLinkComponent value)Generated method - Addsvalueto links.voidGeneratedCMSNavigationNode. addToLinks(SessionContext ctx, CMSLinkComponent value)Generated method - Addsvalueto links.voidGeneratedCMSNavigationNode. removeFromLinks(CMSLinkComponent value)Generated method - Removesvaluefrom links.voidGeneratedCMSNavigationNode. removeFromLinks(SessionContext ctx, CMSLinkComponent value)Generated method - Removesvaluefrom links.Method parameters in de.hybris.platform.cms2.jalo.navigation with type arguments of type CMSLinkComponent Modifier and Type Method Description voidGeneratedCMSNavigationNode. setLinks(SessionContext ctx, java.util.List<CMSLinkComponent> value)Generated method - Setter of theCMSNavigationNode.linksattribute.voidGeneratedCMSNavigationNode. setLinks(java.util.List<CMSLinkComponent> value)Generated method - Setter of theCMSNavigationNode.linksattribute. -
Uses of CMSLinkComponent in de.hybris.platform.cms2.jalo.pages
Fields in de.hybris.platform.cms2.jalo.pages with type parameters of type CMSLinkComponent Modifier and Type Field Description protected static OneToManyHandler<CMSLinkComponent>GeneratedContentPage. LINKCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n LINKCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type CMSLinkComponent Modifier and Type Method Description java.util.List<CMSLinkComponent>GeneratedContentPage. getLinkComponents()Generated method - Getter of theContentPage.linkComponentsattribute.java.util.List<CMSLinkComponent>GeneratedContentPage. getLinkComponents(SessionContext ctx)Generated method - Getter of theContentPage.linkComponentsattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type CMSLinkComponent Modifier and Type Method Description voidGeneratedContentPage. addToLinkComponents(CMSLinkComponent value)Generated method - Addsvalueto linkComponents.voidGeneratedContentPage. addToLinkComponents(SessionContext ctx, CMSLinkComponent value)Generated method - Addsvalueto linkComponents.voidGeneratedContentPage. removeFromLinkComponents(CMSLinkComponent value)Generated method - Removesvaluefrom linkComponents.voidGeneratedContentPage. removeFromLinkComponents(SessionContext ctx, CMSLinkComponent value)Generated method - Removesvaluefrom linkComponents.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type CMSLinkComponent Modifier and Type Method Description voidGeneratedContentPage. setLinkComponents(SessionContext ctx, java.util.List<CMSLinkComponent> value)Generated method - Setter of theContentPage.linkComponentsattribute.voidGeneratedContentPage. setLinkComponents(java.util.List<CMSLinkComponent> value)Generated method - Setter of theContentPage.linkComponentsattribute. -
Uses of CMSLinkComponent in de.hybris.platform.verticalnavigationaddon.jalo
Methods in de.hybris.platform.verticalnavigationaddon.jalo with parameters of type CMSLinkComponent Modifier and Type Method Description MediaGeneratedVerticalnavigationaddonManager. getThumbnail(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailattribute.MediaGeneratedVerticalnavigationaddonManager. getThumbnail(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailattribute.java.lang.BooleanGeneratedVerticalnavigationaddonManager. isThumbnailOnly(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.java.lang.BooleanGeneratedVerticalnavigationaddonManager. isThumbnailOnly(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.booleanGeneratedVerticalnavigationaddonManager. isThumbnailOnlyAsPrimitive(CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.booleanGeneratedVerticalnavigationaddonManager. isThumbnailOnlyAsPrimitive(SessionContext ctx, CMSLinkComponent item)Generated method - Getter of theCMSLinkComponent.thumbnailOnlyattribute.voidGeneratedVerticalnavigationaddonManager. setThumbnail(CMSLinkComponent item, Media value)Generated method - Setter of theCMSLinkComponent.thumbnailattribute.voidGeneratedVerticalnavigationaddonManager. setThumbnail(SessionContext ctx, CMSLinkComponent item, Media value)Generated method - Setter of theCMSLinkComponent.thumbnailattribute.voidGeneratedVerticalnavigationaddonManager. setThumbnailOnly(CMSLinkComponent item, boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.voidGeneratedVerticalnavigationaddonManager. setThumbnailOnly(CMSLinkComponent item, java.lang.Boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.voidGeneratedVerticalnavigationaddonManager. setThumbnailOnly(SessionContext ctx, CMSLinkComponent item, boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.voidGeneratedVerticalnavigationaddonManager. setThumbnailOnly(SessionContext ctx, CMSLinkComponent item, java.lang.Boolean value)Generated method - Setter of theCMSLinkComponent.thumbnailOnlyattribute.
-