Inherited by ERXGenericRecord.

Public Member Functions | |
| String | batchFaultingRelationshipName () |
| EOGlobalID | batchFaultingSourceGlobalID () |
| long | batchFaultingTimeStamp () |
| void | setBatchFaultingTimestamp (long fetchTimestamp) |
| void | touchFromBatchFaultingSource (AutoBatchFaultingEnterpriseObject toucher, String relationship) |
| String batchFaultingRelationshipName | ( | ) |
The key through which we were last accessed.
Implemented in ERXGenericRecord.
| EOGlobalID batchFaultingSourceGlobalID | ( | ) |
The GID of the object that last touched us, or null.
Implemented in ERXGenericRecord.
| long batchFaultingTimeStamp | ( | ) |
| void setBatchFaultingTimestamp | ( | long | fetchTimestamp | ) |
Updates the last time this object was fetched.
| fetchTimestamp |
Implemented in ERXGenericRecord.
| void touchFromBatchFaultingSource | ( | AutoBatchFaultingEnterpriseObject | toucher, | |
| String | relationship | |||
| ) |
Marks the object as touched from the specified source with the specified key.
| toucher | ||
| relationship | name of relationship |
Implemented in ERXGenericRecord.
1.5.8