org.broadleafcommerce.core.content.dao
Class ContentDetailsDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.util.dao.BatchRetrieveDao
      extended by org.broadleafcommerce.core.content.dao.ContentDetailsDaoImpl
All Implemented Interfaces:
ContentDetailsDao

@Repository(value="blContentDetailsDao")
public class ContentDetailsDaoImpl
extends BatchRetrieveDao
implements ContentDetailsDao

Author:
btaylor

Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
ContentDetailsDaoImpl()
           
 
Method Summary
 void delete(ContentDetails contentDetails)
           
 ContentDetails readContentDetailsById(Integer id)
           
 List<ContentDetails> readContentDetailsByOrderedIds(List<Integer> ids)
           
 ContentDetails save(ContentDetails contentDetails)
           
 
Methods inherited from class org.broadleafcommerce.profile.util.dao.BatchRetrieveDao
batchExecuteReadQuery, getInClauseBatchSize, setInClauseBatchSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

ContentDetailsDaoImpl

public ContentDetailsDaoImpl()
Method Detail

delete

public void delete(ContentDetails contentDetails)
Specified by:
delete in interface ContentDetailsDao

readContentDetailsById

public ContentDetails readContentDetailsById(Integer id)
Specified by:
readContentDetailsById in interface ContentDetailsDao

readContentDetailsByOrderedIds

public List<ContentDetails> readContentDetailsByOrderedIds(List<Integer> ids)
Specified by:
readContentDetailsByOrderedIds in interface ContentDetailsDao

save

public ContentDetails save(ContentDetails contentDetails)
Specified by:
save in interface ContentDetailsDao


Copyright © 2012. All Rights Reserved.