com.elasticpath.domain.rules
Interface RuleScenarios

All Known Implementing Classes:
RuleScenariosImpl

public interface RuleScenarios

Defines constants that identify valid rule scenarios.


Field Summary
static int CART_SCENARIO
          CART Scenario.
static int CATALOG_BROWSE_SCENARIO
          Catalog Scenario.
 
Method Summary
 java.util.Set getAvailableScenarios()
          Get a list of the ids as Integers for all implemented scenarios.
 

Field Detail

CART_SCENARIO

static final int CART_SCENARIO
CART Scenario. Customer views their shopping cart.

See Also:
Constant Field Values

CATALOG_BROWSE_SCENARIO

static final int CATALOG_BROWSE_SCENARIO
Catalog Scenario. Customer views products and product variations.

See Also:
Constant Field Values
Method Detail

getAvailableScenarios

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

Returns:
a list of scenario ids as Integers