com.elasticpath.domain.rules.impl
Class RuleScenariosImpl

java.lang.Object
  extended by com.elasticpath.domain.rules.impl.RuleScenariosImpl
All Implemented Interfaces:
RuleScenarios

public class RuleScenariosImpl
extends java.lang.Object
implements RuleScenarios

Represents a collection of available scenarios.


Field Summary
static long serialVersionUID
          Serial version id.
 
Fields inherited from interface com.elasticpath.domain.rules.RuleScenarios
CART_SCENARIO, CATALOG_BROWSE_SCENARIO
 
Constructor Summary
RuleScenariosImpl()
           
 
Method Summary
 java.util.Set getAvailableScenarios()
          Get a list of the ids as Integers for all implemented scenarios.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Serial version id.

See Also:
Constant Field Values
Constructor Detail

RuleScenariosImpl

public RuleScenariosImpl()
Method Detail

getAvailableScenarios

public java.util.Set getAvailableScenarios()
Get a list of the ids as Integers for all implemented scenarios.

Specified by:
getAvailableScenarios in interface RuleScenarios
Returns:
a list of scenario ids as Integers