org.broadleafcommerce.core.content.dao
Interface ContentDetailsDao
- All Known Implementing Classes:
- ContentDetailsDaoImpl
public interface ContentDetailsDao
- Author:
- btaylor
readContentDetailsById
ContentDetails readContentDetailsById(java.lang.Integer id)
readContentDetailsByOrderedIds
java.util.List<ContentDetails> readContentDetailsByOrderedIds(java.util.List<java.lang.Integer> ids)
save
ContentDetails save(ContentDetails contentDetails)
delete
void delete(ContentDetails contentDetails)
Copyright © 2012. All Rights Reserved.