public interface StructuredContentItemCriteria extends Serializable
StructuredContent items.
StructuredContent item could be setup to only show to user's
who have a particular product in their cart.StructuredContentCartRuleProcessor| Modifier and Type | Method and Description |
|---|---|
StructuredContentItemCriteria |
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.
|
Integer |
getQuantity() |
StructuredContent |
getStructuredContent()
Returns the parent
StructuredContent item to which this
field belongs. |
void |
setId(Long id)
Sets the primary key.
|
void |
setOrderItemMatchRule(String orderItemMatchRule)
An valid MVEL syntax rule to be used to process the
|
void |
setQuantity(Integer quantity) |
void |
setStructuredContent(StructuredContent structuredContent)
Sets the parent
StructuredContent item. |
Integer getQuantity()
void setQuantity(Integer quantity)
quantity - String getOrderItemMatchRule()
void setOrderItemMatchRule(String orderItemMatchRule)
orderItemMatchRule - @Nonnull StructuredContent getStructuredContent()
StructuredContent item to which this
field belongs.void setStructuredContent(@Nonnull StructuredContent structuredContent)
StructuredContent item.structuredContent - @Nonnull StructuredContentItemCriteria cloneEntity()
Copyright © 2013. All rights reserved.