org.broadleafcommerce.core.catalog.dao
Interface CategoryXrefDao

All Known Implementing Classes:
CategoryXrefDaoImpl

public interface CategoryXrefDao


Method Summary
 void delete(CategoryXref categoryXref)
           
 CategoryXref readXrefByIds(java.lang.Long categoryId, java.lang.Long subCategoryId)
           
 java.util.List<CategoryXref> readXrefsByCategoryId(java.lang.Long categoryId)
           
 java.util.List<CategoryXref> readXrefsBySubCategoryId(java.lang.Long subCategoryId)
           
 CategoryXref save(CategoryXref categoryXref)
           
 

Method Detail

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.