@Repository(value="blAdvancedStructuredContentDao") public class AdvancedStructuredContentDaoImpl extends Object implements AdvancedStructuredContentDao
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.EntityManager |
em |
Constructor and Description |
---|
AdvancedStructuredContentDaoImpl() |
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 |
public List<org.broadleafcommerce.cms.structure.domain.StructuredContentType> readStructuredContentTypesByCategory(String category)
AdvancedStructuredContentDao
StructuredContentType
matching the given categoryreadStructuredContentTypesByCategory
in interface AdvancedStructuredContentDao
public List<org.broadleafcommerce.cms.structure.domain.StructuredContent> findOnlineAndIncludedStructuredContent(int limit, int offset)
AdvancedStructuredContentDao
findOnlineAndIncludedStructuredContent
in interface AdvancedStructuredContentDao
limit
- the maximum number of resultsoffset
- the starting point in the record setpublic List<org.broadleafcommerce.cms.structure.domain.StructuredContent> findOnlineAndIncludedStructuredContentByType(org.broadleafcommerce.cms.structure.domain.StructuredContentType scType, int limit, int offset)
AdvancedStructuredContentDao
findOnlineAndIncludedStructuredContentByType
in interface AdvancedStructuredContentDao
limit
- the maximum number of resultsoffset
- the starting point in the record setpublic List<ContentItem> findContentItemByActiveStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent)
AdvancedStructuredContentDao
ContentItem
s associated with the given StructuredContentfindContentItemByActiveStructuredContent
in interface AdvancedStructuredContentDao
Copyright © 2020. All rights reserved.