Uses of Interface
org.broadleafcommerce.core.catalog.domain.ProductOptionXref

Packages that use ProductOptionXref
org.broadleafcommerce.core.catalog.domain   
 

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

Classes in org.broadleafcommerce.core.catalog.domain that implement ProductOptionXref
 class ProductOptionXrefImpl
           
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type ProductOptionXref
protected  List<ProductOptionXref> ProductImpl.productOptions
           
protected  List<ProductOptionXref> ProductOptionImpl.products
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type ProductOptionXref
 List<ProductOptionXref> ProductImpl.getProductOptionXrefs()
           
 List<ProductOptionXref> Product.getProductOptionXrefs()
           
 List<ProductOptionXref> ProductImpl.getProductOptionXrefsInternal()
           
 List<ProductOptionXref> ProductOptionImpl.getProductXrefs()
           
 List<ProductOptionXref> ProductOption.getProductXrefs()
           
protected  List<ProductOptionXref> ProductOptionImpl.getProductXrefsInternal()
           
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type ProductOptionXref
 void ProductImpl.setProductOptionXrefs(List<ProductOptionXref> productOptions)
           
 void Product.setProductOptionXrefs(List<ProductOptionXref> productOptions)
           
 void ProductOptionImpl.setProductXrefs(List<ProductOptionXref> xrefs)
           
 void ProductOption.setProductXrefs(List<ProductOptionXref> xrefs)
           
 



Copyright © 2013. All Rights Reserved.