areAllPrimaryKeysTheSame()

Determines if the attribute values in the primary key of a specified business object match those in the current business object.

Syntax

public final boolean areAllPrimaryKeysTheSame(CWConnectorBusObj theBusObj);

Parameters

theBusObj
Is the business object whose primary key values are compared to those of the current business object.

Return values

Returns true if all primary-key values in the busObj object match those in the current business object; otherwise, returns false.

Exceptions

AttributeNotFoundException
Thrown if the attribute position specified is not valid for the definition of this business object.
WrongAttributeException
Thrown if the specified attribute .

See also

hasAnyActivePrimaryKey(),, hasAllKeys(), hasAllPrimaryKeys()

Copyright IBM Corp. 1997, 2004