Uses of Interface
org.broadleafcommerce.core.media.domain.Media

Packages that use Media
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.media.domain   
 

Uses of Media in org.broadleafcommerce.core.catalog.domain
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type Media
protected  Map<String,Media> CategoryImpl.categoryMedia
           
protected  Map<String,Media> ProductImpl.productMedia
          The product media.
protected  Map<String,Media> SkuImpl.skuMedia
          The sku media.
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type Media
 Map<String,Media> CategoryImpl.getCategoryMedia()
           
 Map<String,Media> Category.getCategoryMedia()
          Gets the category media map.
 Map<String,Media> ProductImpl.getProductMedia()
           
 Map<String,Media> Product.getProductMedia()
          Returns a map of key/value pairs that associate the media name (key) with the Media object(value)
 Map<String,Media> SkuImpl.getSkuMedia()
           
 Map<String,Media> Sku.getSkuMedia()
          Returns a map of key/value pairs where the key is a string for the name of a media object and the value is a media object.
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type Media
 void CategoryImpl.setCategoryMedia(Map<String,Media> categoryMedia)
           
 void Category.setCategoryMedia(Map<String,Media> categoryMedia)
          Sets the category media.
 void ProductImpl.setProductMedia(Map<String,Media> productMedia)
           
 void Product.setProductMedia(Map<String,Media> productMedia)
          Sets the product media map.
 void SkuImpl.setSkuMedia(Map<String,Media> skuMedia)
           
 void Sku.setSkuMedia(Map<String,Media> skuMedia)
          Sets a map of key/value pairs where the key is a string for the name of a media object and the value is an object of type Media.
 

Uses of Media in org.broadleafcommerce.core.media.domain
 

Classes in org.broadleafcommerce.core.media.domain that implement Media
 class MediaImpl
           
 



Copyright © 2012. All Rights Reserved.