@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
ContentItems 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)
AdvancedStructuredContentDaoStructuredContentType matching the given categoryreadStructuredContentTypesByCategory in interface AdvancedStructuredContentDaopublic List<org.broadleafcommerce.cms.structure.domain.StructuredContent> findOnlineAndIncludedStructuredContent(int limit, int offset)
AdvancedStructuredContentDaofindOnlineAndIncludedStructuredContent in interface AdvancedStructuredContentDaolimit - 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)
AdvancedStructuredContentDaofindOnlineAndIncludedStructuredContentByType in interface AdvancedStructuredContentDaolimit - the maximum number of resultsoffset - the starting point in the record setpublic List<ContentItem> findContentItemByActiveStructuredContent(org.broadleafcommerce.cms.structure.domain.StructuredContent structuredContent)
AdvancedStructuredContentDaoContentItems associated with the given StructuredContentfindContentItemByActiveStructuredContent in interface AdvancedStructuredContentDaoCopyright © 2020. All rights reserved.