Versions Compared

Key

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

...

Action name

SimcardOrdersReader

Class name

com.cdrator.billing.product.action.SimcardOrdersReader

Available from core version

8.7

Description

Retrieves a sim card order 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

DeviceTypeParameterReader

Action name

DeviceTypeParameterReader

Class name

com.cdrator.billing.product.action.DeviceTypeParameterReader

Available from core version

8.7

Description

Retrieves a device type parameter 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

DeviceCanUseOn

Action name

DeviceCanUseOn

Class name

com.cdrator.billing.product.action.DeviceCanUseOn

Available from core version

8.7

Description

Calls CanUseOn on a given device with a given service.

Return value

boolean: Boolean showing if a given device can be used on a given service.

Properties

 

Parameters

  1. Device: device
  2. Service: service

...