org.broadleafcommerce.core.content.dao
Class ContentDaoImpl
java.lang.Object
org.broadleafcommerce.profile.util.dao.BatchRetrieveDao
org.broadleafcommerce.core.content.dao.ContentDaoImpl
- All Implemented Interfaces:
- ContentDao
@Repository(value="blContentDao")
public class ContentDaoImpl
- extends BatchRetrieveDao
- implements ContentDao
- Author:
- btaylor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityConfiguration
protected EntityConfiguration entityConfiguration
em
protected javax.persistence.EntityManager em
ContentDaoImpl
public ContentDaoImpl()
delete
public void delete(Content content)
- Specified by:
delete in interface ContentDao
delete
public void delete(java.util.List<Content> contentList)
- Specified by:
delete in interface ContentDao
readContentAwaitingApproval
public java.util.List<Content> readContentAwaitingApproval()
- Specified by:
readContentAwaitingApproval in interface ContentDao
readContentById
public Content readContentById(java.lang.Integer id)
- Specified by:
readContentById in interface ContentDao
readContentByIdsAndSandbox
public java.util.List<Content> readContentByIdsAndSandbox(java.util.List<java.lang.Integer> ids,
java.lang.String sandbox)
- Specified by:
readContentByIdsAndSandbox in interface ContentDao
readContentBySandbox
public java.util.List<Content> readContentBySandbox(java.lang.String sandbox)
- Specified by:
readContentBySandbox in interface ContentDao
readContentBySandboxAndType
public java.util.List<Content> readContentBySandboxAndType(java.lang.String sandbox,
java.lang.String contentType)
- Specified by:
readContentBySandboxAndType in interface ContentDao
readContentSpecified
public java.util.List<Content> readContentSpecified(java.lang.String sandbox,
java.lang.String contentType,
java.util.Date displayDate)
- Specified by:
readContentSpecified in interface ContentDao
saveContent
public Content saveContent(Content content)
- Specified by:
saveContent in interface ContentDao
saveContent
public java.util.List<Content> saveContent(java.util.List<Content> contentList)
- Specified by:
saveContent in interface ContentDao
readStagedContent
public java.util.List<Content> readStagedContent()
- Specified by:
readStagedContent in interface ContentDao
readAllContent
public java.util.List<Content> readAllContent()
- Specified by:
readAllContent in interface ContentDao
Copyright © 2012. All Rights Reserved.