Determines if the current business object has values for all its
Syntax
public final boolean hasAllPrimaryKeys();
Parameters
None.
Return values
Returns true if the current business object has values for all primary key attributes; otherwise returns false.
Exceptions
Notes
The hasAllPrimaryKeys() method checks if all the primary keys have been populated. This method is typically used to identify the row for updates.
See also
areAllPrimaryKeysTheSame(), hasAnyActivePrimaryKey(), hasAllKeys()