|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructuredContentRule
Implementations hold the values for a rule used to determine if a StructuredContent
item should be displayed.
The rule is represented as a valid MVEL string. The Content Management System by default
is able to process rules based on the current customer, product,
time, or request
DisplayContentTag,
StructuredContentServiceImpl.evaluateAndPriortizeContent(java.util.List, int, java.util.Map)| Method Summary | |
|---|---|
StructuredContentRule |
cloneEntity()
Builds a copy of this content rule. |
Long |
getId()
Gets the primary key. |
String |
getMatchRule()
|
void |
setId(Long id)
Sets the primary key. |
void |
setMatchRule(String matchRule)
Sets the match rule used to test this item. |
| Method Detail |
|---|
@Nullable Long getId()
void setId(@Nullable
Long id)
id - the new primary key@Nonnull String getMatchRule()
void setMatchRule(@Nonnull
String matchRule)
matchRule - @Nonnull StructuredContentRule cloneEntity()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||