public interface ContentDao
| Modifier and Type | Method and Description |
|---|---|
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) |
void delete(Content content)
List<Content> readContentByIdsAndSandbox(List<Integer> ids, String sandbox)
List<Content> readContentBySandboxAndType(String sandbox, String contentType)
List<Content> readContentSpecified(String sandbox, String contentType, Date date)
Copyright © 2014. All Rights Reserved.