
Classes | |
| class | Aggregate |
| interface | Operators |
Public Member Functions | |
| void | addAggregateForPath (String operator, String keyPath) |
| NSArray< Aggregate > | aggregates () |
| ERXGroupingFetchSpecification (ERXGroupingFetchSpecification< T > spec) | |
| ERXGroupingFetchSpecification (ERXFetchSpecification spec) | |
| ERXGroupingFetchSpecification (EOFetchSpecification spec) | |
| ERXGroupingFetchSpecification (String entityName, EOQualifier qualifier, NSArray sortOrderings, NSArray< Aggregate > aggregates, EOQualifier havingQualifier) | |
| NSArray< T > | fetchObjects (EOEditingContext ec) |
| NSArray< String > | groupingKeyPaths () |
| EOQualifier | havingQualifier () |
| void | removeAggregateForPath (String operator, String keyPath) |
| void | setAggregates (NSArray< Aggregate > value) |
| void | setHavingQualifier (EOQualifier qualifier) |
| void | setRawRowKeyPaths (NSArray keyPaths) |
Protected Member Functions | |
| String | additionalIdentifierInfo () |
Private Member Functions | |
| void | init () |
Private Attributes | |
| NSMutableArray< Aggregate > | _aggegrateKeyPaths = new NSMutableArray() |
| EOQualifier | _havingQualifier |
| <T> |
| ERXGroupingFetchSpecification | ( | String | entityName, | |
| EOQualifier | qualifier, | |||
| NSArray | sortOrderings, | |||
| NSArray< Aggregate > | aggregates, | |||
| EOQualifier | havingQualifier | |||
| ) |
| ERXGroupingFetchSpecification | ( | EOFetchSpecification | spec | ) |
| ERXGroupingFetchSpecification | ( | ERXFetchSpecification | spec | ) |
| ERXGroupingFetchSpecification | ( | ERXGroupingFetchSpecification< T > | spec | ) |
| String additionalIdentifierInfo | ( | ) | [protected] |
| NSArray<Aggregate> aggregates | ( | ) |
| NSArray<T> fetchObjects | ( | EOEditingContext | ec | ) |
Type-safe method to fetch the rows for this fetch spec.
| ec |
| NSArray<String> groupingKeyPaths | ( | ) |
| EOQualifier havingQualifier | ( | ) |
| void init | ( | ) | [private] |
| void setAggregates | ( | NSArray< Aggregate > | value | ) |
| void setHavingQualifier | ( | EOQualifier | qualifier | ) |
| void setRawRowKeyPaths | ( | NSArray | keyPaths | ) |
NSMutableArray<Aggregate> _aggegrateKeyPaths = new NSMutableArray() [private] |
EOQualifier _havingQualifier [private] |
1.5.8