public interface AdvancedStructuredContentDao
Modifier and Type | Method and Description |
---|---|
List<ContentItem> |
findContentItemByActiveStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent)
Returns the current
ContentItem s associated with the given StructuredContent |
List<org.broadleafcommerce.cms.structure.domain.StructuredContent> |
findOnlineAndIncludedStructuredContent(int limit,
int offset)
Retrieve a subset of all online and site map included structured content.
|
List<org.broadleafcommerce.cms.structure.domain.StructuredContent> |
findOnlineAndIncludedStructuredContentByType(org.broadleafcommerce.cms.structure.domain.StructuredContentType scType,
int limit,
int offset)
Retrieve a subset of a specific type of online and site map included structured content.
|
List<org.broadleafcommerce.cms.structure.domain.StructuredContentType> |
readStructuredContentTypesByCategory(String category)
Returns a list of
StructuredContentType matching the given category |
List<org.broadleafcommerce.cms.structure.domain.StructuredContentType> readStructuredContentTypesByCategory(String category)
StructuredContentType
matching the given categorycategory
- List<ContentItem> findContentItemByActiveStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent)
ContentItem
s associated with the given StructuredContentstructuredContent
- fullLocale
- languageOnlyLocale
- @Nonnull List<org.broadleafcommerce.cms.structure.domain.StructuredContent> findOnlineAndIncludedStructuredContent(@Nonnull int limit, @Nonnull int offset)
limit
- the maximum number of resultsoffset
- the starting point in the record set@Nonnull List<org.broadleafcommerce.cms.structure.domain.StructuredContent> findOnlineAndIncludedStructuredContentByType(@Nonnull org.broadleafcommerce.cms.structure.domain.StructuredContentType scType, @Nonnull int limit, @Nonnull int offset)
scType
- limit
- the maximum number of resultsoffset
- the starting point in the record setCopyright © 2020. All rights reserved.