|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.rules.impl.AbstractRuleElementImpl
com.elasticpath.domain.rules.impl.AbstractRuleActionImpl
public abstract class AbstractRuleActionImpl
Abstract base class for Rule Actions.
| Field Summary |
|---|
| Fields inherited from class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl |
|---|
serialVersionUID |
| Fields inherited from interface com.elasticpath.domain.rules.RuleAction |
|---|
ACTION_KIND, DEFAULT_AGENDA_GROUP, SUBTOTAL_DEPENDENT_AGENDA_GROUP |
| Constructor Summary | |
|---|---|
AbstractRuleActionImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgendaGroup()
Get the agenda group for this action. |
int |
getSalience()
Get the salience value for this rule. |
void |
setAgendaGroup(java.lang.String agendaGroup)
Set the agenda group. |
void |
setSalience(int salience)
Set the salience value. |
| Methods inherited from class com.elasticpath.domain.rules.impl.AbstractRuleElementImpl |
|---|
addParameter, getExceptions, getKind, getParameters, getType, setDefaultValues, setExceptions, setKind, setParameters, setRuleId, setType, validate |
| Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.domain.rules.RuleElement |
|---|
addParameter, appliesInScenario, getAllowedExceptions, getDisplayText, getExceptions, getKind, getParameterKeys, getParameters, getRuleCode, getType, setExceptions, setKind, setParameters, setRuleId, setType, validate |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public AbstractRuleActionImpl()
| Method Detail |
|---|
public java.lang.String getAgendaGroup()
getAgendaGroup in interface RuleActionnull if no agenda group is requiredpublic int getSalience()
getSalience in interface RuleActionpublic void setAgendaGroup(java.lang.String agendaGroup)
setAgendaGroup in interface RuleActionagendaGroup - the agenda group namegetAgendaGrouppublic void setSalience(int salience)
setSalience in interface RuleActionsalience - the new salience valuegetSalience
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||