public interface ContentTargeterDao
ContentTargeter
sModifier and Type | Method and Description |
---|---|
List<ContentTargeter> |
findContentTargetersForPage(org.broadleafcommerce.cms.page.domain.Page page) |
List<ContentTargeter> |
findContentTargetersForTemplatePath(String path) |
List<ContentTargeter> |
findContentTargetersForZone(ContentZone zone) |
List<ContentTargeter> |
findContentTargetersWithThemeChangeAction() |
List<ContentTargeter> |
findSandboxContentTargeterForTargetProperty(String propertyName,
Object target)
Returns the SandBoxed (non-production) version of a
ContentTargeter . |
ContentTargetingActionXref |
readContentTargetingActionXrefById(Long id)
Returns the ContentTargetingActionXref associated with the passed in id.
|
List<ContentTargeter> findContentTargetersForZone(ContentZone zone)
ContentTargeter
s that are targeting changes for the passed in Zone.List<ContentTargeter> findContentTargetersForPage(org.broadleafcommerce.cms.page.domain.Page page)
ContentTargeter
s that are targeting changes for the passed in Page.List<ContentTargeter> findContentTargetersForTemplatePath(String path)
ContentTargeter
s that are targeting changes for the passed in template path.List<ContentTargeter> findContentTargetersWithThemeChangeAction()
ContentTargeter
s that are targeting changes for the passed in template path.List<ContentTargeter> findSandboxContentTargeterForTargetProperty(String propertyName, Object target)
ContentTargeter
. This is
helpful when attempting to resolve ContentTargeters for in Sandbox Preview mode.propertyName
- target
- ContentTargetingActionXref readContentTargetingActionXrefById(Long id)
id
- - The id of the content targeting action xref.Copyright © 2020. All rights reserved.