Uses of Interface
org.broadleafcommerce.cms.structure.domain.StructuredContentRule

Packages that use StructuredContentRule
org.broadleafcommerce.cms.structure.domain   
 

Uses of StructuredContentRule in org.broadleafcommerce.cms.structure.domain
 

Classes in org.broadleafcommerce.cms.structure.domain that implement StructuredContentRule
 class StructuredContentRuleImpl
           
 

Methods in org.broadleafcommerce.cms.structure.domain that return StructuredContentRule
 StructuredContentRule StructuredContentRuleImpl.cloneEntity()
           
 StructuredContentRule StructuredContentRule.cloneEntity()
          Builds a copy of this content rule.
 

Methods in org.broadleafcommerce.cms.structure.domain that return types with arguments of type StructuredContentRule
 Map<String,StructuredContentRule> StructuredContentImpl.getStructuredContentMatchRules()
           
 Map<String,StructuredContentRule> StructuredContent.getStructuredContentMatchRules()
          Returns a map of the targeting rules associated with this content item.
 

Method parameters in org.broadleafcommerce.cms.structure.domain with type arguments of type StructuredContentRule
 void StructuredContentImpl.setStructuredContentMatchRules(Map<String,StructuredContentRule> structuredContentMatchRules)
           
 void StructuredContent.setStructuredContentMatchRules(Map<String,StructuredContentRule> structuredContentMatchRules)
          Sets the targeting rules for this content item.
 



Copyright © 2012. All Rights Reserved.