| Package | Description |
|---|---|
| org.broadleafcommerce.core.content.dao | |
| org.broadleafcommerce.core.content.domain | |
| org.broadleafcommerce.core.content.service |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentDao.readContentById(Integer id) |
Content |
ContentDaoImpl.readContentById(Integer id) |
Content |
ContentDao.saveContent(Content content) |
Content |
ContentDaoImpl.saveContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentDao.delete(Content content) |
void |
ContentDaoImpl.delete(Content content) |
Content |
ContentDao.saveContent(Content content) |
Content |
ContentDaoImpl.saveContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentDao.delete(List<Content> contentList) |
void |
ContentDaoImpl.delete(List<Content> contentList) |
List<Content> |
ContentDao.saveContent(List<Content> contentList) |
List<Content> |
ContentDaoImpl.saveContent(List<Content> contentList) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentDetailsImpl |
class |
ContentImpl
Basic content item for the BLC CMS support
|
| Constructor and Description |
|---|
ContentImpl(Content cnt,
String sandbox,
boolean deployed) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ContentServiceImpl.findContentById(Integer id) |
Content |
ContentService.findContentById(Integer id) |
Content |
ContentServiceImpl.saveContent(Content content,
List<ContentXmlData> details) |
Content |
ContentService.saveContent(Content content,
List<ContentXmlData> details) |
| Modifier and Type | Method and Description |
|---|---|
List<Content> |
ContentServiceImpl.checkoutContentToSandbox(List<Integer> contentIds,
String sandboxName) |
List<Content> |
ContentService.checkoutContentToSandbox(List<Integer> contentIds,
String sandboxName) |
List<Content> |
ContentServiceImpl.findContent(String sandbox,
String contentType,
Map<String,Object> mvelParameters,
Date displayDate) |
List<Content> |
ContentService.findContent(String sandbox,
String contentType,
Map<String,Object> mvelParameters,
Date displayDate) |
List<Content> |
ContentServiceImpl.readContentAwaitingApproval() |
List<Content> |
ContentService.readContentAwaitingApproval() |
List<Content> |
ContentServiceImpl.readContentForSandbox(String sandbox) |
List<Content> |
ContentService.readContentForSandbox(String sandbox) |
List<Content> |
ContentServiceImpl.readContentForSandboxAndType(String sandbox,
String contentType) |
List<Content> |
ContentService.readContentForSandboxAndType(String sandbox,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
int |
ContentServiceImpl.ContentComparator.compare(Content o1,
Content o2) |
Content |
ContentServiceImpl.saveContent(Content content,
List<ContentXmlData> details) |
Content |
ContentService.saveContent(Content content,
List<ContentXmlData> details) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContentServiceImpl.renderedContent(String styleSheetString,
List<Content> contentList,
int rowCount) |
String |
ContentService.renderedContent(String styleSheetString,
List<Content> contentList,
int rowCount) |
Copyright © 2014. All rights reserved.