Versions Compared

Key

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

...

Action name

ProvisioningTaskSetter

Class name

com.cdrator.billing.provisioning.action.ProvisioningTaskSetter

Available from core version

8.7

Description

Sets an attribute of Subscription

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

Billing - Fraud

InternalBlacklistAdvancedReader

Action name

InternalBlacklistAdvancedReader

Class name

com.cdrator.billing.fraud.action.InternalBlacklistAdvancedReader

Available from core version

8.7

Description

Retrieves Internal Blacklist entries based on configurable parameters.

Return value

Object: Retrieves a unique or list of persistent objects based on the constraints and operators from the properties and parameters.

Properties

  1. attributeName1: Attribute 1
  2. attributeName2: Attribute 2
  3. attributeName3: Attribute 3
  4. getList: Return a single value (default) or a list of values
  5. operator1: Operator 1
  6. operator2: Operator 2
  7. operator3: Operator 3
  8. orderBy: Order by
  9. orderByDesc: If a list is returned and ordered, set if it should be ordered descending instead of ascending

Parameters

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

BlacklistAdvancedReader

Action name

BlacklistAdvancedReader

Class name

com.cdrator.billing.fraud.action.BlacklistAdvancedReader

Available from core version

8.7

Description

Retrieves Blacklist entries based on configurable parameters.

Return value

Object: Retrieves a unique or list of persistent objects based on the constraints and operators from the properties and parameters.

Properties

  1. attributeName1: Attribute 1
  2. attributeName2: Attribute 2
  3. attributeName3: Attribute 3
  4. getList: Return a single value (default) or a list of values
  5. operator1: Operator 1
  6. operator2: Operator 2
  7. operator3: Operator 3
  8. orderBy: Order by
  9. orderByDesc: If a list is returned and ordered, set if it should be ordered descending instead of ascending

Parameters

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

InternalBlacklistReader

Action name

InternalBlacklistReader

Class name

com.cdrator.billing.fraud.action.InternalBlacklistReader

Available from core version

8.7

Description

Retrieves an Internal Blacklist entry 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

BlacklistReader

Action name

BlacklistReader

Class name

com.cdrator.billing.fraud.action.BlacklistReader

Available from core version

8.7

Description

Retrieves a Blacklist entry 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

Billing - TodoTask

CreateTodoTaskAttachment

...