public interface PageItemCriteria extends Serializable
Page
s.
Page
could be setup to only show to user's
who have a particular product in their cart.PageCartRuleProcessor
Modifier and Type | Method and Description |
---|---|
PageItemCriteria |
cloneEntity()
Builds a copy of this item.
|
Long |
getId()
Gets the primary key.
|
String |
getOrderItemMatchRule()
Returns the MVEL rule to apply against an order to determine if
this content should be displayed.
|
Page |
getPage()
Returns the parent
Page to which this
field belongs. |
Integer |
getQuantity() |
void |
setId(Long id)
Sets the primary key.
|
void |
setOrderItemMatchRule(String orderItemMatchRule)
An valid MVEL syntax rule to be used to process the
|
void |
setPage(Page page)
Sets the parent
Page . |
void |
setQuantity(Integer quantity) |
Integer getQuantity()
void setQuantity(Integer quantity)
quantity
- String getOrderItemMatchRule()
void setOrderItemMatchRule(String orderItemMatchRule)
orderItemMatchRule
- @Nonnull PageItemCriteria cloneEntity()
Copyright © 2013. All rights reserved.