Uses of Class
de.hybris.platform.cms2.jalo.contents.components.VideoComponent
Packages that use VideoComponent
-
Uses of VideoComponent in de.hybris.platform.cms2.jalo
Fields in de.hybris.platform.cms2.jalo with type parameters of type VideoComponentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<VideoComponent>GeneratedCms2Manager.VIDEOCOMPONENTSFORCATEGORYVIDEOCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n VIDEOCOMPONENTS's relation attributes from 'many' side.protected static final OneToManyHandler<VideoComponent>GeneratedCms2Manager.VIDEOCOMPONENTSFORPRODUCTVIDEOCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n VIDEOCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo that return VideoComponentModifier and TypeMethodDescriptionGeneratedCms2Manager.createVideoComponent(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createVideoComponent(Map attributeValues) Methods in de.hybris.platform.cms2.jalo that return types with arguments of type VideoComponentModifier and TypeMethodDescriptionGeneratedCms2Manager.getVideoComponents(Category item) Generated method - Getter of theCategory.videoComponentsattribute.GeneratedCms2Manager.getVideoComponents(Product item) Generated method - Getter of theProduct.videoComponentsattribute.GeneratedCms2Manager.getVideoComponents(SessionContext ctx, Category item) Generated method - Getter of theCategory.videoComponentsattribute.GeneratedCms2Manager.getVideoComponents(SessionContext ctx, Product item) Generated method - Getter of theProduct.videoComponentsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type VideoComponentModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.addToVideoComponents(Category item, VideoComponent value) Generated method - Addsvalueto videoComponents.voidGeneratedCms2Manager.addToVideoComponents(Product item, VideoComponent value) Generated method - Addsvalueto videoComponents.voidGeneratedCms2Manager.addToVideoComponents(SessionContext ctx, Category item, VideoComponent value) Generated method - Addsvalueto videoComponents.voidGeneratedCms2Manager.addToVideoComponents(SessionContext ctx, Product item, VideoComponent value) Generated method - Addsvalueto videoComponents.voidGeneratedCms2Manager.removeFromVideoComponents(Category item, VideoComponent value) Generated method - Removesvaluefrom videoComponents.voidGeneratedCms2Manager.removeFromVideoComponents(Product item, VideoComponent value) Generated method - Removesvaluefrom videoComponents.voidGeneratedCms2Manager.removeFromVideoComponents(SessionContext ctx, Category item, VideoComponent value) Generated method - Removesvaluefrom videoComponents.voidGeneratedCms2Manager.removeFromVideoComponents(SessionContext ctx, Product item, VideoComponent value) Generated method - Removesvaluefrom videoComponents.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type VideoComponentModifier and TypeMethodDescriptionvoidGeneratedCms2Manager.setVideoComponents(Category item, List<VideoComponent> value) Generated method - Setter of theCategory.videoComponentsattribute.voidGeneratedCms2Manager.setVideoComponents(Product item, List<VideoComponent> value) Generated method - Setter of theProduct.videoComponentsattribute.voidGeneratedCms2Manager.setVideoComponents(SessionContext ctx, Category item, List<VideoComponent> value) Generated method - Setter of theCategory.videoComponentsattribute.voidGeneratedCms2Manager.setVideoComponents(SessionContext ctx, Product item, List<VideoComponent> value) Generated method - Setter of theProduct.videoComponentsattribute. -
Uses of VideoComponent in de.hybris.platform.cms2.jalo.pages
Fields in de.hybris.platform.cms2.jalo.pages with type parameters of type VideoComponentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<VideoComponent>GeneratedContentPage.VIDEOCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n VIDEOCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.pages that return types with arguments of type VideoComponentModifier and TypeMethodDescriptionGeneratedContentPage.getVideoComponents()Generated method - Getter of theContentPage.videoComponentsattribute.GeneratedContentPage.getVideoComponents(SessionContext ctx) Generated method - Getter of theContentPage.videoComponentsattribute.Methods in de.hybris.platform.cms2.jalo.pages with parameters of type VideoComponentModifier and TypeMethodDescriptionvoidGeneratedContentPage.addToVideoComponents(VideoComponent value) Generated method - Addsvalueto videoComponents.voidGeneratedContentPage.addToVideoComponents(SessionContext ctx, VideoComponent value) Generated method - Addsvalueto videoComponents.voidGeneratedContentPage.removeFromVideoComponents(VideoComponent value) Generated method - Removesvaluefrom videoComponents.voidGeneratedContentPage.removeFromVideoComponents(SessionContext ctx, VideoComponent value) Generated method - Removesvaluefrom videoComponents.Method parameters in de.hybris.platform.cms2.jalo.pages with type arguments of type VideoComponentModifier and TypeMethodDescriptionvoidGeneratedContentPage.setVideoComponents(SessionContext ctx, List<VideoComponent> value) Generated method - Setter of theContentPage.videoComponentsattribute.voidGeneratedContentPage.setVideoComponents(List<VideoComponent> value) Generated method - Setter of theContentPage.videoComponentsattribute.