Package | Description |
---|---|
org.broadleafcommerce.cms.page.domain |
Modifier and Type | Class and Description |
---|---|
class |
PageRuleImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<String,PageRule> |
PageImpl.pageMatchRules
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<G extends PageRule> |
PageRuleImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
PageRule |
PageRuleImpl.cloneEntity() |
PageRule |
PageRule.cloneEntity()
Builds a copy of this content rule.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PageRule> |
Page.getPageMatchRules()
Returns a map of the targeting rules associated with this page.
|
Map<String,PageRule> |
PageImpl.getPageMatchRules() |
Modifier and Type | Method and Description |
---|---|
void |
Page.setPageMatchRules(Map<String,PageRule> pageRules)
Sets the targeting rules for this content item.
|
void |
PageImpl.setPageMatchRules(Map<String,PageRule> pageMatchRules) |
Copyright © 2022. All rights reserved.