|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageItemCriteria
Implementations of this interface contain item rule data that is used for targeting
Pages.
For example, a Page could be setup to only show to user's
who have a particular product in their cart.
org.broadleafcommerce.core.order.service.PageCartRuleProcessor| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
@Nullable Long getId()
void setId(@Nullable
Long id)
id - the new primary keyInteger getQuantity()
void setQuantity(Integer quantity)
quantity - String getOrderItemMatchRule()
void setOrderItemMatchRule(String orderItemMatchRule)
orderItemMatchRule - @Nonnull Page getPage()
Page to which this
field belongs.
void setPage(@Nonnull
Page page)
Page.
page - @Nonnull PageItemCriteria cloneEntity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||