Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContent
Packages that use StructuredContent
Package
Description
-
Uses of StructuredContent in org.broadleafcommerce.cms.structure.dao
Methods in org.broadleafcommerce.cms.structure.dao that return StructuredContentModifier and TypeMethodDescriptionStructuredContentDao.addOrUpdateContentItem
(StructuredContent content) Persists the changes or saves a new content item.StructuredContentDaoImpl.addOrUpdateContentItem
(StructuredContent content) StructuredContentDao.findStructuredContentById
(Long contentId) Returns theStructuredContent
item that matches the passed in Id.StructuredContentDaoImpl.findStructuredContentById
(Long contentId) Methods in org.broadleafcommerce.cms.structure.dao that return types with arguments of type StructuredContentModifier and TypeMethodDescriptionStructuredContentDao.findActiveStructuredContentByName
(String name, Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByName
(String name, Locale fullLocale, Locale languageOnlyLocale) Called by theDisplayContentTag
to locate content based on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByName
(String name, Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByName
(String name, Locale fullLocale, Locale languageOnlyLocale) StructuredContentDao.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale fullLocale, Locale languageOnlyLocale) Called by theDisplayContentTag
to locate content based on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale fullLocale, Locale languageOnlyLocale) StructuredContentDao.findActiveStructuredContentByType
(StructuredContentType type, Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByType
(StructuredContentType type, Locale fullLocale, Locale languageOnlyLocale) Called by theDisplayContentTag
to locate content based on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByType
(StructuredContentType type, Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByType
(StructuredContentType type, Locale fullLocale, Locale languageOnlyLocale) StructuredContentDao.findAllContentItems()
Finds all content regardless of theSandBox
they are a member ofStructuredContentDaoImpl.findAllContentItems()
Methods in org.broadleafcommerce.cms.structure.dao with parameters of type StructuredContentModifier and TypeMethodDescriptionStructuredContentDao.addOrUpdateContentItem
(StructuredContent content) Persists the changes or saves a new content item.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) -
Uses of StructuredContent in org.broadleafcommerce.cms.structure.domain
Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContentFields in org.broadleafcommerce.cms.structure.domain declared as StructuredContentModifier and TypeFieldDescriptionprotected StructuredContent
StructuredContentFieldXrefImpl.structuredContent
protected StructuredContent
StructuredContentItemCriteriaImpl.structuredContent
Methods in org.broadleafcommerce.cms.structure.domain with type parameters of type StructuredContentModifier and TypeMethodDescription<G extends StructuredContent>
CreateResponse<G>StructuredContentImpl.createOrRetrieveCopyInstance
(MultiTenantCopyContext context) Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContentModifier and TypeMethodDescriptionStructuredContentFieldXref.getStructuredContent()
StructuredContentFieldXrefImpl.getStructuredContent()
StructuredContentItemCriteria.getStructuredContent()
Returns the parentStructuredContent
item to which this field belongs.StructuredContentItemCriteriaImpl.getStructuredContent()
Methods in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContentModifier and TypeMethodDescriptionvoid
StructuredContentFieldXref.setStructuredContent
(StructuredContent sc) void
StructuredContentFieldXrefImpl.setStructuredContent
(StructuredContent sc) void
StructuredContentItemCriteria.setStructuredContent
(StructuredContent structuredContent) Sets the parentStructuredContent
item.void
StructuredContentItemCriteriaImpl.setStructuredContent
(StructuredContent structuredContent) Constructors in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContentModifierConstructorDescriptionStructuredContentFieldXrefImpl
(StructuredContent sc, StructuredContentField scField, String key) -
Uses of StructuredContent in org.broadleafcommerce.cms.structure.message
Methods in org.broadleafcommerce.cms.structure.message with parameters of type StructuredContentModifier and TypeMethodDescriptionvoid
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 StructuredContentModifier and TypeMethodDescriptionvoid
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 StructuredContentModifier and TypeMethodDescriptionStructuredContentService.findStructuredContentById
(Long contentId) Returns the StructuredContent item associated with the passed in id.StructuredContentServiceImpl.findStructuredContentById
(Long contentId) Methods in org.broadleafcommerce.cms.structure.service that return types with arguments of type StructuredContentModifier and TypeMethodDescriptionStructuredContentService.findAllContentItems()
Finds all content items regardless of theSandbox
they are a member ofStructuredContentServiceImpl.findAllContentItems()
Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContentModifier and TypeMethodDescriptionprotected void
StructuredContentServiceImpl.buildFieldValues
(StructuredContent sc, StructuredContentDTO scDTO, boolean secure) Parses the givenStructuredContent
into itsStructuredContentDTO
representation.protected List<ItemCriteriaDTO>
StructuredContentServiceImpl.buildItemCriteriaDTOList
(StructuredContent sc) protected String
StructuredContentServiceImpl.buildNameKey
(SandBox sandBox, StructuredContent sc) protected String
StructuredContentServiceImpl.buildNameKey
(SandBox sandBox, StructuredContent sc, Boolean secure) protected String
StructuredContentServiceImpl.buildRuleExpression
(StructuredContent sc) StructuredContentService.buildStructuredContentDTO
(StructuredContent sc, boolean secure) Converts a StructuredContent into a StructuredContentDTO.StructuredContentServiceImpl.buildStructuredContentDTO
(StructuredContent sc, boolean secure) Converts a StructuredContent into a StructuredContentDTO.protected String
StructuredContentServiceImpl.buildTypeKey
(SandBox sandBox, StructuredContent sc) AbstractStructuredContentServiceExtensionHandler.populateAdditionalStructuredContentFields
(StructuredContent sc, StructuredContentDTO dto, boolean secure) StructuredContentServiceExtensionHandler.populateAdditionalStructuredContentFields
(StructuredContent sc, StructuredContentDTO dto, boolean secure) Further modifies the fields when parsing aStructuredContent
into aStructuredContentDTO
.void
StructuredContentService.removeStructuredContentFromCache
(SandBox sandBox, StructuredContent sc) Call to evict an item from the cache.void
StructuredContentServiceImpl.removeStructuredContentFromCache
(SandBox sandBox, StructuredContent sc) Method parameters in org.broadleafcommerce.cms.structure.service with type arguments of type StructuredContentModifier and TypeMethodDescriptionStructuredContentService.buildStructuredContentDTOList
(List<StructuredContent> structuredContentList, boolean secure) StructuredContentServiceImpl.buildStructuredContentDTOList
(List<StructuredContent> structuredContentList, boolean secure) Converts a list of structured content items to a list of structured content DTOs.
Internally calls buildStructuredContentDTO(...).StructuredContentService.convertToDtos
(List<StructuredContent> scs, boolean isSecure) Converts a list of StructuredContent objects into their correspondingStructuredContentDTO
s.StructuredContentServiceImpl.convertToDtos
(List<StructuredContent> scs, boolean isSecure)