| Modifier and Type | Method and Description |
|---|---|
StructuredContentType |
StructuredContentDao.findStructuredContentTypeById(Long contentTypeId)
Returns the
StructuredContentType that matches
the passed in contentTypeId. |
StructuredContentType |
StructuredContentDaoImpl.findStructuredContentTypeById(Long contentTypeId) |
StructuredContentType |
StructuredContentDao.findStructuredContentTypeByName(String name)
Used to lookup the StructuredContentType by name.
|
StructuredContentType |
StructuredContentDaoImpl.findStructuredContentTypeByName(String name) |
StructuredContentType |
StructuredContentDao.saveStructuredContentType(StructuredContentType type)
Saves the given type and returns the merged instance
|
StructuredContentType |
StructuredContentDaoImpl.saveStructuredContentType(StructuredContentType type) |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredContentType> |
StructuredContentDao.retrieveAllStructuredContentTypes()
Returns the list of all
StructuredContentTypes. |
List<StructuredContentType> |
StructuredContentDaoImpl.retrieveAllStructuredContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
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
DisplayContentTag to 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
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale) |
StructuredContentType |
StructuredContentDao.saveStructuredContentType(StructuredContentType type)
Saves the given type and returns the merged instance
|
StructuredContentType |
StructuredContentDaoImpl.saveStructuredContentType(StructuredContentType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
StructuredContentTypeImpl
Created by bpolster.
|
| Modifier and Type | Field and Description |
|---|---|
protected StructuredContentType |
StructuredContentImpl.structuredContentType |
| Modifier and Type | Method and Description |
|---|---|
StructuredContentType |
StructuredContent.getStructuredContentType()
Gets the
StructuredContentType associated with this content item. |
StructuredContentType |
StructuredContentImpl.getStructuredContentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredContent.setStructuredContentType(StructuredContentType structuredContentType)
Sets the
StructuredContentType associated with this content item. |
void |
StructuredContentImpl.setStructuredContentType(StructuredContentType structuredContentType) |
| Modifier and Type | Method and Description |
|---|---|
StructuredContentType |
StructuredContentService.findStructuredContentTypeById(Long id)
Returns the
StructuredContentType associated with the passed in id. |
StructuredContentType |
StructuredContentServiceImpl.findStructuredContentTypeById(Long id) |
StructuredContentType |
StructuredContentService.findStructuredContentTypeByName(String name)
Returns the
StructuredContentType associated with the passed in
String value. |
StructuredContentType |
StructuredContentServiceImpl.findStructuredContentTypeByName(String name) |
StructuredContentType |
StructuredContentService.saveStructuredContentType(StructuredContentType type)
Saves the given type and returns the merged instance
|
StructuredContentType |
StructuredContentServiceImpl.saveStructuredContentType(StructuredContentType type)
Saves the given type and returns the merged instance
|
| Modifier and Type | Method and Description |
|---|---|
List<StructuredContentType> |
StructuredContentService.retrieveAllStructuredContentTypes() |
List<StructuredContentType> |
StructuredContentServiceImpl.retrieveAllStructuredContentTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name and type.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content
Returns active content items for the passed in sandbox that match the passed in type. |
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByType(StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
StructuredContentType |
StructuredContentService.saveStructuredContentType(StructuredContentType type)
Saves the given type and returns the merged instance
|
StructuredContentType |
StructuredContentServiceImpl.saveStructuredContentType(StructuredContentType type)
Saves the given type and returns the merged instance
|
| Modifier and Type | Method and Description |
|---|---|
protected List<StructuredContentDTO> |
ContentProcessor.getContentItems(String contentName,
Integer maxResults,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> mvelParameters,
SandBox currentSandbox,
StructuredContentType structuredContentType,
Locale locale,
org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
Copyright © 2015. All Rights Reserved.