org.broadleafcommerce.core.content.dao
Interface ContentDao

All Known Implementing Classes:
ContentDaoImpl

public interface ContentDao

DOCUMENT ME!

Author:
btaylor

Method Summary
 void delete(Content content)
           
 void delete(List<Content> contentList)
           
 List<Content> readAllContent()
           
 List<Content> readContentAwaitingApproval()
           
 Content readContentById(Integer id)
           
 List<Content> readContentByIdsAndSandbox(List<Integer> ids, String sandbox)
           
 List<Content> readContentBySandbox(String sandbox)
           
 List<Content> readContentBySandboxAndType(String sandbox, String contentType)
           
 List<Content> readContentSpecified(String sandbox, String contentType, Date date)
           
 List<Content> readStagedContent()
           
 Content saveContent(Content content)
           
 List<Content> saveContent(List<Content> contentList)
           
 

Method Detail

delete

void delete(Content content)

delete

void delete(List<Content> contentList)

readContentAwaitingApproval

List<Content> readContentAwaitingApproval()

readContentById

Content readContentById(Integer id)

readContentByIdsAndSandbox

List<Content> readContentByIdsAndSandbox(List<Integer> ids,
                                         String sandbox)

readContentBySandbox

List<Content> readContentBySandbox(String sandbox)

readContentBySandboxAndType

List<Content> readContentBySandboxAndType(String sandbox,
                                          String contentType)

readContentSpecified

List<Content> readContentSpecified(String sandbox,
                                   String contentType,
                                   Date date)

saveContent

Content saveContent(Content content)

saveContent

List<Content> saveContent(List<Content> contentList)

readStagedContent

List<Content> readStagedContent()

readAllContent

List<Content> readAllContent()


Copyright © 2013. All Rights Reserved.