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