org.broadleafcommerce.core.content.dao
Interface ContentDetailsDao

All Known Implementing Classes:
ContentDetailsDaoImpl

public interface ContentDetailsDao

Author:
btaylor

Method Summary
 void delete(ContentDetails contentDetails)
           
 ContentDetails readContentDetailsById(java.lang.Integer id)
           
 java.util.List<ContentDetails> readContentDetailsByOrderedIds(java.util.List<java.lang.Integer> ids)
           
 ContentDetails save(ContentDetails contentDetails)
           
 

Method Detail

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.