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(java.lang.Long categoryId, java.lang.Long subCategoryId)
           
 

Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type CategoryXrefImpl
 java.util.List<CategoryXrefImpl> CategoryXrefDao.readXrefsByCategoryId(java.lang.Long categoryId)
           
 java.util.List<CategoryXrefImpl> CategoryXrefDaoImpl.readXrefsByCategoryId(java.lang.Long categoryId)
           
 java.util.List<CategoryXrefImpl> CategoryXrefDao.readXrefsBySubCategoryId(java.lang.Long subCategoryId)
           
 java.util.List<CategoryXrefImpl> CategoryXrefDaoImpl.readXrefsBySubCategoryId(java.lang.Long subCategoryId)
           
 

Methods in org.broadleafcommerce.core.catalog.dao with parameters of type CategoryXrefImpl
 void CategoryXrefDao.delete(CategoryXrefImpl categoryXref)
           
 void CategoryXrefDaoImpl.delete(CategoryXrefImpl categoryXref)
           
 CategoryXref CategoryXrefDao.save(CategoryXrefImpl categoryXref)
           
 CategoryXref CategoryXrefDaoImpl.save(CategoryXrefImpl categoryXref)
           
 



Copyright © 2011. All Rights Reserved.