Versions Compared

Key

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

...

Action name

SimCardAdvancedReader

Class name

com.cdrator.simcard.action.SimCardAdvancedReader

Available from core version

8.7

Description

Retrieves SIM cards 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

ReleaseSimCard

Action name

ReleaseSimCard

Class name

com.cdrator.simcard.action.ReleaseSimCard

Available from core version

8.7

Description

Release an SimCard.

Return value

void: No Return Value

Properties

 

Parameters

  1. SimCard: simCard

Deprecated

This action is deprecated and therefore should not be used.

...

Action name

GetANumbersForNumberSearchLastDigits

Class name

com.cdrator.number.action.GetANumbersForNumberSearchLastDigits

Available from core version

8.7

Description

This action will retrieve the list of random anumbers ending with the pattern.

Return value

ArrayList: List of anumbers.

Properties

 

Parameters

  1. Anumber_Group: group
  2. String: searchPattern
  3. int: maxCount

ReleaseAnumber

Action name

ReleaseAnumber

Class name

com.cdrator.number.action.ReleaseAnumber

Available from core version

8.7

Description

Release an Anumber.

Return value

void: No Return Value

Properties

 

Parameters

  1. Anumber: anumber

IsAnumberFree

Action name

IsAnumberFree

Class name

com.cdrator.number.action.IsAnumberFree

Available from core version

8.7

Description

Given a phone number, checks if the related anumber is free. NOTE: Uses old logic by checking the network operator and the product. Action GetAnumberForBrand should be used instead.

Return value

boolean: True, if the anumber for the phone number is free, else False

Properties

 

Parameters

  1. String: phoneNumber
  2. Brand: brand

...

Action name

TerminateAllChildSubscriptionsInList

Class name

com.cdrator.main.subscription.action.TerminateAllChildSubscriptionsInList

Available from core version

8.7

Description

This action terminates child subscriptions with same details as the parent subscription.

Return value

void: No return value.

Properties

  1. consolidateFinalFees: Set consolidate final fees. Default is false.
  2. disregardBindingPeriod: Set disregard binding period. Default is false.
  3. endBillingDate: Set end billing date. Default is null.
  4. finalizeFees: Set finalize fees. Default is false.

Parameters

  1. List: subscriptions
  2. Subscription: parentSubscription

SetSubscriptionToTerminated

Action name

SetSubscriptionToTerminated

Class name

com.cdrator.main.subscription.action.SetSubscriptionToTerminated

Available from core version

8.7

Description

Sets a subscription to terminated. If there is no termination process already started a subscriptionTerminationRequest is passed in order to do an instant termination of the subscription without starting a termination workflow.If a subscriptionTerminationRequest is passed as argument the subscription endDate is set to the expectedTerminationDate of the subscriptionTerminationRequest.If a termination process is already started for the subscription no subscriptionTerminationRequest is passed as argument. In this case the subscription endDate is set to the current date if that is not already set and the existing active SUBSCRIPTION_TERMINATION record is deactivated.

Return value

void: No Return Value

Properties

  1. createHistoryRecord: If the createHistoryRecord property is checked a history record will be created. Default is false.
  2. createSubscriptionTerminationRecord: If the createSubscriptionTerminationRecord is checked a SUBSCRIPTION_TERMINATION record will be created using all the data from the subscriptionTerminationRequest argument. Default is false.
  3. outport: If the outport property is checked the service will be terminated with outported status. Default is false.
  4. subscriptionTerminationRecordActive: If the subscriptionTerminationRecordActive is checked the created SUBSCRIPTION_TERMINATION record will be set to active. Default is false.
  5. terminateService: If the terminateService property is checked the service will be terminated. Default is false.

Parameters

  1. Subscription: subscription
  2. SubscriptionTerminationRequest: subscriptionTerminationRequest

Deprecated

This action is deprecated and therefore should not be used.

...