org.broadleafcommerce.core.content.dao
Interface ContentDao
- All Known Implementing Classes:
- ContentDaoImpl
public interface ContentDao
DOCUMENT ME!
- Author:
- btaylor
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 © 2012. All Rights Reserved.