Uses of Class
de.hybris.platform.cms2lib.components.FlashComponent
Packages that use FlashComponent
-
Uses of FlashComponent in de.hybris.platform.cms2lib.jalo
Fields in de.hybris.platform.cms2lib.jalo with type parameters of type FlashComponentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<FlashComponent>GeneratedCms2LibManager.FLASHCOMPONENTSFORCONTENTPAGEFLASHCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n FLASHCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return FlashComponentModifier and TypeMethodDescriptionGeneratedCms2LibManager.createFlashComponent(SessionContext ctx, Map attributeValues) GeneratedCms2LibManager.createFlashComponent(Map attributeValues) Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type FlashComponentModifier and TypeMethodDescriptionGeneratedCms2LibManager.getFlashComponents(ContentPage item) Generated method - Getter of theContentPage.flashComponentsattribute.GeneratedCms2LibManager.getFlashComponents(SessionContext ctx, ContentPage item) Generated method - Getter of theContentPage.flashComponentsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type FlashComponentModifier and TypeMethodDescriptionvoidGeneratedCms2LibManager.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 FlashComponentModifier and TypeMethodDescriptionvoidGeneratedCms2LibManager.setFlashComponents(ContentPage item, List<FlashComponent> value) Generated method - Setter of theContentPage.flashComponentsattribute.voidGeneratedCms2LibManager.setFlashComponents(SessionContext ctx, ContentPage item, List<FlashComponent> value) Generated method - Setter of theContentPage.flashComponentsattribute.