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

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

...