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 theStructuredContentitem 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 theDisplayContentTagto 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 theDisplayContentTagto 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 theDisplayContentTagto 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 theSandBoxthey 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) voidStructuredContentDao.delete(StructuredContent content) Removes the passed in item from the underlying storage.voidStructuredContentDaoImpl.delete(StructuredContent content) voidStructuredContentDao.detach(StructuredContent sc) Detaches the item from the JPA session.voidStructuredContentDaoImpl.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 StructuredContentStructuredContentFieldXrefImpl.structuredContentprotected StructuredContentStructuredContentItemCriteriaImpl.structuredContentMethods 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 parentStructuredContentitem to which this field belongs.StructuredContentItemCriteriaImpl.getStructuredContent()Methods in org.broadleafcommerce.cms.structure.domain with parameters of type StructuredContentModifier and TypeMethodDescriptionvoidStructuredContentFieldXref.setStructuredContent(StructuredContent sc) voidStructuredContentFieldXrefImpl.setStructuredContent(StructuredContent sc) voidStructuredContentItemCriteria.setStructuredContent(StructuredContent structuredContent) Sets the parentStructuredContentitem.voidStructuredContentItemCriteriaImpl.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 TypeMethodDescriptionvoidArchivedStructuredContentPublisher.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 TypeMethodDescriptionvoidJMSArchivedStructuredContentPublisher.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 theSandboxthey are a member ofStructuredContentServiceImpl.findAllContentItems()Methods in org.broadleafcommerce.cms.structure.service with parameters of type StructuredContentModifier and TypeMethodDescriptionprotected voidStructuredContentServiceImpl.buildFieldValues(StructuredContent sc, StructuredContentDTO scDTO, boolean secure) Parses the givenStructuredContentinto itsStructuredContentDTOrepresentation.protected List<ItemCriteriaDTO>StructuredContentServiceImpl.buildItemCriteriaDTOList(StructuredContent sc) protected StringStructuredContentServiceImpl.buildNameKey(SandBox sandBox, StructuredContent sc) protected StringStructuredContentServiceImpl.buildNameKey(SandBox sandBox, StructuredContent sc, Boolean secure) protected StringStructuredContentServiceImpl.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 StringStructuredContentServiceImpl.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 aStructuredContentinto aStructuredContentDTO.voidStructuredContentService.removeStructuredContentFromCache(SandBox sandBox, StructuredContent sc) Call to evict an item from the cache.voidStructuredContentServiceImpl.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 correspondingStructuredContentDTOs.StructuredContentServiceImpl.convertToDtos(List<StructuredContent> scs, boolean isSecure)