Uses of Class
de.hybris.platform.cms2.jalo.contents.components.CMSLinkComponent
Packages that use CMSLinkComponent
Package
Description
-
Uses of CMSLinkComponent in de.hybris.platform.acceleratorcms.jalo
Methods in de.hybris.platform.acceleratorcms.jalo with parameters of type CMSLinkComponentModifier and TypeMethodDescriptionGeneratedAcceleratorCmsManager.getStyleAttributes(CMSLinkComponent item) Generated method - Getter of theCMSLinkComponent.styleAttributesattribute.GeneratedAcceleratorCmsManager.getStyleAttributes(SessionContext ctx, CMSLinkComponent item) Generated method - Getter of theCMSLinkComponent.styleAttributesattribute.voidGeneratedAcceleratorCmsManager.setStyleAttributes(CMSLinkComponent item, String value) Generated method - Setter of theCMSLinkComponent.styleAttributesattribute.voidGeneratedAcceleratorCmsManager.setStyleAttributes(SessionContext ctx, CMSLinkComponent item, 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 CMSLinkComponentModifier and TypeMethodDescriptionGeneratedAccountBookmarkComponent.getLink()Generated method - Getter of theAccountBookmarkComponent.linkattribute.GeneratedAccountBookmarkComponent.getLink(SessionContext ctx) Generated method - Getter of theAccountBookmarkComponent.linkattribute.GeneratedNavigationBarComponent.getLink()Generated method - Getter of theNavigationBarComponent.linkattribute.GeneratedNavigationBarComponent.getLink(SessionContext ctx) Generated method - Getter of theNavigationBarComponent.linkattribute.Methods in de.hybris.platform.acceleratorcms.jalo.components with parameters of type CMSLinkComponentModifier and TypeMethodDescriptionvoidGeneratedAccountBookmarkComponent.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 CMSLinkComponentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<CMSLinkComponent>GeneratedCms2Manager.CMSLINKCOMPONENTSFORCATEGORYLINKCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n LINKCOMPONENTS's relation attributes from 'many' side.protected static final OneToManyHandler<CMSLinkComponent>GeneratedCms2Manager.CMSLINKCOMPONENTSFORPRODUCTLINKCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n LINKCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo that return CMSLinkComponentModifier and TypeMethodDescriptionGeneratedCms2Manager.createCMSLinkComponent(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createCMSLinkComponent(Map attributeValues) Methods in de.hybris.platform.cms2.jalo that return types with arguments of type CMSLinkComponentModifier and TypeMethodDescriptionGeneratedCms2Manager.getLinkComponents(Category item) Generated method - Getter of theCategory.linkComponentsattribute.GeneratedCms2Manager.getLinkComponents(Product item) Generated method - Getter of theProduct.linkComponentsattribute.GeneratedCms2Manager.getLinkComponents(SessionContext ctx, Category item) Generated method - Getter of theCategory.linkComponentsattribute.GeneratedCms2Manager.getLinkComponents(SessionContext ctx, Product item) Generated method - Getter of theProduct.linkComponentsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type CMSLinkComponentModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.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 CMSLinkComponentModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.setLinkComponents(Category item, List<CMSLinkComponent> value) Generated method - Setter of theCategory.linkComponentsattribute.voidGeneratedCms2Manager.setLinkComponents(Product item, List<CMSLinkComponent> value) Generated method - Setter of theProduct.linkComponentsattribute.voidGeneratedCms2Manager.setLinkComponents(SessionContext ctx, Category item, List<CMSLinkComponent> value) Generated method - Setter of theCategory.linkComponentsattribute.voidGeneratedCms2Manager.setLinkComponents(SessionContext ctx, Product item, List<CMSLinkComponent> value) Generated method - Setter of theProduct.linkComponentsattribute. -
Uses of CMSLinkComponent in de.hybris.platform.cms2.jalo.pages
Fields in de.hybris.platform.cms2.jalo.pages with type parameters of type CMSLinkComponentModifier and TypeFieldDescriptionprotected static final 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 CMSLinkComponentModifier and TypeMethodDescriptionGeneratedContentPage.getLinkComponents()Generated method - Getter of theContentPage.linkComponentsattribute.GeneratedContentPage.getLinkComponents(SessionContext ctx) Generated method - Getter of theContentPage.linkComponentsattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type CMSLinkComponentModifier and TypeMethodDescriptionvoidGeneratedContentPage.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 CMSLinkComponentModifier and TypeMethodDescriptionvoidGeneratedContentPage.setLinkComponents(SessionContext ctx, List<CMSLinkComponent> value) Generated method - Setter of theContentPage.linkComponentsattribute.voidGeneratedContentPage.setLinkComponents(List<CMSLinkComponent> value) Generated method - Setter of theContentPage.linkComponentsattribute.