Versions Compared

Key

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

...

Action name

GenericOrderReader

Class name

com.cdrator.order.action.GenericOrderReader

Available from core version

8.19

Description

Retrieves a Device 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

CustomAttribute

CompareAllCustomAttributesOnObjects

Action name

CompareAllCustomAttributesOnObjects

Class name

com.cdrator.customAttribute.action.CompareAllCustomAttributesOnObjects

Available from core version

8.19

Description

Retrieves the value of all custom attributes and compares them. If the attribute can only be found on one of the objects, they are assumed to be different. Also if they are both null, they are regarded as equal.

Return value

boolean:

Properties

 

Parameters

  1. PersistentObject: object1
  2. PersistentObject: object2

SetCustomAttribute

Action name

SetCustomAttribute

Class name

com.cdrator.customAttribute.action.SetCustomAttribute

Available from core version

8.19

Description

Set the value of a custom attribute

Return value

void:

Properties

  1. saveObject: Sets if the object should be saved.

Parameters

  1. PersistentObject: object
  2. String: columnName
  3. Object: value

...