Public Member Functions | |
| int | compare (Object object1, Object object2) throws com.webobjects.foundation.NSComparator.ComparisonException |
| ERXAdaptorOpComparator (NSArray entityNameOrdering) | |
Protected Member Functions | |
| String | entityNameFromAdaptorOperation (EOAdaptorOperation adaptorOp) |
Private Member Functions | |
| int | decodeAdaptorTypeForEntityAndStoredProcedure (EOEntity entity, EOStoredProcedure sp) |
| ERXAdaptorOpComparator | ( | NSArray | entityNameOrdering | ) |
| entityNameOrdering | ordering of entity names to base sorting on |
| int compare | ( | Object | object1, | |
| Object | object2 | |||
| ) | throws com.webobjects.foundation.NSComparator.ComparisonException |
| int decodeAdaptorTypeForEntityAndStoredProcedure | ( | EOEntity | entity, | |
| EOStoredProcedure | sp | |||
| ) | [private] |
| String entityNameFromAdaptorOperation | ( | EOAdaptorOperation | adaptorOp | ) | [protected] |
Returns the name of EOEntity updated by adaptorOp. If this is updating through a flattened attribute, the name returned is the Entity of the target attribute.
| adaptorOp | EOAdaptorOperation to return Entity name from |
1.5.8