Inherited by ERNEUSavedQueriesComponent.SavedQuery.

Classes | |
| interface | SerializationKeys |
Public Member Functions | |
| void | encodeWithKeyValueArchiver (EOKeyValueArchiver archiver) |
| void | getValuesFromDisplayGroup (WODisplayGroup displayGroup) |
| Object | handleQueryWithUnboundKey (String key) |
| void | handleTakeValueForUnboundKey (Object value, String key) |
| String | name () |
| NSDictionary | queryBindings () |
| NSDictionary | queryMatch () |
| NSDictionary | queryMax () |
| NSDictionary | queryMin () |
| NSDictionary | queryOperator () |
| SavedQuery (String name, WODisplayGroup displayGroup) | |
| SavedQuery () | |
| void | sendValuesToDisplayGroup (WODisplayGroup displayGroup, boolean clearFormFirst) |
| void | setName (String aName) |
| void | setQueryBindings (NSDictionary queryBindings) |
| void | setQueryMatch (NSDictionary queryMatch) |
| void | setQueryMax (NSDictionary queryMax) |
| void | setQueryMin (NSDictionary queryMin) |
| void | setQueryOperator (NSDictionary queryOperator) |
| void | takeValueForKey (Object value, String key) |
| String | toString () |
| void | unableToSetNullForKey (String key) |
| Object | valueForKey (String key) |
| NSDictionary | values () |
Static Public Member Functions | |
| static Object | decodeWithKeyValueUnarchiver (EOKeyValueUnarchiver unarchiver) |
| static void | sendValuesToDisplayGroup (SavedQuery savedQuery, WODisplayGroup displayGroup, boolean clearFormFirst) |
Static Public Attributes | |
| static final String | NAME_KEY = "name" |
| static final String | QUERY_BINDINGS_KEY = "queryBindings" |
| static final String | QUERY_MATCH_KEY = "queryMatch" |
| static final String | QUERY_MAX_KEY = "queryMax" |
| static final String | QUERY_MIN_KEY = "queryMin" |
| static final String | QUERY_OPERATOR_KEY = "queryOperator" |
Protected Member Functions | |
| Object | decodeDictionaryWithEOs (NSDictionary dictionary) |
| NSMutableDictionary | encodeDictionaryWithEOs (NSDictionary dictionary) |
Static Protected Member Functions | |
| static String | logDictionary (String title, NSDictionary dictionary, String indentStr) |
Static Package Functions | |
| static NSMutableDictionary | updateDisplayGroupForKey (SavedQuery savedQuery, WODisplayGroup displayGroup, String key, boolean clearFormFirst) |
Private Member Functions | |
| EOEnterpriseObject | decodeEO (NSDictionary dictionary) |
| NSMutableDictionary | encodeEO (EOEnterpriseObject eo) |
| boolean | isDictionaryAnEncodedEO (NSDictionary dictionary) |
| boolean | isDictionaryAnEncodedSharedEO (NSDictionary dictionary) |
| SavedQuery (EOKeyValueUnarchiver unarchiver) | |
Private Attributes | |
| NSMutableDictionary | dict = null |
| SavedQuery | ( | ) |
Reimplemented in ERNEUSavedQueriesComponent.SavedQuery.
| SavedQuery | ( | String | name, | |
| WODisplayGroup | displayGroup | |||
| ) |
Reimplemented in ERNEUSavedQueriesComponent.SavedQuery.
| SavedQuery | ( | EOKeyValueUnarchiver | unarchiver | ) | [private] |
| Object decodeDictionaryWithEOs | ( | NSDictionary | dictionary | ) | [protected] |
| EOEnterpriseObject decodeEO | ( | NSDictionary | dictionary | ) | [private] |
| static Object decodeWithKeyValueUnarchiver | ( | EOKeyValueUnarchiver | unarchiver | ) | [static] |
| NSMutableDictionary encodeDictionaryWithEOs | ( | NSDictionary | dictionary | ) | [protected] |
| NSMutableDictionary encodeEO | ( | EOEnterpriseObject | eo | ) | [private] |
| void encodeWithKeyValueArchiver | ( | EOKeyValueArchiver | archiver | ) |
| void getValuesFromDisplayGroup | ( | WODisplayGroup | displayGroup | ) |
| Object handleQueryWithUnboundKey | ( | String | key | ) |
| void handleTakeValueForUnboundKey | ( | Object | value, | |
| String | key | |||
| ) |
| boolean isDictionaryAnEncodedEO | ( | NSDictionary | dictionary | ) | [private] |
| boolean isDictionaryAnEncodedSharedEO | ( | NSDictionary | dictionary | ) | [private] |
| static String logDictionary | ( | String | title, | |
| NSDictionary | dictionary, | |||
| String | indentStr | |||
| ) | [static, protected] |
| String name | ( | ) |
| NSDictionary queryBindings | ( | ) |
| NSDictionary queryMatch | ( | ) |
| NSDictionary queryMax | ( | ) |
| NSDictionary queryMin | ( | ) |
| NSDictionary queryOperator | ( | ) |
| static void sendValuesToDisplayGroup | ( | SavedQuery | savedQuery, | |
| WODisplayGroup | displayGroup, | |||
| boolean | clearFormFirst | |||
| ) | [static] |
| void sendValuesToDisplayGroup | ( | WODisplayGroup | displayGroup, | |
| boolean | clearFormFirst | |||
| ) |
| void setName | ( | String | aName | ) |
| void setQueryBindings | ( | NSDictionary | queryBindings | ) |
| void setQueryMatch | ( | NSDictionary | queryMatch | ) |
| void setQueryMax | ( | NSDictionary | queryMax | ) |
| void setQueryMin | ( | NSDictionary | queryMin | ) |
| void setQueryOperator | ( | NSDictionary | queryOperator | ) |
| void takeValueForKey | ( | Object | value, | |
| String | key | |||
| ) |
| String toString | ( | ) |
| void unableToSetNullForKey | ( | String | key | ) |
| static NSMutableDictionary updateDisplayGroupForKey | ( | SavedQuery | savedQuery, | |
| WODisplayGroup | displayGroup, | |||
| String | key, | |||
| boolean | clearFormFirst | |||
| ) | [static, package] |
| Object valueForKey | ( | String | key | ) |
| NSDictionary values | ( | ) |
NSMutableDictionary dict = null [private] |
final String QUERY_BINDINGS_KEY = "queryBindings" [static] |
final String QUERY_MATCH_KEY = "queryMatch" [static] |
final String QUERY_MAX_KEY = "queryMax" [static] |
final String QUERY_MIN_KEY = "queryMin" [static] |
final String QUERY_OPERATOR_KEY = "queryOperator" [static] |
1.5.8