public interface ContentService
ContentDetails findContentDetailsById(Integer id)
Map<String,Object> findContentDetailsMapById(Integer id) throws Exception
Exception
List<ContentXmlData> findContentDetailsListById(Integer id) throws Exception
Exception
List<ContentDetails> findContentDetails(String sandbox, String contentType, Map<String,Object> mvelParameters)
List<ContentDetails> findContentDetails(String sandbox, String contentType, Map<String,Object> mvelParameters, Date displayDate)
List<Content> findContent(String sandbox, String contentType, Map<String,Object> mvelParameters, Date displayDate)
String renderedContentDetails(String styleSheet, List<ContentDetails> contentDetails) throws Exception
Exception
String renderedContentDetails(String styleSheetString, List<ContentDetails> contentDetails, int rowCount) throws Exception
Exception
String renderedContent(String styleSheetString, List<Content> contentList, int rowCount) throws Exception
Exception
List<Content> checkoutContentToSandbox(List<Integer> contentIds, String sandboxName)
void submitContentFromSandbox(List<Integer> contentIds, String sandboxName, String username, String note)
List<Content> readContentForSandboxAndType(String sandbox, String contentType)
Content saveContent(Content content, List<ContentXmlData> details)
List<ContentPageInfo> readAllContentPageInfos()
Copyright © 2013. All rights reserved.