Versions Compared

Key

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

...

Action name

GetANumbersForNumberSearchRandom

Class name

com.cdrator.number.action.GetANumbersForNumberSearchRandom

Available from core version

8.7

Description

This action will retrieve the list of random phone numbers according to the group_id.

Return value

ArrayList: List of phone numbers.

Properties

  1. batchLimit: Batch limit to fetch anumbers.

Parameters

  1. Anumber_Group: group
  2. int: maxRows

BookRessourceToService

Action name

BookRessourceToService

Class name

com.cdrator.number.action.BookRessourceToService

Available from core version

8.7

Description

Books a ressource to a given service

Return value

void:

Properties

 

Parameters

  1. Service: service
  2. Number: ressource
  3. Date: dateToBook

CreateAnumber

Action name

CreateAnumber

Class name

com.cdrator.number.action.CreateAnumber

Available from core version

8.7

Description

Creates a new A-number in status open and active with the information provided.

Return value

Anumber: The created A-number

Properties

 

Parameters

  1. String: phoneNumber
  2. String: userClient
  3. Anumber_Group: anumberGroup

...

Action name

GetAnumberForBrand

Class name

com.cdrator.number.action.GetAnumberForBrand

Available from core version

8.7

Description

Returns an A-number for a given phone number and brand.

Return value

Anumber: The A-number if found.

Properties

 

Parameters

  1. String: phoneNumber
  2. Brand: brand

Deprecated

This action is deprecated and therefore should not be used.

AssignAnumberToService

Action name

AssignAnumberToService

Class name

com.cdrator.number.action.AssignAnumberToService

Available from core version

8.7

Description

Sets Anumber on Service (Only relevant for Service types with phone numbers.)

Return value

void: No Return Value

Properties

 

Parameters

  1. Anumber: anumber
  2. Service: service

...

Action name

FilterProductConfigsByShop

Class name

com.cdrator.product.action.FilterProductConfigsByShop

Available from core version

8.7

Description

This action filters an existing list of product configurations so only the ones set up for the shop is returned.

Return value

List: A list of product configs defined for the shop.

Properties

 

Parameters

  1. List: productConfigs
  2. Shop: shop

InstallationSetter

Action name

InstallationSetter

Class name

com.cdrator.product.action.InstallationSetter

Available from core version

8.7

Description

Sets an attribute of Installation

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

ChangeAnumberGroup

Action name

ChangeAnumberGroup

Class name

com.cdrator.product.action.ChangeAnumberGroup

Available from core version

8.7

Description

Sets the group on an A-number and saves it.

Return value

Anumber: Returns the updated A-number.

Properties

 

Parameters

  1. Anumber: anumber
  2. Anumber_Group: group

...