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

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

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

Classes in org.broadleafcommerce.core.catalog.domain that implement CategoryProductXref
 class CategoryProductXrefImpl
          The Class CategoryProductXrefImpl is the default implmentation of Category.
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type CategoryProductXref
protected  List<CategoryProductXref> ProductImpl.allParentCategoryXrefs
           
protected  List<CategoryProductXref> CategoryImpl.allProductXrefs
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategoryProductXref
 List<CategoryProductXref> CategoryImpl.getActiveProductXrefs()
           
 List<CategoryProductXref> Category.getActiveProductXrefs()
           
 List<CategoryProductXref> ProductImpl.getAllParentCategoryXrefs()
           
 List<CategoryProductXref> Product.getAllParentCategoryXrefs()
           
 List<CategoryProductXref> CategoryImpl.getAllProductXrefs()
           
 List<CategoryProductXref> Category.getAllProductXrefs()
           
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type CategoryProductXref
 void ProductImpl.setAllParentCategoryXrefs(List<CategoryProductXref> allParentCategories)
           
 void Product.setAllParentCategoryXrefs(List<CategoryProductXref> allParentCategories)
           
 void CategoryImpl.setAllProductXrefs(List<CategoryProductXref> allProducts)
           
 void Category.setAllProductXrefs(List<CategoryProductXref> allProducts)
           
 



Copyright © 2013. All Rights Reserved.