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

...

Action name

DynamicHistory

Class name

com.cdrator.main.history.action.DynamicHistory

Available from core version

8.7

Description

Creates a history record for a specific account based on provided parameters.
The "account" argument is mandatory.
The type argument is optional.If not provided the default value is "Account".
The object argument is optional.If not provided the default value is the account argument's value.
The createdBy argument is optional.If not provided the default value is the broker's username.
The comments argument is mandatory and it needs to include any eventual dynamic text already replaced using the argument's MVEL expression or in a previous workflow activity.
The tag argument is optional and it needs to include any eventual key-value parameters whose dynamic values are already replaced in the argument's MVEL expression or in a previous workflow activity.
If the tag includes any parameters the tag's key needs to be prefixed with txt=§ § and suffixed with § § and surrounded by < and >.Ex. txt=§<CORE§<CORE_HIS_ADV_BG_MAKE_PAYMENT>§PAYMENT>§;BALANCE=1.8704;BG=32522997
If the tag does not include any parameters the tag's key needs to be surrounded by < and >.The prefix txt=§ § and the suffix § § are not mandatory if the tag has no parameters.

Return value

History: The history record that was created

Properties

 

Parameters

  1. Account: account
  2. String: type
  3. PersistentObject: object
  4. String: createdBy
  5. String: comments
  6. String: tag

...