Versions Compared

Key

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

...

Action name

CreateNewContextWithKeyValue

Class name

com.cdrator.soap.CreateNewContextWithKeyValue

Available from core version

8.7

Description

create a context with give key value pair

Return value

Context: Return a Context object with given key value pair

Properties

 

Parameters

  1. String: key
  2. Object: value

AddObjectToSoapContextObject

Action name

AddObjectToSoapContextObject

Class name

com.cdrator.soap.AddObjectToSoapContextObject

Available from core version

8.7

Description

Add object to SOAP context for Soap response (based on a persistentObject) - like adding np-flow or lockin to subscription this is needed either when the object can be null or if it is based on a calculation or when the object can not be gotten by a method on persistent object

Return value

Context: The Soap context object for Soap response

Properties

 

Parameters

  1. Context: soapObjectContext
  2. String: contextName
  3. Object: contextObject

Alert

DeletePendingAlerts

Action name

DeletePendingAlerts

Class name

com.cdrator.alert.action.DeletePendingAlerts

Available from core version

8.7

Description

Return value

void:

Properties

  1. alertMethod: Alert method

Parameters

  1. Subscription: subscription

...

Action name

ReserveRandomAnumber

Class name

com.cdrator.number.action.ReserveRandomAnumber

Available from core version

8.7

Description

Reserves a random A-number in the given A-number group. If Service is null then Anumber reservation ID will be calculated on the fly.

Return value

Anumber: The reserved A-number.

Properties

 

Parameters

  1. Anumber_Group: anumberGroup
  2. Service: service
  3. int: minutes

ReleaseAndSuspendAnumber

Action name

ReleaseAndSuspendAnumber

Class name

com.cdrator.number.action.ReleaseAndSuspendAnumber

Available from core version

8.7

Description

Releases an Anumber with a possible suspend period

Return value

void: No Return Value

Properties

 

Parameters

  1. Anumber: anumber
  2. long: suspendPeriod

ValidateAnumberReservation

...

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

...