| Package | Description |
|---|---|
| com.broadleafcommerce.advancedcms.dao | |
| com.broadleafcommerce.advancedcms.domain.targeting | |
| com.broadleafcommerce.advancedcms.service |
| Modifier and Type | Method and Description |
|---|---|
ContentTargetingActionXref |
ContentTargeterDaoImpl.readContentTargetingActionXrefById(Long id) |
ContentTargetingActionXref |
ContentTargeterDao.readContentTargetingActionXrefById(Long id)
Returns the ContentTargetingActionXref associated with the passed in id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentTargetingActionXrefImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentTargetingActionXref> |
ContentTargeterImpl.targetingActions |
| Modifier and Type | Method and Description |
|---|---|
<G extends ContentTargetingActionXref> |
ContentTargetingActionXrefImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext multiTenantCopyContext) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentTargetingActionXref> |
ContentTargeterImpl.getContentTargetingActions() |
List<ContentTargetingActionXref> |
ContentTargeter.getContentTargetingActions()
Returns a the list of actions to take for this targeter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentTargeterImpl.setContentTargetingActions(List<ContentTargetingActionXref> targetingActions) |
void |
ContentTargeter.setContentTargetingActions(List<ContentTargetingActionXref> contentTargetingActions)
Sets the list of actions to take for this targeter.
|
| Modifier and Type | Method and Description |
|---|---|
ContentTargetingActionXref |
ContentTargeterServiceImpl.findContentTargetingActionXrefById(Long id) |
ContentTargetingActionXref |
ContentTargeterService.findContentTargetingActionXrefById(Long id)
Returns the ContentTargetingActionXref associated with the passed in id.
|
Copyright © 2020. All rights reserved.