Uses of Class
de.hybris.platform.cms2lib.components.FlashComponent
-
Packages that use FlashComponent Package Description de.hybris.platform.cms2lib.jalo -
-
Uses of FlashComponent in de.hybris.platform.cms2lib.jalo
Fields in de.hybris.platform.cms2lib.jalo with type parameters of type FlashComponent Modifier and Type Field Description protected static OneToManyHandler<FlashComponent>GeneratedCms2LibManager. FLASHCOMPONENTSFORCONTENTPAGEFLASHCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n FLASHCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return FlashComponent Modifier and Type Method Description FlashComponentGeneratedCms2LibManager. createFlashComponent(SessionContext ctx, java.util.Map attributeValues)FlashComponentGeneratedCms2LibManager. createFlashComponent(java.util.Map attributeValues)Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type FlashComponent Modifier and Type Method Description java.util.List<FlashComponent>GeneratedCms2LibManager. getFlashComponents(ContentPage item)Generated method - Getter of theContentPage.flashComponentsattribute.java.util.List<FlashComponent>GeneratedCms2LibManager. getFlashComponents(SessionContext ctx, ContentPage item)Generated method - Getter of theContentPage.flashComponentsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type FlashComponent Modifier and Type Method Description voidGeneratedCms2LibManager. addToFlashComponents(ContentPage item, FlashComponent value)Generated method - Addsvalueto flashComponents.voidGeneratedCms2LibManager. addToFlashComponents(SessionContext ctx, ContentPage item, FlashComponent value)Generated method - Addsvalueto flashComponents.voidGeneratedCms2LibManager. removeFromFlashComponents(ContentPage item, FlashComponent value)Generated method - Removesvaluefrom flashComponents.voidGeneratedCms2LibManager. removeFromFlashComponents(SessionContext ctx, ContentPage item, FlashComponent value)Generated method - Removesvaluefrom flashComponents.Method parameters in de.hybris.platform.cms2lib.jalo with type arguments of type FlashComponent Modifier and Type Method Description voidGeneratedCms2LibManager. setFlashComponents(ContentPage item, java.util.List<FlashComponent> value)Generated method - Setter of theContentPage.flashComponentsattribute.voidGeneratedCms2LibManager. setFlashComponents(SessionContext ctx, ContentPage item, java.util.List<FlashComponent> value)Generated method - Setter of theContentPage.flashComponentsattribute.
-