Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action name

OptionPriceElementReader

Class name

com.cdrator.product.option.action.OptionPriceElementReader

Available from core version

8.7

Description

Retrieves an option price element based on configurable parameters.

Return value

PersistentObject: Retrieves the a persistent object based on the constraints from the properties and parameters.

Properties

  1. attributeName1: Attribute 1
  2. attributeName2: Attribute 2
  3. attributeName3: Attribute 3

Parameters

  1. Object: constraint1
  2. Object: constraint2
  3. Object: constraint3

GetOptionsPricesElementsForProductAndRatePlanAsContext

Action name

GetOptionsPricesElementsForProductAndRatePlanAsContext

Class name

com.cdrator.product.option.action.GetOptionsPricesElementsForProductAndRatePlanAsContext

Available from core version

8.7

Description

Returns all the Option Price Elements available at sign-up for a given rate plan and price plan.

Return value

List: A list of option price elements.

Properties

  1. ignoreCache: Set to true if the cache should be ignored and option loaded every time.
  2. signUpOnly: Only get the sign-up options.

Parameters

  1. RatePlan: ratePlan
  2. Product: product

SubscribeToProductOptionForParameterInput

...