Versions Compared

Key

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

...

Action name

BookAnumber

Class name

com.cdrator.product.action.BookAnumber

Available from core version

10.2

Description

Action to book an anumber to a service

Return value

void:

Properties

 

Parameters

  1. Service: service
  2. Anumber: anumber
  3. long: suspendPeriod

Product - Service - Profile

MultiImsiServiceProfileSetter

Action name

MultiImsiServiceProfileSetter

Class name

com.cdrator.product.service.profile.action.MultiImsiServiceProfileSetter

Available from core version

10.4

Description

Sets an attribute of a MultiImsiServiceProfile

Return value

void: Sets an attribute of a persistent object

Properties

  1. attributeName: Attribute that should be set on the persistent object
  2. savePersistentObject: Check if the persistent object should be saved after updating it. Default is true.

Parameters

  1. PersistentObject: persistentObject
  2. Object: value

MultiImsiServiceProfileReader

Action name

MultiImsiServiceProfileReader

Class name

com.cdrator.product.service.profile.action.MultiImsiServiceProfileReader

Available from core version

10.4

Description

Retrieves a MultiImsiServiceProfile 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