| Modifier and Type | Method and Description | 
|---|---|
| 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  StructuredContentitem that matches
 the passed in Id. | 
| StructuredContent | StructuredContentDaoImpl. findStructuredContentById(Long contentId) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StructuredContent> | StructuredContentDao. findActiveStructuredContentByName(String name,
                                 Locale locale)Pass through function for backwards compatibility to get a list of structured content. | 
| List<StructuredContent> | StructuredContentDaoImpl. findActiveStructuredContentByName(String name,
                                 Locale locale) | 
| List<StructuredContent> | StructuredContentDao. findActiveStructuredContentByName(String name,
                                 Locale fullLocale,
                                 Locale languageOnlyLocale)Called by the  DisplayContentTagto locate content based
 on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. | 
| List<StructuredContent> | StructuredContentDaoImpl. findActiveStructuredContentByName(String name,
                                 Locale fullLocale,
                                 Locale languageOnlyLocale) | 
| List<StructuredContent> | StructuredContentDao. findActiveStructuredContentByNameAndType(StructuredContentType type,
                                        String name,
                                        Locale locale)Pass through function for backwards compatibility to get a list of structured content. | 
| List<StructuredContent> | StructuredContentDaoImpl. findActiveStructuredContentByNameAndType(StructuredContentType type,
                                        String name,
                                        Locale locale) | 
| List<StructuredContent> | StructuredContentDao. findActiveStructuredContentByNameAndType(StructuredContentType type,
                                        String name,
                                        Locale fullLocale,
                                        Locale languageOnlyLocale)Called by the  DisplayContentTagto locate content based
 on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. | 
| List<StructuredContent> | StructuredContentDaoImpl. findActiveStructuredContentByNameAndType(StructuredContentType type,
                                        String name,
                                        Locale fullLocale,
                                        Locale languageOnlyLocale) | 
| List<StructuredContent> | StructuredContentDao. findActiveStructuredContentByType(StructuredContentType type,
                                 Locale locale)Pass through function for backwards compatibility to get a list of structured content. | 
| List<StructuredContent> | StructuredContentDaoImpl. findActiveStructuredContentByType(StructuredContentType type,
                                 Locale locale) | 
| List<StructuredContent> | StructuredContentDao. findActiveStructuredContentByType(StructuredContentType type,
                                 Locale fullLocale,
                                 Locale languageOnlyLocale)Called by the  DisplayContentTagto locate content based
 on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale. | 
| List<StructuredContent> | StructuredContentDaoImpl. findActiveStructuredContentByType(StructuredContentType type,
                                 Locale fullLocale,
                                 Locale languageOnlyLocale) | 
| List<StructuredContent> | StructuredContentDao. findAllContentItems()Finds all content regardless of the  Sandboxthey are a member of | 
| List<StructuredContent> | StructuredContentDaoImpl. findAllContentItems() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StructuredContentImplCreated by bpolster. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected StructuredContent | StructuredContentItemCriteriaImpl. structuredContent | 
| protected StructuredContent | StructuredContentFieldXrefImpl. structuredContent | 
| Modifier and Type | Method and Description | 
|---|---|
| <G extends StructuredContent> | StructuredContentImpl. createOrRetrieveCopyInstance(MultiTenantCopyContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| StructuredContent | StructuredContentFieldXref. getStructuredContent() | 
| StructuredContent | StructuredContentItemCriteria. getStructuredContent()Returns the parent  StructuredContentitem to which this
 field belongs. | 
| StructuredContent | StructuredContentItemCriteriaImpl. getStructuredContent() | 
| StructuredContent | StructuredContentFieldXrefImpl. getStructuredContent() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StructuredContentFieldXref. setStructuredContent(StructuredContent sc) | 
| void | StructuredContentItemCriteria. setStructuredContent(StructuredContent structuredContent)Sets the parent  StructuredContentitem. | 
| void | StructuredContentItemCriteriaImpl. setStructuredContent(StructuredContent structuredContent) | 
| void | StructuredContentFieldXrefImpl. setStructuredContent(StructuredContent sc) | 
| Constructor and Description | 
|---|
| StructuredContentFieldXrefImpl(StructuredContent sc,
                              StructuredContentField scField,
                              String key) | 
| 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 | StructuredContentService. findStructuredContentById(Long contentId)Returns the StructuredContent item associated with the passed in id. | 
| StructuredContent | StructuredContentServiceImpl. findStructuredContentById(Long contentId) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StructuredContent> | StructuredContentService. findAllContentItems()Finds all content items regardless of the  Sandboxthey are a member of | 
| List<StructuredContent> | StructuredContentServiceImpl. findAllContentItems() | 
| List<StructuredContent> | StructuredContentService. findContentItems(org.hibernate.Criteria criteria)This method is intended to be called solely from the CMS admin. | 
| List<StructuredContent> | StructuredContentServiceImpl. findContentItems(org.hibernate.Criteria c) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | StructuredContentServiceImpl. buildFieldValues(StructuredContent sc,
                StructuredContentDTO scDTO,
                boolean secure)Parses the given  StructuredContentinto itsStructuredContentDTOrepresentation. | 
| 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) | 
| StructuredContentDTO | StructuredContentService. buildStructuredContentDTO(StructuredContent sc,
                         boolean secure)Converts a StructuredContent into a StructuredContentDTO. | 
| StructuredContentDTO | StructuredContentServiceImpl. buildStructuredContentDTO(StructuredContent sc,
                         boolean secure)Converts a StructuredContent into a StructuredContentDTO. | 
| protected String | StructuredContentServiceImpl. buildTypeKey(SandBox sandBox,
            StructuredContent sc) | 
| ExtensionResultStatusType | StructuredContentServiceExtensionHandler. populateAdditionalStructuredContentFields(StructuredContent sc,
                                         StructuredContentDTO dto,
                                         boolean secure)Further modifies the fields when parsing a  StructuredContentinto aStructuredContentDTO. | 
| ExtensionResultStatusType | AbstractStructuredContentServiceExtensionHandler. populateAdditionalStructuredContentFields(StructuredContent sc,
                                         StructuredContentDTO dto,
                                         boolean secure) | 
| void | StructuredContentService. removeStructuredContentFromCache(SandBox sandBox,
                                StructuredContent sc)Call to evict an item from the cache. | 
| void | StructuredContentServiceImpl. removeStructuredContentFromCache(SandBox sandBox,
                                StructuredContent sc) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StructuredContentDTO> | StructuredContentService. buildStructuredContentDTOList(List<StructuredContent> structuredContentList,
                             boolean secure) | 
| 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(...). | 
| List<StructuredContentDTO> | StructuredContentService. convertToDtos(List<StructuredContent> scs,
             boolean isSecure)Converts a list of StructuredContent objects into their corresponding  StructuredContentDTOs. | 
| List<StructuredContentDTO> | StructuredContentServiceImpl. convertToDtos(List<StructuredContent> scs,
             boolean isSecure) | 
Copyright © 2020. All rights reserved.