Interface StructuredContentItemCriteria
- All Superinterfaces:
MultiTenantCloneable<StructuredContentItemCriteria>
,QuantityBasedRule
,Serializable
- All Known Implementing Classes:
StructuredContentItemCriteriaImpl
public interface StructuredContentItemCriteria
extends QuantityBasedRule, MultiTenantCloneable<StructuredContentItemCriteria>
Implementations of this interface contain item rule data that is used for targeting
For example, a
StructuredContent
items.
For example, a
StructuredContent
item could be setup to only show to user's
who have a particular product in their cart.- Author:
- bpolster
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionBuilds a copy of this item.Returns the parentStructuredContent
item to which this field belongs.void
setStructuredContent
(StructuredContent structuredContent) Sets the parentStructuredContent
item.Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
Methods inherited from interface org.broadleafcommerce.common.rule.QuantityBasedRule
getId, getMatchRule, getQuantity, setId, setMatchRule, setQuantity
-
Method Details
-
getStructuredContent
Returns the parentStructuredContent
item to which this field belongs.- Returns:
-
setStructuredContent
Sets the parentStructuredContent
item.- Parameters:
structuredContent
-
-
cloneEntity
Builds a copy of this item. Used by the content management system when an item is edited.- Returns:
- a copy of this item
-