Uses of Interface
org.broadleafcommerce.core.catalog.domain.CategoryProductXref
Packages that use CategoryProductXref
Package
Description
-
Uses of CategoryProductXref in org.broadleafcommerce.core.catalog.dao
Methods in org.broadleafcommerce.core.catalog.dao that return CategoryProductXrefModifier and TypeMethodDescriptionCategoryXrefDao.save(CategoryProductXref categoryProductXref) Persist the passed in category/product relationship to the datastoreCategoryXrefDaoImpl.save(CategoryProductXref categoryProductXref) Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type CategoryProductXrefModifier and TypeMethodDescriptionCategoryDao.findXrefByCategoryWithDefaultReference(Long categoryId) returns a list of CategoryProductXref where provided category is default reference(xref.defaultReference=true)CategoryDaoImpl.findXrefByCategoryWithDefaultReference(Long categoryId) Methods in org.broadleafcommerce.core.catalog.dao with parameters of type CategoryProductXrefModifier and TypeMethodDescriptionCategoryXrefDao.save(CategoryProductXref categoryProductXref) Persist the passed in category/product relationship to the datastoreCategoryXrefDaoImpl.save(CategoryProductXref categoryProductXref) -
Uses of CategoryProductXref in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement CategoryProductXrefModifier and TypeClassDescriptionclassThe Class CategoryProductXrefImpl is the default implmentation ofCategory.Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type CategoryProductXrefModifier and TypeFieldDescriptionprotected List<CategoryProductXref>ProductImpl.allParentCategoryXrefsprotected List<CategoryProductXref>CategoryImpl.allProductXrefsMethods in org.broadleafcommerce.core.catalog.domain with type parameters of type CategoryProductXrefModifier and TypeMethodDescription<G extends CategoryProductXref>
org.broadleafcommerce.common.copy.CreateResponse<G>CategoryProductXrefImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategoryProductXrefModifier and TypeMethodDescriptionCategory.getActiveProductXrefs()CategoryImpl.getActiveProductXrefs()Product.getAllParentCategoryXrefs()Retrieve all the xref entities linking this product to parent categoriesProductImpl.getAllParentCategoryXrefs()Category.getAllProductXrefs()CategoryImpl.getAllProductXrefs()Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type CategoryProductXrefModifier and TypeMethodDescriptionvoidProduct.setAllParentCategoryXrefs(List<CategoryProductXref> allParentCategories) Set all the xref entities linking this product to parent categoriesvoidProductImpl.setAllParentCategoryXrefs(List<CategoryProductXref> allParentCategories) voidCategory.setAllProductXrefs(List<CategoryProductXref> allProducts) voidCategoryImpl.setAllProductXrefs(List<CategoryProductXref> allProducts)