Uses of Class
org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl

Packages that use CategoryXrefImpl
org.broadleafcommerce.core.catalog.dao   
 

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

Methods in org.broadleafcommerce.core.catalog.dao that return CategoryXrefImpl
 CategoryXrefImpl CategoryXrefDaoImpl.readXrefByIds(Long categoryId, Long subCategoryId)
           
 

Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type CategoryXrefImpl
 List<CategoryXrefImpl> CategoryXrefDao.readXrefsByCategoryId(Long categoryId)
          Retrieve all the category relationships for which the passed in Category primary key is a parent
 List<CategoryXrefImpl> CategoryXrefDaoImpl.readXrefsByCategoryId(Long categoryId)
           
 List<CategoryXrefImpl> CategoryXrefDao.readXrefsBySubCategoryId(Long subCategoryId)
          Retrieve all the category relationships for which the passed in Category primary key is a sub category (or child)
 List<CategoryXrefImpl> CategoryXrefDaoImpl.readXrefsBySubCategoryId(Long subCategoryId)
           
 

Methods in org.broadleafcommerce.core.catalog.dao with parameters of type CategoryXrefImpl
 void CategoryXrefDao.delete(CategoryXrefImpl categoryXref)
          Remove the passed in category relationship from the datastore
 void CategoryXrefDaoImpl.delete(CategoryXrefImpl categoryXref)
           
 CategoryXref CategoryXrefDao.save(CategoryXrefImpl categoryXref)
          Persist the passed in category relationship to the datastore
 CategoryXref CategoryXrefDaoImpl.save(CategoryXrefImpl categoryXref)
           
 



Copyright © 2012. All Rights Reserved.