org.broadleafcommerce.core.catalog.dao
Interface CategoryXrefDao
- All Known Implementing Classes:
- CategoryXrefDaoImpl
public interface CategoryXrefDao
readXrefsByCategoryId
java.util.List<CategoryXref> readXrefsByCategoryId(java.lang.Long categoryId)
readXrefsBySubCategoryId
java.util.List<CategoryXref> readXrefsBySubCategoryId(java.lang.Long subCategoryId)
readXrefByIds
CategoryXref readXrefByIds(java.lang.Long categoryId,
java.lang.Long subCategoryId)
save
CategoryXref save(CategoryXref categoryXref)
delete
void delete(CategoryXref categoryXref)
Copyright © 2011. All Rights Reserved.