org.broadleafcommerce.core.catalog.dao
Interface CategoryXrefDao

All Known Implementing Classes:
CategoryXrefDaoImpl

public interface CategoryXrefDao


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

Method Detail

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.