Package | Description |
---|---|
com.broadleafcommerce.advancedcms.dao | |
com.broadleafcommerce.advancedcms.domain.targeting | |
com.broadleafcommerce.advancedcms.service |
Modifier and Type | Method and Description |
---|---|
ContentTargetingActionXref |
ContentTargeterDao.readContentTargetingActionXrefById(Long id)
Returns the ContentTargetingActionXref associated with the passed in id.
|
ContentTargetingActionXref |
ContentTargeterDaoImpl.readContentTargetingActionXrefById(Long 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 |
---|---|
List<ContentTargetingActionXref> |
ContentTargeter.getContentTargetingActions()
Returns a the list of actions to take for this targeter.
|
List<ContentTargetingActionXref> |
ContentTargeterImpl.getContentTargetingActions() |
Modifier and Type | Method and Description |
---|---|
void |
ContentTargeter.setContentTargetingActions(List<ContentTargetingActionXref> contentTargetingActions)
Sets the list of actions to take for this targeter.
|
void |
ContentTargeterImpl.setContentTargetingActions(List<ContentTargetingActionXref> targetingActions) |
Modifier and Type | Method and Description |
---|---|
ContentTargetingActionXref |
ContentTargeterService.findContentTargetingActionXrefById(Long id)
Returns the ContentTargetingActionXref associated with the passed in id.
|
ContentTargetingActionXref |
ContentTargeterServiceImpl.findContentTargetingActionXrefById(Long id) |
Copyright © 2016. All rights reserved.