Modifier and Type | Method and Description |
---|---|
StructuredContent |
StructuredContentDaoImpl.addOrUpdateContentItem(StructuredContent content) |
StructuredContent |
StructuredContentDao.addOrUpdateContentItem(StructuredContent content)
Persists the changes or saves a new content item.
|
StructuredContent |
StructuredContentDaoImpl.findStructuredContentById(Long contentId) |
StructuredContent |
StructuredContentDao.findStructuredContentById(Long contentId)
Returns the
StructuredContent item that matches
the passed in Id. |
Modifier and Type | Method and Description |
---|---|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findAllContentItems() |
List<StructuredContent> |
StructuredContentDao.findAllContentItems()
Finds all content regardless of the
Sandbox they are a member of |
Modifier and Type | Method and Description |
---|---|
StructuredContent |
StructuredContentDaoImpl.addOrUpdateContentItem(StructuredContent content) |
StructuredContent |
StructuredContentDao.addOrUpdateContentItem(StructuredContent content)
Persists the changes or saves a new content item.
|
void |
StructuredContentDaoImpl.delete(StructuredContent content) |
void |
StructuredContentDao.delete(StructuredContent content)
Removes the passed in item from the underlying storage.
|
void |
StructuredContentDaoImpl.detach(StructuredContent sc) |
void |
StructuredContentDao.detach(StructuredContent sc)
Detaches the item from the JPA session.
|
Map<String,StructuredContentField> |
StructuredContentDaoImpl.readFieldsForStructuredContentItem(StructuredContent sc) |
Map<String,StructuredContentField> |
StructuredContentDao.readFieldsForStructuredContentItem(StructuredContent sc) |
Modifier and Type | Class and Description |
---|---|
class |
StructuredContentImpl
Created by bpolster.
|
Modifier and Type | Field and Description |
---|---|
protected StructuredContent |
StructuredContentItemCriteriaImpl.structuredContent |
protected StructuredContent |
StructuredContentFieldImpl.structuredContent |
protected StructuredContent |
CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK.structuredContent |
Modifier and Type | Method and Description |
---|---|
StructuredContent |
StructuredContentImpl.cloneEntity() |
StructuredContent |
StructuredContent.cloneEntity()
Builds a copy of this content item.
|
StructuredContent |
StructuredContentItemCriteriaImpl.getStructuredContent() |
StructuredContent |
StructuredContentItemCriteria.getStructuredContent()
Returns the parent
StructuredContent item to which this
field belongs. |
StructuredContent |
StructuredContentFieldImpl.getStructuredContent() |
StructuredContent |
StructuredContentField.getStructuredContent()
Returns the parent
StructuredContent item to which this
field belongs. |
StructuredContent |
CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK.getStructuredContent() |
Modifier and Type | Method and Description |
---|---|
void |
StructuredContentItemCriteriaImpl.setStructuredContent(StructuredContent structuredContent) |
void |
StructuredContentItemCriteria.setStructuredContent(StructuredContent structuredContent)
Sets the parent
StructuredContent item. |
void |
StructuredContentFieldImpl.setStructuredContent(StructuredContent structuredContent) |
void |
StructuredContentField.setStructuredContent(StructuredContent structuredContent)
Sets the parent
StructuredContent item. |
void |
CriteriaStructuredContentXref.CriteriaStructuredContentXrefPK.setStructuredContent(StructuredContent structuredContent) |
Modifier and Type | Method and Description |
---|---|
void |
ArchivedStructuredContentPublisher.processStructuredContentArchive(StructuredContent sc,
String baseTypeKey,
String baseNameKey) |
Modifier and Type | Method and Description |
---|---|
void |
JMSArchivedStructuredContentPublisher.processStructuredContentArchive(StructuredContent sc,
String baseNameKey,
String baseTypeKey) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<StructuredContent> |
StructuredContentServiceImpl.findAllContentItems() |
List<StructuredContent> |
StructuredContentService.findAllContentItems()
Finds all content items regardless of the
Sandbox they are a member of |
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.
|
Modifier and Type | Method and Description |
---|---|
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 void |
StructuredContentServiceImpl.buildFieldValues(StructuredContent sc,
StructuredContentDTO scDTO,
boolean secure) |
protected List<ItemCriteriaDTO> |
StructuredContentServiceImpl.buildItemCriteriaDTOList(StructuredContent sc) |
protected String |
StructuredContentServiceImpl.buildNameKey(StructuredContent sc) |
protected String |
StructuredContentServiceImpl.buildRuleExpression(StructuredContent sc) |
protected StructuredContentDTO |
StructuredContentServiceImpl.buildStructuredContentDTO(StructuredContent sc,
boolean secure)
Converts a StructuredContent into a StructuredContentDTO.
|
protected String |
StructuredContentServiceImpl.buildTypeKey(StructuredContent sc) |
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.
|
Modifier and Type | Method and Description |
---|---|
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(...). |
protected List<StructuredContentDTO> |
StructuredContentServiceImpl.mergeContent(List<StructuredContentDTO> productionList,
List<StructuredContent> sandboxList,
boolean secure) |
Copyright © 2014. All rights reserved.