Versions Compared

Key

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

...

Action name

RollbackTransaction

Class name

com.cdrator.support.action.RollbackTransaction

Available from core version

8.7

Description

Rolls back the current transaction

Return value

void: Void

Properties

 

Parameters

 

SaveObjectInNewTransaction

Action name

SaveObjectInNewTransaction

Class name

com.cdrator.support.action.SaveObjectInNewTransaction

Available from core version

8.7

Description

Takes a persistent object and saves it in a new transction.

Return value

void:

Properties

 

Parameters

  1. PersistentObject: object

CommitTransaction

Action name

CommitTransaction

Class name

com.cdrator.support.action.CommitTransaction

Available from core version

8.7

Description

Commits the current transaction

Return value

void: Void

Properties

 

Parameters

 

...

Action name

AccountPaymentSetCaptureInfo

Class name

com.cdrator.billing.payment.action.AccountPaymentSetCaptureInfo

Available from core version

8.7

Description

Set capture info on AccountPayment (For Dynamic setting of CaptureMessage use AcountPaymentSetCaptureMessage)

Return value

void: No return value

Properties

  1. captureMessage: Capture message to be set.
  2. useCaptureDate: Should Capture Date be set (to current time.

Parameters

  1. AccountPayment: ap

Billing - InvoiceExportQueue

InvoiceExportQueueSetter

Action name

InvoiceExportQueueSetter

Class name

com.cdrator.billing.invoiceExportQueue.action.InvoiceExportQueueSetter

Available from core version

8.7

Description

Sets an attribute on an Invoice Export Queue

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 - Misc

GetParameterValue

...

Action name

HasOpenOrNonPaidInvoices

Class name

com.cdrator.billing.billinggroup.action.HasOpenOrNonPaidInvoices

Available from core version

8.7

Description

Has Open or Non paid invoices

Return value

boolean:

Properties

 

Parameters

  1. BillingGroup: billingGroup

Billing - Invoicebatch

InvoiceBatchSetter

Action name

InvoiceBatchSetter

Class name

com.cdrator.billing.invoicebatch.action.InvoiceBatchSetter

Available from core version

8.7

Description

Sets an attribute on an Invoice Batch

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

SetDueDateIfInvoicedBillingGroupHasRechargeTicket

...

Action name

OperatorAuthentication

Class name

com.cdrator.main.operator.action.OperatorAuthentication

Available from core version

8.7

Description

This action authenticates the operator based on the username and password provided. If username or password are null or empty, null is returned.

Return value

Operators: The operator matching the username and password. Otherwise null.

Properties

 

Parameters

  1. String: username
  2. String: password

IsOperatorAccessRevoked

Action name

IsOperatorAccessRevoked

Class name

com.cdrator.main.operator.action.IsOperatorAccessRevoked

Available from core version

8.7

Description

This action check if operatorstype has a specific access revoked.

Return value

boolean: True if operator type has its access revoked. Otherwise false. (syserror if AccessName does not exists and doIgnoreMissing is false)

Properties

  1. ignoreMissing: Ignore when AccessName is missing.

Parameters

  1. Operators: operator
  2. String: accessName

Main - Service

GetServicesForAccountAndProduct

...