Interface PageItemCriteria
- All Superinterfaces:
MultiTenantCloneable<PageItemCriteria>,QuantityBasedRule,Serializable
- All Known Implementing Classes:
PageItemCriteriaImpl
Implementations of this interface contain item rule data that is used for targeting
For example, a
Pages.
For example, a
Page 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.getPage()Returns the parentPageto which this field belongs.voidSets the parentPage.Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstanceMethods inherited from interface org.broadleafcommerce.common.rule.QuantityBasedRule
getId, getMatchRule, getQuantity, setId, setMatchRule, setQuantity
-
Method Details
-
getPage
Returns the parentPageto which this field belongs.- Returns:
-
setPage
Sets the parentPage.- Parameters:
page-
-
cloneEntity
Builds a copy of this item. Used by the content management system when an item is edited.- Returns:
- a copy of this item
-