|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StructuredContent in org.broadleafcommerce.cms.admin.server.handler |
|---|
| Methods in org.broadleafcommerce.cms.admin.server.handler with parameters of type StructuredContent | |
|---|---|
protected void |
StructuredContentCustomPersistenceHandler.addRule(Entity entity,
StructuredContent structuredContentInstance,
String propertyName,
StructuredContentRuleType type)
|
protected void |
StructuredContentCustomPersistenceHandler.addRulesToEntity(StructuredContent structuredContent,
Entity structuredContentEntity)
|
protected void |
StructuredContentCustomPersistenceHandler.updateRule(Entity entity,
StructuredContent structuredContentInstance,
String propertyName,
StructuredContentRuleType type)
|
| Uses of StructuredContent in org.broadleafcommerce.cms.structure.dao |
|---|
| Methods in org.broadleafcommerce.cms.structure.dao that return StructuredContent | |
|---|---|
StructuredContent |
StructuredContentDao.addOrUpdateContentItem(StructuredContent content)
Persists the changes or saves a new content item. |
StructuredContent |
StructuredContentDaoImpl.addOrUpdateContentItem(StructuredContent content)
|
StructuredContent |
StructuredContentDao.findStructuredContentById(Long contentId)
Returns the StructuredContent item that matches
the passed in Id. |
StructuredContent |
StructuredContentDaoImpl.findStructuredContentById(Long contentId)
|
| Methods in org.broadleafcommerce.cms.structure.dao that return types with arguments of type StructuredContent | |
|---|---|
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale)
Called by the DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, and Locale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale)
|
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale)
Called by the DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, and Locale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale)
|
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale)
Called by the DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, and Locale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale)
|
| Methods in org.broadleafcommerce.cms.structure.dao with parameters of type StructuredContent | |
|---|---|
StructuredContent |
StructuredContentDao.addOrUpdateContentItem(StructuredContent content)
Persists the changes or saves a new content item. |
StructuredContent |
StructuredContentDaoImpl.addOrUpdateContentItem(StructuredContent content)
|
void |
StructuredContentDao.delete(StructuredContent content)
Removes the passed in item from the underlying storage. |
void |
StructuredContentDaoImpl.delete(StructuredContent content)
|
void |
StructuredContentDao.detach(StructuredContent sc)
Detaches the item from the JPA session. |
void |
StructuredContentDaoImpl.detach(StructuredContent sc)
|
Map<String,StructuredContentField> |
StructuredContentDao.readFieldsForStructuredContentItem(StructuredContent sc)
|
Map<String,StructuredContentField> |
StructuredContentDaoImpl.readFieldsForStructuredContentItem(StructuredContent sc)
|
| Uses of StructuredContent in org.broadleafcommerce.cms.structure.domain |
|---|
| Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContent | |
|---|---|
class |
StructuredContentImpl
Created by bpolster. |
| Fields in org.broadleafcommerce.cms.structure.domain declared as StructuredContent | |
|---|---|
protected StructuredContent |
StructuredContentFieldImpl.structuredContent
|
protected StructuredContent |
CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK.structuredContent
|
protected StructuredContent |
StructuredContentItemCriteriaImpl.structuredContent
|
| Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContent | |
|---|---|
StructuredContent |
StructuredContentImpl.cloneEntity()
|
StructuredContent |
StructuredContent.cloneEntity()
Builds a copy of this content item. |
StructuredContent |
StructuredContentField.getStructuredContent()
Returns the parent StructuredContent item to which this
field belongs. |
StructuredContent |
StructuredContentItemCriteria.getStructuredContent()
Returns the parent StructuredContent item to which this
field belongs. |
StructuredContent |
StructuredContentFieldImpl.getStructuredContent()
|
StructuredContent |
CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK.getStructuredContent()
|
StructuredContent |
StructuredContentItemCriteriaImpl.getStructuredContent()
|
| Methods in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContent | |
|---|---|
void |
StructuredContentField.setStructuredContent(StructuredContent structuredContent)
Sets the parent StructuredContent item. |
void |
StructuredContentItemCriteria.setStructuredContent(StructuredContent structuredContent)
Sets the parent StructuredContent item. |
void |
StructuredContentFieldImpl.setStructuredContent(StructuredContent structuredContent)
|
void |
CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK.setStructuredContent(StructuredContent structuredContent)
|
void |
StructuredContentItemCriteriaImpl.setStructuredContent(StructuredContent structuredContent)
|
| Uses of StructuredContent in org.broadleafcommerce.cms.structure.message |
|---|
| Methods in org.broadleafcommerce.cms.structure.message with parameters of type StructuredContent | |
|---|---|
void |
ArchivedStructuredContentPublisher.processStructuredContentArchive(StructuredContent sc,
String baseTypeKey,
String baseNameKey)
|
| Uses of StructuredContent in org.broadleafcommerce.cms.structure.message.jms |
|---|
| Methods in org.broadleafcommerce.cms.structure.message.jms with parameters of type StructuredContent | |
|---|---|
void |
JMSArchivedStructuredContentPublisher.processStructuredContentArchive(StructuredContent sc,
String baseNameKey,
String baseTypeKey)
|
| Uses of StructuredContent in org.broadleafcommerce.cms.structure.service |
|---|
| Methods in org.broadleafcommerce.cms.structure.service that return StructuredContent | |
|---|---|
StructuredContent |
StructuredContentServiceImpl.addStructuredContent(StructuredContent content,
SandBox destinationSandbox)
|
StructuredContent |
StructuredContentService.addStructuredContent(StructuredContent content,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
StructuredContent |
StructuredContentServiceImpl.findStructuredContentById(Long contentId)
|
StructuredContent |
StructuredContentService.findStructuredContentById(Long contentId)
Returns the StructuredContent item associated with the passed in id. |
StructuredContent |
StructuredContentServiceImpl.updateStructuredContent(StructuredContent content,
SandBox destSandbox)
|
StructuredContent |
StructuredContentService.updateStructuredContent(StructuredContent content,
SandBox sandbox)
This method is intended to be called from within the CMS admin only. |
| Methods in org.broadleafcommerce.cms.structure.service that return types with arguments of type StructuredContent | |
|---|---|
List<StructuredContent> |
StructuredContentServiceImpl.findContentItems(SandBox sandbox,
org.hibernate.Criteria c)
|
List<StructuredContent> |
StructuredContentService.findContentItems(SandBox sandbox,
org.hibernate.Criteria criteria)
This method is intended to be called solely from the CMS admin. |
| Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContent | |
|---|---|
StructuredContent |
StructuredContentServiceImpl.addStructuredContent(StructuredContent content,
SandBox destinationSandbox)
|
StructuredContent |
StructuredContentService.addStructuredContent(StructuredContent content,
SandBox destinationSandbox)
This method is intended to be called from within the CMS admin only. |
protected StructuredContentDTO |
StructuredContentServiceImpl.buildStructuredContentDTO(StructuredContent sc,
boolean secure)
Converts a StructuredContent into a StructuredContentDTO. |
void |
StructuredContentServiceImpl.deleteStructuredContent(StructuredContent content,
SandBox destinationSandbox)
|
void |
StructuredContentService.deleteStructuredContent(StructuredContent content,
SandBox destinationSandbox)
If deleting and item where content.originalItemId != null then the item is deleted from the database. |
protected void |
StructuredContentServiceImpl.productionItemArchived(StructuredContent sc)
|
void |
StructuredContentServiceImpl.removeStructuredContentFromCache(StructuredContent sc)
Call to evict an item from the cache. |
StructuredContent |
StructuredContentServiceImpl.updateStructuredContent(StructuredContent content,
SandBox destSandbox)
|
StructuredContent |
StructuredContentService.updateStructuredContent(StructuredContent content,
SandBox sandbox)
This method is intended to be called from within the CMS admin only. |
| Method parameters in org.broadleafcommerce.cms.structure.service with type arguments of type StructuredContent | |
|---|---|
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.buildStructuredContentDTOList(List<StructuredContent> structuredContentList,
boolean secure)
Converts a list of structured content items to a list of structured content DTOs. Internally calls buildStructuredContentDTO(...). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||