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

Packages that use CategoryXref
org.broadleafcommerce.core.catalog.dao   
org.broadleafcommerce.core.catalog.domain   
 

Uses of CategoryXref in org.broadleafcommerce.core.catalog.dao
 

Methods in org.broadleafcommerce.core.catalog.dao that return CategoryXref
 CategoryXref CategoryXrefDao.readXrefByIds(Long categoryId, Long subCategoryId)
          Find a specific relationship between a parent categoy and sub-category (child)
 CategoryXref CategoryXrefDao.save(CategoryXrefImpl categoryXref)
          Persist the passed in category relationship to the datastore
 CategoryXref CategoryXrefDaoImpl.save(CategoryXrefImpl categoryXref)
           
 

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

Classes in org.broadleafcommerce.core.catalog.domain that implement CategoryXref
 class CategoryXrefImpl
          The Class CategoryXrefImpl is for testing purposes only.
 



Copyright © 2012. All Rights Reserved.