@Service(value="blContentService") public class ContentServiceImpl extends Object implements ContentService
| Modifier and Type | Class and Description |
|---|---|
class |
ContentServiceImpl.ContentComparator |
| Modifier and Type | Field and Description |
|---|---|
protected ContentDao |
contentDao |
protected ContentDetailsDao |
contentDetailsDao |
| Constructor and Description |
|---|
ContentServiceImpl() |
protected ContentDao contentDao
protected ContentDetailsDao contentDetailsDao
public Content findContentById(Integer id)
findContentById in interface ContentServicepublic ContentDetails findContentDetailsById(Integer id)
findContentDetailsById in interface ContentServicepublic String findContentDetailsXmlById(Integer id)
findContentDetailsXmlById in interface ContentServicepublic Map<String,Object> findContentDetailsMapById(Integer id) throws Exception
findContentDetailsMapById in interface ContentServiceExceptionpublic List<ContentXmlData> findContentDetailsListById(Integer id) throws Exception
findContentDetailsListById in interface ContentServiceExceptionpublic List<ContentDetails> findContentDetails(String sandbox, String contentType, Map<String,Object> mvelParameters)
findContentDetails in interface ContentServicepublic List<ContentDetails> findContentDetails(String sandbox, String contentType, Map<String,Object> mvelParameters, Date displayDate)
findContentDetails in interface ContentServicepublic List<Content> findContent(String sandbox, String contentType, Map<String,Object> mvelParameters, Date displayDate)
findContent in interface ContentServicepublic String renderedContentDetails(String styleSheetString, List<ContentDetails> contentDetails) throws Exception
renderedContentDetails in interface ContentServiceExceptionpublic String renderedContentDetails(String styleSheetString, List<ContentDetails> contentDetails, int rowCount) throws Exception
renderedContentDetails in interface ContentServiceExceptionpublic String renderedContent(String styleSheetString, List<Content> contentList, int rowCount) throws Exception
renderedContent in interface ContentServiceExceptionpublic void approveContent(List<Integer> contentIds, String sandboxName, String username)
approveContent in interface ContentServicepublic List<Content> checkoutContentToSandbox(List<Integer> contentIds, String sandboxName)
checkoutContentToSandbox in interface ContentServicepublic List<Content> readContentAwaitingApproval()
readContentAwaitingApproval in interface ContentServicepublic List<Content> readContentForSandbox(String sandbox)
readContentForSandbox in interface ContentServicepublic List<Content> readContentForSandboxAndType(String sandbox, String contentType)
readContentForSandboxAndType in interface ContentServicepublic void rejectContent(List<Integer> contentIds, String sandbox, String username)
rejectContent in interface ContentServicepublic void removeContentFromSandbox(List<Integer> contentIds, String sandbox)
removeContentFromSandbox in interface ContentServicepublic void submitContentFromSandbox(List<Integer> contentIds, String sandboxName, String username, String note)
submitContentFromSandbox in interface ContentServicepublic Content saveContent(Content content, List<ContentXmlData> details)
saveContent in interface ContentServicepublic List<ContentPageInfo> readAllContentPageInfos()
readAllContentPageInfos in interface ContentServicepublic Map<Integer,String> constructParentUrlMap()
constructParentUrlMap in interface ContentServiceCopyright © 2013. All rights reserved.